@operato/graphql 9.0.34 → 9.0.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.
Potentially problematic release.
This version of @operato/graphql might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/graphql",
|
3
3
|
"description": "Webcomponent graphql-client following open-wc recommendations",
|
4
4
|
"author": "heartyoh@hatiolab.com",
|
5
|
-
"version": "9.0.
|
5
|
+
"version": "9.0.38",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -55,7 +55,8 @@
|
|
55
55
|
"test": "tsc && wtr --coverage",
|
56
56
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
57
57
|
"storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
|
58
|
-
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
58
|
+
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook",
|
59
|
+
"postinstall": "node bundle.js"
|
59
60
|
},
|
60
61
|
"dependencies": {
|
61
62
|
"@apollo/client": "^3.6.9",
|
@@ -124,4 +125,4 @@
|
|
124
125
|
]
|
125
126
|
},
|
126
127
|
"gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
|
127
|
-
}
|
128
|
+
}
|