@hatiolab/figure-model 0.1.67 → 0.1.69
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.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/v3-authoring-actions.d.ts +38 -1
- package/dist/v3-authoring-actions.d.ts.map +1 -1
- package/dist/v3-authoring-actions.js +179 -58
- package/dist/v3-authoring-actions.js.map +1 -1
- package/dist/v3-kernel-version.d.ts +1 -1
- package/dist/v3-kernel-version.js +1 -1
- package/package.json +1 -1
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* different result. Kept equal to package.json's version by `npm version` (the `version` script rewrites this file)
|
|
5
5
|
* and by `v3-kernel-version.test.ts`.
|
|
6
6
|
*/
|
|
7
|
-
export declare const V3_KERNEL_VERSION = "0.1.
|
|
7
|
+
export declare const V3_KERNEL_VERSION = "0.1.69";
|
|
8
8
|
//# sourceMappingURL=v3-kernel-version.d.ts.map
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
* different result. Kept equal to package.json's version by `npm version` (the `version` script rewrites this file)
|
|
8
8
|
* and by `v3-kernel-version.test.ts`.
|
|
9
9
|
*/
|
|
10
|
-
export const V3_KERNEL_VERSION = '0.1.
|
|
10
|
+
export const V3_KERNEL_VERSION = '0.1.69';
|
|
11
11
|
//# sourceMappingURL=v3-kernel-version.js.map
|