@cedarjs/web 3.0.0-canary.13444 → 3.0.0-canary.13445

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.
@@ -2287,7 +2287,7 @@ var selectURI = function(operation, fallbackURI) {
2287
2287
  }
2288
2288
  };
2289
2289
 
2290
- // ../../node_modules/apollo-upload-client/node_modules/is-plain-obj/index.js
2290
+ // ../../node_modules/extract-files/node_modules/is-plain-obj/index.js
2291
2291
  function isPlainObject(value) {
2292
2292
  if (typeof value !== "object" || value === null) {
2293
2293
  return false;
@@ -2296,7 +2296,7 @@ function isPlainObject(value) {
2296
2296
  return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
2297
2297
  }
2298
2298
 
2299
- // ../../node_modules/apollo-upload-client/node_modules/extract-files/extractFiles.mjs
2299
+ // ../../node_modules/extract-files/extractFiles.mjs
2300
2300
  function extractFiles(value, isExtractable, path = "") {
2301
2301
  if (!arguments.length) throw new TypeError("Argument 1 `value` is required.");
2302
2302
  if (typeof isExtractable !== "function")
@@ -2367,7 +2367,7 @@ function formDataAppendFile(formData, fieldName, file) {
2367
2367
  "name" in file ? formData.append(fieldName, file, file.name) : formData.append(fieldName, file);
2368
2368
  }
2369
2369
 
2370
- // ../../node_modules/apollo-upload-client/node_modules/extract-files/isExtractableFile.mjs
2370
+ // ../../node_modules/extract-files/isExtractableFile.mjs
2371
2371
  function isExtractableFile(value) {
2372
2372
  return typeof File !== "undefined" && value instanceof File || typeof Blob !== "undefined" && value instanceof Blob;
2373
2373
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "3.0.0-canary.13444+532fd4681",
3
+ "version": "3.0.0-canary.13445+bbaff8cc9",
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.29.0",
148
- "@cedarjs/auth": "3.0.0-canary.13444",
149
- "@cedarjs/server-store": "3.0.0-canary.13444",
148
+ "@cedarjs/auth": "3.0.0-canary.13445",
149
+ "@cedarjs/server-store": "3.0.0-canary.13445",
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.29.0",
168
168
  "@babel/runtime": "7.28.6",
169
- "@cedarjs/framework-tools": "3.0.0-canary.13444",
170
- "@cedarjs/internal": "3.0.0-canary.13444",
169
+ "@cedarjs/framework-tools": "3.0.0-canary.13445",
170
+ "@cedarjs/internal": "3.0.0-canary.13445",
171
171
  "@rollup/plugin-babel": "6.1.0",
172
172
  "@testing-library/jest-dom": "6.9.1",
173
173
  "@testing-library/react": "14.3.1",
@@ -191,5 +191,5 @@
191
191
  "publishConfig": {
192
192
  "access": "public"
193
193
  },
194
- "gitHead": "532fd46813ffad4b67811ed132ca332c539f014b"
194
+ "gitHead": "bbaff8cc92a44a0bf7619977a23a8164aa1ee4cf"
195
195
  }