@uniformdev/canvas 20.30.0 → 20.30.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
@@ -13330,7 +13330,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13330
13330
|
*/
|
13331
13331
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13332
13332
|
|
13333
|
-
declare const version = "20.30.
|
13333
|
+
declare const version = "20.30.1";
|
13334
13334
|
|
13335
13335
|
/** API client to enable managing workflow definitions */
|
13336
13336
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
@@ -13330,7 +13330,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13330
13330
|
*/
|
13331
13331
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13332
13332
|
|
13333
|
-
declare const version = "20.30.
|
13333
|
+
declare const version = "20.30.1";
|
13334
13334
|
|
13335
13335
|
/** API client to enable managing workflow definitions */
|
13336
13336
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
@@ -3417,7 +3417,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3417
3417
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3418
3418
|
|
3419
3419
|
// src/.version.ts
|
3420
|
-
var version = "20.30.
|
3420
|
+
var version = "20.30.1";
|
3421
3421
|
|
3422
3422
|
// src/WorkflowClient.ts
|
3423
3423
|
import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
@@ -3583,7 +3583,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3583
3583
|
var import_api17 = require("@uniformdev/context/api");
|
3584
3584
|
|
3585
3585
|
// src/.version.ts
|
3586
|
-
var version = "20.30.
|
3586
|
+
var version = "20.30.1";
|
3587
3587
|
|
3588
3588
|
// src/WorkflowClient.ts
|
3589
3589
|
var import_api16 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
@@ -3417,7 +3417,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3417
3417
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3418
3418
|
|
3419
3419
|
// src/.version.ts
|
3420
|
-
var version = "20.30.
|
3420
|
+
var version = "20.30.1";
|
3421
3421
|
|
3422
3422
|
// src/WorkflowClient.ts
|
3423
3423
|
import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "20.30.
|
3
|
+
"version": "20.30.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",
|
@@ -40,9 +40,9 @@
|
|
40
40
|
"p-throttle": "5.0.0"
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"@uniformdev/assets": "20.30.
|
44
|
-
"@uniformdev/context": "20.30.
|
45
|
-
"@uniformdev/richtext": "20.30.
|
43
|
+
"@uniformdev/assets": "20.30.1",
|
44
|
+
"@uniformdev/context": "20.30.1",
|
45
|
+
"@uniformdev/richtext": "20.30.1",
|
46
46
|
"immer": "10.1.1"
|
47
47
|
},
|
48
48
|
"files": [
|
@@ -51,5 +51,5 @@
|
|
51
51
|
"publishConfig": {
|
52
52
|
"access": "public"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "8f255b1cff89486c0aca67be6c6409c68766276c"
|
55
55
|
}
|