@uniformdev/canvas 20.54.1-alpha.1 → 20.55.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
|
@@ -14143,7 +14143,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
14143
14143
|
*/
|
|
14144
14144
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
14145
14145
|
|
|
14146
|
-
declare const version = "20.
|
|
14146
|
+
declare const version = "20.55.0";
|
|
14147
14147
|
|
|
14148
14148
|
/** API client to enable managing workflow definitions */
|
|
14149
14149
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
|
@@ -14143,7 +14143,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
14143
14143
|
*/
|
|
14144
14144
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
14145
14145
|
|
|
14146
|
-
declare const version = "20.
|
|
14146
|
+
declare const version = "20.55.0";
|
|
14147
14147
|
|
|
14148
14148
|
/** API client to enable managing workflow definitions */
|
|
14149
14149
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
|
@@ -3638,7 +3638,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3638
3638
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3639
3639
|
|
|
3640
3640
|
// src/.version.ts
|
|
3641
|
-
var version = "20.
|
|
3641
|
+
var version = "20.55.0";
|
|
3642
3642
|
|
|
3643
3643
|
// src/WorkflowClient.ts
|
|
3644
3644
|
import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -3818,7 +3818,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3818
3818
|
var import_api19 = require("@uniformdev/context/api");
|
|
3819
3819
|
|
|
3820
3820
|
// src/.version.ts
|
|
3821
|
-
var version = "20.
|
|
3821
|
+
var version = "20.55.0";
|
|
3822
3822
|
|
|
3823
3823
|
// src/WorkflowClient.ts
|
|
3824
3824
|
var import_api18 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -3638,7 +3638,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3638
3638
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3639
3639
|
|
|
3640
3640
|
// src/.version.ts
|
|
3641
|
-
var version = "20.
|
|
3641
|
+
var version = "20.55.0";
|
|
3642
3642
|
|
|
3643
3643
|
// src/WorkflowClient.ts
|
|
3644
3644
|
import { ApiClient as ApiClient17 } 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.55.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.55.0",
|
|
45
|
+
"@uniformdev/context": "20.55.0",
|
|
46
|
+
"@uniformdev/richtext": "20.55.0",
|
|
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": "ef21541bd262e454318a30372f90d22a06183b82"
|
|
56
56
|
}
|