Skip to content

Commit d5b2a12

Browse files
committed
fix: bundle zshy
1 parent 78f531e commit d5b2a12

File tree

3 files changed

+15
-24
lines changed

3 files changed

+15
-24
lines changed

.changeset/witty-ads-fly.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mobx-tanstack-query": patch
3+
---
4+
5+
fix zshy bundle

package.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"check": "eslint . --fix",
88
"prebuild": "npm run clean && npm run check",
99
"build:watch": "pnpm build && nodemon --watch src --ext ts,tsx --exec \"pnpm build\"",
10-
"build": "zshy",
11-
"pub": "pnpm build && sborshik publish",
10+
"build": "sborshik build --fillDist",
11+
"pub": "pnpm build && sborshik publish --useDistDir",
1212
"pub:patch": "PUBLISH_VERSION=patch pnpm pub",
1313
"pub:minor": "PUBLISH_VERSION=minor pnpm pub",
1414
"pub:major": "PUBLISH_VERSION=major pnpm pub",
@@ -66,7 +66,7 @@
6666
"commitfmt": "^1.0.0",
6767
"eslint": "^8.57.0",
6868
"js2me-eslint-config": "^1.0.6",
69-
"sborshik": "^1.0.6",
69+
"sborshik": "^1.0.10",
7070
"jsdom": "^25.0.1",
7171
"lefthook": "^1.11.13",
7272
"nodemon": "^3.1.0",
@@ -75,19 +75,5 @@
7575
"vitest": "^2.1.4",
7676
"zshy": "^0.4.2"
7777
},
78-
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
79-
"files": [
80-
"dist"
81-
],
82-
"main": "./dist/index.js",
83-
"module": "./dist/index.mjs",
84-
"types": "./dist/index.d.ts",
85-
"exports": {
86-
"./package.json": "./package.json",
87-
".": {
88-
"types": "./dist/index.d.ts",
89-
"import": "./dist/index.mjs",
90-
"require": "./dist/index.js"
91-
}
92-
}
93-
}
78+
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
79+
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)