@datapos/datapos-development 0.3.45 → 0.3.47
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.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.3.
|
|
6
|
+
"version": "0.3.47",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"types": "./dist/types/src/index.d.ts",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@datapos/datapos-shared": "^0.3.
|
|
19
|
+
"@datapos/datapos-shared": "^0.3.140",
|
|
20
20
|
"@types/node": "^24.10.0",
|
|
21
21
|
"@typescript-eslint/eslint-plugin": "^8.46.3",
|
|
22
22
|
"@typescript-eslint/parser": "^8.46.3",
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"npm-check-updates": "^19.1.2",
|
|
30
30
|
"prettier": "^3.6.2",
|
|
31
31
|
"retire": "^5.3.0",
|
|
32
|
-
"run": "^1.5.0",
|
|
33
32
|
"type-fest": "^5.2.0",
|
|
34
33
|
"typescript": "^5.9.3",
|
|
35
34
|
"vite": "^7.2.2",
|
|
@@ -43,11 +42,11 @@
|
|
|
43
42
|
"check": "npm outdated; npm-check-updates -i && retire",
|
|
44
43
|
"document": "license-report --only=prod,peer > LICENSES.json && license-report-check --source ./LICENSES.json --allowed 'MIT' --allowed 'n/a' --allowed 'Apache-2.0' --output=table",
|
|
45
44
|
"format": "prettier --write src/",
|
|
46
|
-
"lint": "eslint .
|
|
45
|
+
"lint": "eslint .",
|
|
47
46
|
"publishToNPM": "npm publish --access public",
|
|
48
47
|
"release": "npm run syncWithGitHub && npm run publishToNPM",
|
|
49
48
|
"syncWithGitHub": "npm run bumpVersion && node -e \"import('./dist/datapos-development.es.js').then(m => m.syncWithGitHub())\"",
|
|
50
49
|
"test": "echo \"***** TEST SCRIPT NOT IMPLEMENTED. *****\"",
|
|
51
|
-
"updateDependencies": "
|
|
50
|
+
"updateDependencies": "npm install -D @datapos/datapos-shared@latest"
|
|
52
51
|
}
|
|
53
52
|
}
|