@uniformdev/canvas 20.47.1-alpha.9 → 20.47.2-alpha.4
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
|
@@ -13706,7 +13706,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13706
13706
|
*/
|
|
13707
13707
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13708
13708
|
|
|
13709
|
-
declare const version = "20.47.
|
|
13709
|
+
declare const version = "20.47.1";
|
|
13710
13710
|
|
|
13711
13711
|
/** API client to enable managing workflow definitions */
|
|
13712
13712
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
|
@@ -13706,7 +13706,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13706
13706
|
*/
|
|
13707
13707
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13708
13708
|
|
|
13709
|
-
declare const version = "20.47.
|
|
13709
|
+
declare const version = "20.47.1";
|
|
13710
13710
|
|
|
13711
13711
|
/** API client to enable managing workflow definitions */
|
|
13712
13712
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
|
@@ -3545,7 +3545,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3545
3545
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3546
3546
|
|
|
3547
3547
|
// src/.version.ts
|
|
3548
|
-
var version = "20.47.
|
|
3548
|
+
var version = "20.47.1";
|
|
3549
3549
|
|
|
3550
3550
|
// src/WorkflowClient.ts
|
|
3551
3551
|
import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -3723,7 +3723,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3723
3723
|
var import_api18 = require("@uniformdev/context/api");
|
|
3724
3724
|
|
|
3725
3725
|
// src/.version.ts
|
|
3726
|
-
var version = "20.47.
|
|
3726
|
+
var version = "20.47.1";
|
|
3727
3727
|
|
|
3728
3728
|
// src/WorkflowClient.ts
|
|
3729
3729
|
var import_api17 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -3545,7 +3545,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3545
3545
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3546
3546
|
|
|
3547
3547
|
// src/.version.ts
|
|
3548
|
-
var version = "20.47.
|
|
3548
|
+
var version = "20.47.1";
|
|
3549
3549
|
|
|
3550
3550
|
// src/WorkflowClient.ts
|
|
3551
3551
|
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.47.
|
|
3
|
+
"version": "20.47.2-alpha.4+01993700ac",
|
|
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.47.
|
|
45
|
-
"@uniformdev/context": "20.47.
|
|
46
|
-
"@uniformdev/richtext": "20.47.
|
|
44
|
+
"@uniformdev/assets": "20.47.2-alpha.4+01993700ac",
|
|
45
|
+
"@uniformdev/context": "20.47.2-alpha.4+01993700ac",
|
|
46
|
+
"@uniformdev/richtext": "20.47.2-alpha.4+01993700ac",
|
|
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": "01993700aca23ef9a020e7d4b044577ab1114642"
|
|
56
56
|
}
|