@effindomv2/create-fui-as-app 0.1.35 → 0.1.36

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.
@@ -1,2 +1,2 @@
1
- export declare const FUI_AS_VERSION = "0.1.29";
2
- export declare const RUNTIME_VERSION = "0.1.12";
1
+ export declare const FUI_AS_VERSION = "0.1.30";
2
+ export declare const RUNTIME_VERSION = "0.1.13";
@@ -1,2 +1,2 @@
1
- export const FUI_AS_VERSION = "0.1.29";
2
- export const RUNTIME_VERSION = "0.1.12";
1
+ export const FUI_AS_VERSION = "0.1.30";
2
+ export const RUNTIME_VERSION = "0.1.13";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effindomv2/create-fui-as-app",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "Scaffold a minimal EffinDom v2 FUI-AS app",