@uniformdev/canvas 20.49.3 → 20.49.4
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
|
@@ -13709,7 +13709,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13709
13709
|
*/
|
|
13710
13710
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13711
13711
|
|
|
13712
|
-
declare const version = "20.49.
|
|
13712
|
+
declare const version = "20.49.4";
|
|
13713
13713
|
|
|
13714
13714
|
/** API client to enable managing workflow definitions */
|
|
13715
13715
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
|
@@ -13709,7 +13709,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13709
13709
|
*/
|
|
13710
13710
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13711
13711
|
|
|
13712
|
-
declare const version = "20.49.
|
|
13712
|
+
declare const version = "20.49.4";
|
|
13713
13713
|
|
|
13714
13714
|
/** API client to enable managing workflow definitions */
|
|
13715
13715
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
|
@@ -3606,7 +3606,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3606
3606
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3607
3607
|
|
|
3608
3608
|
// src/.version.ts
|
|
3609
|
-
var version = "20.49.
|
|
3609
|
+
var version = "20.49.4";
|
|
3610
3610
|
|
|
3611
3611
|
// src/WorkflowClient.ts
|
|
3612
3612
|
import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -3784,7 +3784,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3784
3784
|
var import_api18 = require("@uniformdev/context/api");
|
|
3785
3785
|
|
|
3786
3786
|
// src/.version.ts
|
|
3787
|
-
var version = "20.49.
|
|
3787
|
+
var version = "20.49.4";
|
|
3788
3788
|
|
|
3789
3789
|
// src/WorkflowClient.ts
|
|
3790
3790
|
var import_api17 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -3606,7 +3606,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3606
3606
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3607
3607
|
|
|
3608
3608
|
// src/.version.ts
|
|
3609
|
-
var version = "20.49.
|
|
3609
|
+
var version = "20.49.4";
|
|
3610
3610
|
|
|
3611
3611
|
// src/WorkflowClient.ts
|
|
3612
3612
|
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.
|
|
3
|
+
"version": "20.49.4",
|
|
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.
|
|
45
|
-
"@uniformdev/context": "20.49.
|
|
46
|
-
"@uniformdev/richtext": "20.49.
|
|
44
|
+
"@uniformdev/assets": "20.49.4",
|
|
45
|
+
"@uniformdev/context": "20.49.4",
|
|
46
|
+
"@uniformdev/richtext": "20.49.4",
|
|
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": "
|
|
55
|
+
"gitHead": "dd6064aa91e338a5c00f5f362bbf8fc6ad975cc2"
|
|
56
56
|
}
|