@uniformdev/canvas 20.36.1-alpha.1 → 20.36.1
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
@@ -13591,7 +13591,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13591
13591
|
*/
|
13592
13592
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13593
13593
|
|
13594
|
-
declare const version = "20.36.
|
13594
|
+
declare const version = "20.36.1";
|
13595
13595
|
|
13596
13596
|
/** API client to enable managing workflow definitions */
|
13597
13597
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
@@ -13591,7 +13591,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13591
13591
|
*/
|
13592
13592
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13593
13593
|
|
13594
|
-
declare const version = "20.36.
|
13594
|
+
declare const version = "20.36.1";
|
13595
13595
|
|
13596
13596
|
/** API client to enable managing workflow definitions */
|
13597
13597
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
@@ -3473,7 +3473,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3473
3473
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3474
3474
|
|
3475
3475
|
// src/.version.ts
|
3476
|
-
var version = "20.36.
|
3476
|
+
var version = "20.36.1";
|
3477
3477
|
|
3478
3478
|
// src/WorkflowClient.ts
|
3479
3479
|
import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
@@ -3641,7 +3641,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3641
3641
|
var import_api18 = require("@uniformdev/context/api");
|
3642
3642
|
|
3643
3643
|
// src/.version.ts
|
3644
|
-
var version = "20.36.
|
3644
|
+
var version = "20.36.1";
|
3645
3645
|
|
3646
3646
|
// src/WorkflowClient.ts
|
3647
3647
|
var import_api17 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
@@ -3473,7 +3473,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3473
3473
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3474
3474
|
|
3475
3475
|
// src/.version.ts
|
3476
|
-
var version = "20.36.
|
3476
|
+
var version = "20.36.1";
|
3477
3477
|
|
3478
3478
|
// src/WorkflowClient.ts
|
3479
3479
|
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.36.1
|
3
|
+
"version": "20.36.1",
|
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.36.1
|
45
|
-
"@uniformdev/context": "20.36.1
|
46
|
-
"@uniformdev/richtext": "20.36.1
|
44
|
+
"@uniformdev/assets": "20.36.1",
|
45
|
+
"@uniformdev/context": "20.36.1",
|
46
|
+
"@uniformdev/richtext": "20.36.1",
|
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": "cced31b4edaff96f2eec23f2336ee0873663066a"
|
56
56
|
}
|