@uniformdev/canvas 20.49.5-alpha.8 → 20.50.1-alpha.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
|
@@ -13719,7 +13719,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13719
13719
|
*/
|
|
13720
13720
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13721
13721
|
|
|
13722
|
-
declare const version = "20.
|
|
13722
|
+
declare const version = "20.50.0";
|
|
13723
13723
|
|
|
13724
13724
|
/** API client to enable managing workflow definitions */
|
|
13725
13725
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
|
@@ -13719,7 +13719,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13719
13719
|
*/
|
|
13720
13720
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13721
13721
|
|
|
13722
|
-
declare const version = "20.
|
|
13722
|
+
declare const version = "20.50.0";
|
|
13723
13723
|
|
|
13724
13724
|
/** API client to enable managing workflow definitions */
|
|
13725
13725
|
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.
|
|
3609
|
+
var version = "20.50.0";
|
|
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.
|
|
3787
|
+
var version = "20.50.0";
|
|
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.
|
|
3609
|
+
var version = "20.50.0";
|
|
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.
|
|
3
|
+
"version": "20.50.1-alpha.1+b0bc8e0346",
|
|
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.50.1-alpha.1+b0bc8e0346",
|
|
45
|
+
"@uniformdev/context": "20.50.1-alpha.1+b0bc8e0346",
|
|
46
|
+
"@uniformdev/richtext": "20.50.1-alpha.1+b0bc8e0346",
|
|
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": "b0bc8e034642a423b0309bfed8be51f7966aa5d6"
|
|
56
56
|
}
|