@uniformdev/canvas 20.64.1-alpha.3 → 20.65.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
|
@@ -14240,7 +14240,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
14240
14240
|
*/
|
|
14241
14241
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
14242
14242
|
|
|
14243
|
-
declare const version = "20.
|
|
14243
|
+
declare const version = "20.65.0";
|
|
14244
14244
|
|
|
14245
14245
|
/** API client to enable managing workflow definitions */
|
|
14246
14246
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
|
@@ -14240,7 +14240,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
14240
14240
|
*/
|
|
14241
14241
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
14242
14242
|
|
|
14243
|
-
declare const version = "20.
|
|
14243
|
+
declare const version = "20.65.0";
|
|
14244
14244
|
|
|
14245
14245
|
/** API client to enable managing workflow definitions */
|
|
14246
14246
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
|
@@ -3657,7 +3657,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3657
3657
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3658
3658
|
|
|
3659
3659
|
// src/.version.ts
|
|
3660
|
-
var version = "20.
|
|
3660
|
+
var version = "20.65.0";
|
|
3661
3661
|
|
|
3662
3662
|
// src/WorkflowClient.ts
|
|
3663
3663
|
import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -3839,7 +3839,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3839
3839
|
var import_api19 = require("@uniformdev/context/api");
|
|
3840
3840
|
|
|
3841
3841
|
// src/.version.ts
|
|
3842
|
-
var version = "20.
|
|
3842
|
+
var version = "20.65.0";
|
|
3843
3843
|
|
|
3844
3844
|
// src/WorkflowClient.ts
|
|
3845
3845
|
var import_api18 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -3657,7 +3657,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3657
3657
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3658
3658
|
|
|
3659
3659
|
// src/.version.ts
|
|
3660
|
-
var version = "20.
|
|
3660
|
+
var version = "20.65.0";
|
|
3661
3661
|
|
|
3662
3662
|
// src/WorkflowClient.ts
|
|
3663
3663
|
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.65.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",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"svix": "1.71.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@uniformdev/assets": "20.
|
|
43
|
-
"@uniformdev/context": "20.
|
|
44
|
-
"@uniformdev/richtext": "20.
|
|
42
|
+
"@uniformdev/assets": "20.65.0",
|
|
43
|
+
"@uniformdev/context": "20.65.0",
|
|
44
|
+
"@uniformdev/richtext": "20.65.0",
|
|
45
45
|
"immer": "10.1.3"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "3c85a58c461592970dbff8f166067d61da7955e3"
|
|
54
54
|
}
|