vona-cli-set-api 1.0.182 → 1.0.185
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.
|
@@ -143,5 +143,15 @@
|
|
|
143
143
|
"}"
|
|
144
144
|
],
|
|
145
145
|
"description": "record.host"
|
|
146
|
+
},
|
|
147
|
+
"findManyQueryTransform": {
|
|
148
|
+
"scope": "typescript,typescriptreact",
|
|
149
|
+
"prefix": "findmanyquerytransform",
|
|
150
|
+
"body": [
|
|
151
|
+
"findManyQueryTransform(_info: IPipeOptionsQueryTransformInfo): boolean | undefined {",
|
|
152
|
+
" $0return undefined;"
|
|
153
|
+
"}"
|
|
154
|
+
],
|
|
155
|
+
"description": "findManyQueryTransform"
|
|
146
156
|
}
|
|
147
157
|
}
|
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.185",
|
|
5
5
|
"description": "vona cli-set-api",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"ts-node": "^10.9.2",
|
|
62
62
|
"urllib": "^4.6.11",
|
|
63
63
|
"uuid": "^11.1.0",
|
|
64
|
-
"vona-core": "^5.0.
|
|
64
|
+
"vona-core": "^5.0.51",
|
|
65
65
|
"why-is-node-running": "^3.2.2",
|
|
66
66
|
"yargs-parser": "^21.1.1"
|
|
67
67
|
},
|