@cedarjs/web 1.0.0-canary.12994 → 1.0.0-canary.12995
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;
|
|
@@ -1201,7 +1201,7 @@ var AutoCleanedWeakCache = function(max, dispose) {
|
|
|
1201
1201
|
};
|
|
1202
1202
|
|
|
1203
1203
|
// ../../node_modules/@apollo/client/utilities/caching/sizes.js
|
|
1204
|
-
var cacheSizeSymbol = Symbol.for("apollo.cacheSize");
|
|
1204
|
+
var cacheSizeSymbol = /* @__PURE__ */ Symbol.for("apollo.cacheSize");
|
|
1205
1205
|
var cacheSizes = __assign({}, global_default[cacheSizeSymbol]);
|
|
1206
1206
|
|
|
1207
1207
|
// ../../node_modules/@apollo/client/utilities/caching/getMemoryInternals.js
|
|
@@ -1381,7 +1381,7 @@ var getSymbol = function(name) {
|
|
|
1381
1381
|
return hasSymbol(name) ? Symbol[name] : "@@" + name;
|
|
1382
1382
|
};
|
|
1383
1383
|
if (hasSymbols() && !hasSymbol("observable")) {
|
|
1384
|
-
Symbol.observable = Symbol("observable");
|
|
1384
|
+
Symbol.observable = /* @__PURE__ */ Symbol("observable");
|
|
1385
1385
|
}
|
|
1386
1386
|
var SymbolIterator = getSymbol("iterator");
|
|
1387
1387
|
var SymbolObservable = getSymbol("observable");
|
|
@@ -1834,7 +1834,7 @@ var Observable = /* @__PURE__ */ (function() {
|
|
|
1834
1834
|
return Observable2;
|
|
1835
1835
|
})();
|
|
1836
1836
|
if (hasSymbols()) {
|
|
1837
|
-
Object.defineProperty(Observable, Symbol("extensions"), {
|
|
1837
|
+
Object.defineProperty(Observable, /* @__PURE__ */ Symbol("extensions"), {
|
|
1838
1838
|
value: {
|
|
1839
1839
|
symbol: SymbolObservable,
|
|
1840
1840
|
hostReportError
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12995+a27e11217",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@apollo/client": "3.13.9",
|
|
147
147
|
"@babel/runtime-corejs3": "7.28.4",
|
|
148
|
-
"@cedarjs/auth": "1.0.0-canary.
|
|
149
|
-
"@cedarjs/server-store": "1.0.0-canary.
|
|
148
|
+
"@cedarjs/auth": "1.0.0-canary.12995",
|
|
149
|
+
"@cedarjs/server-store": "1.0.0-canary.12995",
|
|
150
150
|
"@dr.pogodin/react-helmet": "2.0.4",
|
|
151
151
|
"@whatwg-node/fetch": "0.10.13",
|
|
152
152
|
"apollo-upload-client": "18.0.1",
|
|
@@ -166,8 +166,8 @@
|
|
|
166
166
|
"@babel/core": "^7.26.10",
|
|
167
167
|
"@babel/plugin-transform-runtime": "7.28.5",
|
|
168
168
|
"@babel/runtime": "7.28.4",
|
|
169
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
170
|
-
"@cedarjs/internal": "1.0.0-canary.
|
|
169
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12995",
|
|
170
|
+
"@cedarjs/internal": "1.0.0-canary.12995",
|
|
171
171
|
"@rollup/plugin-babel": "6.1.0",
|
|
172
172
|
"@testing-library/jest-dom": "6.5.0",
|
|
173
173
|
"@testing-library/react": "14.3.1",
|
|
@@ -191,5 +191,5 @@
|
|
|
191
191
|
"publishConfig": {
|
|
192
192
|
"access": "public"
|
|
193
193
|
},
|
|
194
|
-
"gitHead": "
|
|
194
|
+
"gitHead": "a27e112173c5a25a229ee1692814ee8eeb4ec7a1"
|
|
195
195
|
}
|