vona-cli-set-api 1.0.314 → 1.0.317
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.
|
@@ -177,6 +177,18 @@
|
|
|
177
177
|
],
|
|
178
178
|
"description": "record.loggerclient"
|
|
179
179
|
},
|
|
180
|
+
"record.loggerchild": {
|
|
181
|
+
"scope": "typescript,typescriptreact",
|
|
182
|
+
"prefix": "recordloggerchild",
|
|
183
|
+
"body": [
|
|
184
|
+
"declare module 'vona' {",
|
|
185
|
+
" export interface ILoggerChildRecord {",
|
|
186
|
+
" $0: never;",
|
|
187
|
+
" }",
|
|
188
|
+
"}"
|
|
189
|
+
],
|
|
190
|
+
"description": "record.loggerchild"
|
|
191
|
+
},
|
|
180
192
|
"record.redisclient": {
|
|
181
193
|
"scope": "typescript,typescriptreact",
|
|
182
194
|
"prefix": "recordredisclient",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vona-cli-set-api",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.317",
|
|
5
5
|
"description": "vona cli-set-api",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
32
32
|
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
33
33
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
34
|
-
"@cabloy/cli": "^3.0.
|
|
34
|
+
"@cabloy/cli": "^3.0.54",
|
|
35
35
|
"@cabloy/dotenv": "^1.1.10",
|
|
36
36
|
"@cabloy/extend": "^3.1.10",
|
|
37
|
-
"@cabloy/module-glob": "^5.2.
|
|
38
|
-
"@cabloy/module-info": "^1.3.
|
|
37
|
+
"@cabloy/module-glob": "^5.2.31",
|
|
38
|
+
"@cabloy/module-info": "^1.3.31",
|
|
39
39
|
"@cabloy/word-utils": "^2.0.1",
|
|
40
40
|
"@lcov-viewer/cli": "^1.3.0",
|
|
41
41
|
"@rollup/plugin-alias": "^5.1.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"ts-node-maintained": "^10.9.6",
|
|
62
62
|
"urllib": "^4.6.11",
|
|
63
63
|
"uuid": "^11.1.0",
|
|
64
|
-
"vona-core": "^5.0.
|
|
64
|
+
"vona-core": "^5.0.81",
|
|
65
65
|
"why-is-node-running": "^3.2.2",
|
|
66
66
|
"yargs-parser": "^21.1.1"
|
|
67
67
|
},
|