@uniformdev/canvas 20.49.1 → 20.49.2

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
@@ -7574,6 +7574,8 @@ interface components$a {
7574
7574
  cacheLocation?: string;
7575
7575
  /** @description Uniform-specific request identifier */
7576
7576
  requestId?: string;
7577
+ /** @description Query params that were stripped from the path during parameter normalization because they were not allowed anywhere in the project map. Only present when some params were actually ignored. */
7578
+ ignoredQueryParams?: string[];
7577
7579
  };
7578
7580
  configRetrieval?: {
7579
7581
  /** @description How long it took to retrieve the config (ms, in parallel to origin fetch) */
@@ -13706,7 +13708,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13706
13708
  */
13707
13709
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13708
13710
 
13709
- declare const version = "20.49.1";
13711
+ declare const version = "20.49.2";
13710
13712
 
13711
13713
  /** API client to enable managing workflow definitions */
13712
13714
  declare class WorkflowClient extends ApiClient {
package/dist/index.d.ts CHANGED
@@ -7574,6 +7574,8 @@ interface components$a {
7574
7574
  cacheLocation?: string;
7575
7575
  /** @description Uniform-specific request identifier */
7576
7576
  requestId?: string;
7577
+ /** @description Query params that were stripped from the path during parameter normalization because they were not allowed anywhere in the project map. Only present when some params were actually ignored. */
7578
+ ignoredQueryParams?: string[];
7577
7579
  };
7578
7580
  configRetrieval?: {
7579
7581
  /** @description How long it took to retrieve the config (ms, in parallel to origin fetch) */
@@ -13706,7 +13708,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
13706
13708
  */
13707
13709
  declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
13708
13710
 
13709
- declare const version = "20.49.1";
13711
+ declare const version = "20.49.2";
13710
13712
 
13711
13713
  /** API client to enable managing workflow definitions */
13712
13714
  declare class WorkflowClient extends ApiClient {
package/dist/index.esm.js CHANGED
@@ -3551,7 +3551,7 @@ function handleRichTextNodeBinding(object, options) {
3551
3551
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3552
3552
 
3553
3553
  // src/.version.ts
3554
- var version = "20.49.1";
3554
+ var version = "20.49.2";
3555
3555
 
3556
3556
  // src/WorkflowClient.ts
3557
3557
  import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
package/dist/index.js CHANGED
@@ -3729,7 +3729,7 @@ function handleRichTextNodeBinding(object, options) {
3729
3729
  var import_api18 = require("@uniformdev/context/api");
3730
3730
 
3731
3731
  // src/.version.ts
3732
- var version = "20.49.1";
3732
+ var version = "20.49.2";
3733
3733
 
3734
3734
  // src/WorkflowClient.ts
3735
3735
  var import_api17 = require("@uniformdev/context/api");
package/dist/index.mjs CHANGED
@@ -3551,7 +3551,7 @@ function handleRichTextNodeBinding(object, options) {
3551
3551
  import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
3552
3552
 
3553
3553
  // src/.version.ts
3554
- var version = "20.49.1";
3554
+ var version = "20.49.2";
3555
3555
 
3556
3556
  // src/WorkflowClient.ts
3557
3557
  import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.49.1",
3
+ "version": "20.49.2",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -41,9 +41,9 @@
41
41
  "svix": "1.71.0"
42
42
  },
43
43
  "dependencies": {
44
- "@uniformdev/assets": "20.49.1",
45
- "@uniformdev/context": "20.49.1",
46
- "@uniformdev/richtext": "20.49.1",
44
+ "@uniformdev/assets": "20.49.2",
45
+ "@uniformdev/context": "20.49.2",
46
+ "@uniformdev/richtext": "20.49.2",
47
47
  "immer": "10.1.3"
48
48
  },
49
49
  "files": [
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "5ecbefb8d8bf62b69600ebe59ed73a0d466438f5"
55
+ "gitHead": "6236dd13bff34cc8ec526d2e93e344428c1c9541"
56
56
  }