@axinom/mosaic-graphql-common 0.10.0-rc.9 → 0.11.0-rc.0
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-graphql-common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0-rc.0",
|
|
4
4
|
"description": "Common GraphQL and PostGraphile related functionality.",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"clean": "rimraf dist",
|
|
20
20
|
"build": "yarn clean && tsc --project tsconfig.build.json",
|
|
21
|
+
"ts:validate": "tsc",
|
|
21
22
|
"build:ci": "yarn workspaces focus && yarn build",
|
|
22
23
|
"dev": "tsc -w --project tsconfig.build.json",
|
|
23
24
|
"publish:latest": "npm run build && npm publish",
|
|
@@ -57,5 +58,5 @@
|
|
|
57
58
|
"publishConfig": {
|
|
58
59
|
"access": "public"
|
|
59
60
|
},
|
|
60
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "97186130fc2fff657d19b852d6d116d032a4344d"
|
|
61
62
|
}
|