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