@uniformdev/canvas 20.31.1-alpha.7 → 20.32.0
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
@@ -13340,7 +13340,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13340
13340
|
*/
|
13341
13341
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13342
13342
|
|
13343
|
-
declare const version = "20.
|
13343
|
+
declare const version = "20.32.0";
|
13344
13344
|
|
13345
13345
|
/** API client to enable managing workflow definitions */
|
13346
13346
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
@@ -13340,7 +13340,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13340
13340
|
*/
|
13341
13341
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13342
13342
|
|
13343
|
-
declare const version = "20.
|
13343
|
+
declare const version = "20.32.0";
|
13344
13344
|
|
13345
13345
|
/** API client to enable managing workflow definitions */
|
13346
13346
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
@@ -3417,7 +3417,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3417
3417
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3418
3418
|
|
3419
3419
|
// src/.version.ts
|
3420
|
-
var version = "20.
|
3420
|
+
var version = "20.32.0";
|
3421
3421
|
|
3422
3422
|
// src/WorkflowClient.ts
|
3423
3423
|
import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
@@ -3583,7 +3583,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3583
3583
|
var import_api17 = require("@uniformdev/context/api");
|
3584
3584
|
|
3585
3585
|
// src/.version.ts
|
3586
|
-
var version = "20.
|
3586
|
+
var version = "20.32.0";
|
3587
3587
|
|
3588
3588
|
// src/WorkflowClient.ts
|
3589
3589
|
var import_api16 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
@@ -3417,7 +3417,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3417
3417
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3418
3418
|
|
3419
3419
|
// src/.version.ts
|
3420
|
-
var version = "20.
|
3420
|
+
var version = "20.32.0";
|
3421
3421
|
|
3422
3422
|
// src/WorkflowClient.ts
|
3423
3423
|
import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "20.
|
3
|
+
"version": "20.32.0",
|
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.
|
45
|
-
"@uniformdev/context": "20.
|
46
|
-
"@uniformdev/richtext": "20.
|
44
|
+
"@uniformdev/assets": "20.32.0",
|
45
|
+
"@uniformdev/context": "20.32.0",
|
46
|
+
"@uniformdev/richtext": "20.32.0",
|
47
47
|
"immer": "10.1.1"
|
48
48
|
},
|
49
49
|
"files": [
|
@@ -52,5 +52,5 @@
|
|
52
52
|
"publishConfig": {
|
53
53
|
"access": "public"
|
54
54
|
},
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "5e94bba0b8d4295cdb77a7f72196849412da96c6"
|
56
56
|
}
|