@uniformdev/canvas 19.45.2-alpha.7 → 19.46.1-alpha.8

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/dist/index.d.mts CHANGED
@@ -6360,7 +6360,7 @@ interface components$1 {
6360
6360
  * @description Cache from which the composition was resolved
6361
6361
  * @enum {string}
6362
6362
  */
6363
- sourceCache?: "edge-memory-cache" | "edge-cdn-cache" | "long-term-cache" | "api-cache";
6363
+ sourceCache?: "edge-cdn-cache" | "long-term-cache" | "api-cache";
6364
6364
  /** @description Edge cache location used */
6365
6365
  cacheLocation?: string;
6366
6366
  /** @description Uniform-specifc request identifiers */
package/dist/index.d.ts CHANGED
@@ -6360,7 +6360,7 @@ interface components$1 {
6360
6360
  * @description Cache from which the composition was resolved
6361
6361
  * @enum {string}
6362
6362
  */
6363
- sourceCache?: "edge-memory-cache" | "edge-cdn-cache" | "long-term-cache" | "api-cache";
6363
+ sourceCache?: "edge-cdn-cache" | "long-term-cache" | "api-cache";
6364
6364
  /** @description Edge cache location used */
6365
6365
  cacheLocation?: string;
6366
6366
  /** @description Uniform-specifc request identifiers */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.45.2-alpha.7+9afef6594",
3
+ "version": "19.46.1-alpha.8+a2d89f62e",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,7 @@
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/context": "19.45.2-alpha.7+9afef6594",
41
+ "@uniformdev/context": "19.46.1-alpha.8+a2d89f62e",
42
42
  "immer": "9.0.21"
43
43
  },
44
44
  "files": [
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "9afef6594b505ff451ade8bdd5a2d29e8e0e586c"
50
+ "gitHead": "a2d89f62ed00cf0c7eaa8d557ad6a9f218215213"
51
51
  }