@ghini/xstart 25.12.29102817 → 25.12.29103740

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,12 +1,6 @@
1
1
  {
2
2
  "name": "@ghini/xstart",
3
- "version": "25.12.29102817",
4
- "scripts": {
5
- "type-check": "tsc --noEmit",
6
- "build": "node ./build.js",
7
- "pub": "npm run build && npm publish && git add . && git commit -m 'update' && git push",
8
- "update": "npm cache clean --force&&npm update"
9
- },
3
+ "version": "25.12.29103740",
10
4
  "exports": {
11
5
  ".": {
12
6
  "import": "./dist/index.js",
@@ -20,7 +14,13 @@
20
14
  "access": "public"
21
15
  },
22
16
  "devDependencies": {
23
- "@types/node": "^24.10.2",
17
+ "@types/node": "^25.0.3",
24
18
  "typescript": "^5.9.3"
19
+ },
20
+ "scripts": {
21
+ "type-check": "tsc --noEmit",
22
+ "build": "node ./build.js",
23
+ "pub": "pnpm build && pnpm publish --no-git-checks && git add . && git commit -m 'update' && git push",
24
+ "update": "pnpm update"
25
25
  }
26
26
  }