@kwiz/node 1.0.24 → 1.0.25
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kwiz/node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "KWIZ utilities and helpers for node applications",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"link-local-common": "npm link @kwiz/common",
|
|
28
28
|
"reindex-project": "cti create ./src -i _dependencies -w -b -n -o exports-index.ts && node fix-folder-imports.js",
|
|
29
29
|
"install-packages": "npm install azurite -g && npm ci",
|
|
30
|
-
"startDevStorage": "azurite -s -l"
|
|
30
|
+
"startDevStorage": "azurite -s -l",
|
|
31
|
+
"clear-npm-cache": "npm cache clean --force"
|
|
31
32
|
},
|
|
32
33
|
"repository": {
|
|
33
34
|
"type": "git",
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
"dependencies": {
|
|
70
71
|
"@azure/data-tables": "^13.2.2",
|
|
71
72
|
"@azure/msal-node": "^2.6.4",
|
|
72
|
-
"@kwiz/common": "^1.0.
|
|
73
|
+
"@kwiz/common": "^1.0.164",
|
|
73
74
|
"axios": "^1.6.7",
|
|
74
75
|
"esbuild": "^0.19.12",
|
|
75
76
|
"get-tsconfig": "^4.7.2",
|