Update pnpm to v11.20.0
Some checks failed
renovate/artifacts Artifact file update failure
CI / checks (pull_request) Failing after 7m50s
Some checks failed
renovate/artifacts Artifact file update failure
CI / checks (pull_request) Failing after 7m50s
This commit is contained in:
parent
7182272e3e
commit
30354cdc2d
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "pnpm@11.8.0",
|
"packageManager": "pnpm@11.20.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"description": "MTP TypeScript SDK",
|
"description": "MTP TypeScript SDK",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "pnpm@11.8.0",
|
"packageManager": "pnpm@11.20.0",
|
||||||
"module": "./dist/sdk/index.js",
|
"module": "./dist/sdk/index.js",
|
||||||
"types": "./dist/sdk/index.d.ts",
|
"types": "./dist/sdk/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue