@cedarjs/web 4.0.0-canary.13661 → 4.0.0-canary.13663
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.
|
@@ -196,7 +196,7 @@ function newInvariantError(message) {
|
|
|
196
196
|
}
|
|
197
197
|
return new InvariantError(getHandledErrorMsg(message, optionalParams) || getFallbackErrorMsg(message, optionalParams));
|
|
198
198
|
}
|
|
199
|
-
var ApolloErrorMessageHandler = Symbol.for("ApolloErrorMessageHandler_" + version);
|
|
199
|
+
var ApolloErrorMessageHandler = /* @__PURE__ */ Symbol.for("ApolloErrorMessageHandler_" + version);
|
|
200
200
|
function stringify(arg) {
|
|
201
201
|
if (typeof arg == "string") {
|
|
202
202
|
return arg;
|
|
@@ -1238,7 +1238,7 @@ var AutoCleanedWeakCache = function(max, dispose) {
|
|
|
1238
1238
|
};
|
|
1239
1239
|
|
|
1240
1240
|
// ../../node_modules/@apollo/client/utilities/caching/sizes.js
|
|
1241
|
-
var cacheSizeSymbol = Symbol.for("apollo.cacheSize");
|
|
1241
|
+
var cacheSizeSymbol = /* @__PURE__ */ Symbol.for("apollo.cacheSize");
|
|
1242
1242
|
var cacheSizes = __assign({}, global_default[cacheSizeSymbol]);
|
|
1243
1243
|
|
|
1244
1244
|
// ../../node_modules/@apollo/client/utilities/caching/getMemoryInternals.js
|
|
@@ -1418,7 +1418,7 @@ var getSymbol = function(name) {
|
|
|
1418
1418
|
return hasSymbol(name) ? Symbol[name] : "@@" + name;
|
|
1419
1419
|
};
|
|
1420
1420
|
if (hasSymbols() && !hasSymbol("observable")) {
|
|
1421
|
-
Symbol.observable = Symbol("observable");
|
|
1421
|
+
Symbol.observable = /* @__PURE__ */ Symbol("observable");
|
|
1422
1422
|
}
|
|
1423
1423
|
var SymbolIterator = getSymbol("iterator");
|
|
1424
1424
|
var SymbolObservable = getSymbol("observable");
|
|
@@ -1871,7 +1871,7 @@ var Observable = /* @__PURE__ */ (function() {
|
|
|
1871
1871
|
return Observable2;
|
|
1872
1872
|
})();
|
|
1873
1873
|
if (hasSymbols()) {
|
|
1874
|
-
Object.defineProperty(Observable, Symbol("extensions"), {
|
|
1874
|
+
Object.defineProperty(Observable, /* @__PURE__ */ Symbol("extensions"), {
|
|
1875
1875
|
value: {
|
|
1876
1876
|
symbol: SymbolObservable,
|
|
1877
1877
|
hostReportError
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.13663+685108e9e",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@apollo/client": "3.13.9",
|
|
147
|
-
"@cedarjs/auth": "4.0.0-canary.
|
|
148
|
-
"@cedarjs/server-store": "4.0.0-canary.
|
|
147
|
+
"@cedarjs/auth": "4.0.0-canary.13663",
|
|
148
|
+
"@cedarjs/server-store": "4.0.0-canary.13663",
|
|
149
149
|
"@dr.pogodin/react-helmet": "2.0.4",
|
|
150
150
|
"@whatwg-node/fetch": "0.10.13",
|
|
151
151
|
"apollo-upload-client": "18.0.1",
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"@babel/core": "^7.26.10",
|
|
165
165
|
"@babel/plugin-transform-runtime": "7.29.0",
|
|
166
166
|
"@babel/runtime": "7.29.2",
|
|
167
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
168
|
-
"@cedarjs/internal": "4.0.0-canary.
|
|
167
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13663",
|
|
168
|
+
"@cedarjs/internal": "4.0.0-canary.13663",
|
|
169
169
|
"@rollup/plugin-babel": "6.1.0",
|
|
170
170
|
"@testing-library/jest-dom": "6.9.1",
|
|
171
171
|
"@testing-library/react": "14.3.1",
|
|
@@ -189,5 +189,5 @@
|
|
|
189
189
|
"publishConfig": {
|
|
190
190
|
"access": "public"
|
|
191
191
|
},
|
|
192
|
-
"gitHead": "
|
|
192
|
+
"gitHead": "685108e9e712b7852285fa548f0156d826bc968f"
|
|
193
193
|
}
|