@cedarjs/web 0.15.0 → 0.15.1-next.23
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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1-next.23+0753a9ca2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"main": "./dist/index.js",
|
|
115
115
|
"types": "dist/index.d.ts",
|
|
116
116
|
"bin": {
|
|
117
|
-
"cdr": "./dist/cjs/bins/cedar.js",
|
|
118
117
|
"cedar": "./dist/cjs/bins/cedar.js",
|
|
119
118
|
"cedarjs": "./dist/cjs/bins/cedar.js",
|
|
120
119
|
"cross-env": "./dist/cjs/bins/cross-env.js",
|
|
@@ -146,8 +145,8 @@
|
|
|
146
145
|
"dependencies": {
|
|
147
146
|
"@apollo/client": "3.13.9",
|
|
148
147
|
"@babel/runtime-corejs3": "7.27.6",
|
|
149
|
-
"@cedarjs/auth": "0.15.
|
|
150
|
-
"@cedarjs/server-store": "0.15.
|
|
148
|
+
"@cedarjs/auth": "0.15.1-next.23+0753a9ca2",
|
|
149
|
+
"@cedarjs/server-store": "0.15.1-next.23+0753a9ca2",
|
|
151
150
|
"@dr.pogodin/react-helmet": "2.0.4",
|
|
152
151
|
"@whatwg-node/fetch": "0.9.21",
|
|
153
152
|
"apollo-upload-client": "18.0.1",
|
|
@@ -167,8 +166,8 @@
|
|
|
167
166
|
"@babel/core": "^7.26.10",
|
|
168
167
|
"@babel/plugin-transform-runtime": "7.27.4",
|
|
169
168
|
"@babel/runtime": "7.27.6",
|
|
170
|
-
"@cedarjs/framework-tools": "0.15.
|
|
171
|
-
"@cedarjs/internal": "0.15.
|
|
169
|
+
"@cedarjs/framework-tools": "0.15.1-next.23",
|
|
170
|
+
"@cedarjs/internal": "0.15.1-next.23+0753a9ca2",
|
|
172
171
|
"@rollup/plugin-babel": "6.0.4",
|
|
173
172
|
"@testing-library/jest-dom": "6.5.0",
|
|
174
173
|
"@testing-library/react": "14.3.1",
|
|
@@ -192,5 +191,5 @@
|
|
|
192
191
|
"publishConfig": {
|
|
193
192
|
"access": "public"
|
|
194
193
|
},
|
|
195
|
-
"gitHead": "
|
|
194
|
+
"gitHead": "0753a9ca25ba21702aed57f7f5e8b49db9957984"
|
|
196
195
|
}
|