@datapos/datapos-shared 0.3.261 → 0.3.262

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 +11 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.261",
3
+ "version": "0.3.262",
4
4
  "description": "A TypeScript library containing common declarations and utilities used across other Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -27,26 +27,24 @@
27
27
  "peerDependencies": {
28
28
  "csv-parse": "^6.1.0",
29
29
  "date-fns": "^4.1.0",
30
- "nanoid": "^5.1.6",
31
- "zod": "^4.1.12"
30
+ "nanoid": "^5.1.6"
32
31
  },
33
32
  "devDependencies": {
34
- "@datapos/datapos-development": "^0.3.94",
33
+ "@datapos/datapos-development": "^0.3.263",
35
34
  "@types/node": "^24.10.1",
36
35
  "@types/prismjs": "^1.26.5",
37
- "@typescript-eslint/eslint-plugin": "^8.47.0",
38
- "@typescript-eslint/parser": "^8.47.0",
36
+ "@typescript-eslint/eslint-plugin": "^8.48.1",
37
+ "@typescript-eslint/parser": "^8.48.1",
39
38
  "eslint": "^9.39.1",
40
39
  "eslint-plugin-import": "^2.32.0",
41
40
  "jiti": "^2.6.1",
42
41
  "license-report": "^6.8.1",
43
42
  "license-report-check": "^0.1.2",
44
43
  "npm-check-updates": "^19.1.2",
45
- "prettier": "^3.6.2",
46
- "retire": "^5.3.0",
47
- "ts-to-zod": "^5.1.0",
44
+ "prettier": "^3.7.4",
45
+ "retire": "^5.4.0",
48
46
  "typescript": "^5.9.3",
49
- "vite": "^7.2.4",
47
+ "vite": "^7.2.6",
50
48
  "vite-plugin-dts": "^4.5.4"
51
49
  },
52
50
  "scripts": {
@@ -58,7 +56,8 @@
58
56
  "format": "prettier --write src/",
59
57
  "lint": "eslint .",
60
58
  "publish:toNPM": "npm publish --access public",
61
- "release": "npm run bump:version && npm run build && npm run _sync:withGitHub && npm run publish:toNPM",
59
+ "release1": "npm run bump:version && npm run build && npm run _sync:withGitHub && npm run publish:toNPM",
60
+ "release": " npm run build && npm run _sync:withGitHub && npm run publish:toNPM",
62
61
  "sync": "npm run bump:version && npm run _sync:withGitHub",
63
62
  "test": "node -e \"import('@datapos/datapos-development').then(m => m.echoScriptNotImplemented('Test'))\"",
64
63
  "update:dataPosDeps": "npm run _update:developDep",
@@ -72,4 +71,4 @@
72
71
  "node": ">=22.0.0",
73
72
  "npm": ">=11.0.0"
74
73
  }
75
- }
74
+ }