@vrplatform/graphql 1.1.36 → 1.1.38
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 +2 -2
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"!**/*.spec.*",
|
|
11
11
|
"LICENSE"
|
|
12
12
|
],
|
|
13
|
-
"version": "1.1.
|
|
13
|
+
"version": "1.1.38",
|
|
14
14
|
"description": "Finalytic graphql",
|
|
15
15
|
"main": "build/main/index.js",
|
|
16
16
|
"module": "build/module/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"check": "bun run typecheck && bun run lint",
|
|
23
23
|
"test": "bun test",
|
|
24
24
|
"lint": "biome check .",
|
|
25
|
-
"pub": "bun pub:pre && bun publish
|
|
25
|
+
"pub": "bun pub:pre && bun publish",
|
|
26
26
|
"pub:pre": "bun check && bun generate && bun run build",
|
|
27
27
|
"typecheck": "tsc --noEmit",
|
|
28
28
|
"build": "run-p build:* && run-p buildcp:*",
|