@uniformdev/canvas 20.50.3-alpha.6 → 20.51.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
|
@@ -13858,7 +13858,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13858
13858
|
*/
|
|
13859
13859
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13860
13860
|
|
|
13861
|
-
declare const version = "20.
|
|
13861
|
+
declare const version = "20.51.0";
|
|
13862
13862
|
|
|
13863
13863
|
/** API client to enable managing workflow definitions */
|
|
13864
13864
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
|
@@ -13858,7 +13858,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13858
13858
|
*/
|
|
13859
13859
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13860
13860
|
|
|
13861
|
-
declare const version = "20.
|
|
13861
|
+
declare const version = "20.51.0";
|
|
13862
13862
|
|
|
13863
13863
|
/** API client to enable managing workflow definitions */
|
|
13864
13864
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
|
@@ -3617,7 +3617,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3617
3617
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3618
3618
|
|
|
3619
3619
|
// src/.version.ts
|
|
3620
|
-
var version = "20.
|
|
3620
|
+
var version = "20.51.0";
|
|
3621
3621
|
|
|
3622
3622
|
// src/WorkflowClient.ts
|
|
3623
3623
|
import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -3795,7 +3795,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3795
3795
|
var import_api18 = require("@uniformdev/context/api");
|
|
3796
3796
|
|
|
3797
3797
|
// src/.version.ts
|
|
3798
|
-
var version = "20.
|
|
3798
|
+
var version = "20.51.0";
|
|
3799
3799
|
|
|
3800
3800
|
// src/WorkflowClient.ts
|
|
3801
3801
|
var import_api17 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -3617,7 +3617,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3617
3617
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3618
3618
|
|
|
3619
3619
|
// src/.version.ts
|
|
3620
|
-
var version = "20.
|
|
3620
|
+
var version = "20.51.0";
|
|
3621
3621
|
|
|
3622
3622
|
// src/WorkflowClient.ts
|
|
3623
3623
|
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.
|
|
3
|
+
"version": "20.51.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.51.0",
|
|
45
|
+
"@uniformdev/context": "20.51.0",
|
|
46
|
+
"@uniformdev/richtext": "20.51.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": "4e1041ff207d9098efcdca31686c5d58615315b3"
|
|
56
56
|
}
|