@simitgroup/simpleapp-generator 1.6.7-a-alpha → 1.6.7-b-alpha

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/ReleaseNote.md CHANGED
@@ -1,3 +1,7 @@
1
+ [1.6.7b-alpha]
2
+
3
+ 1. Fix Missing Import
4
+
1
5
  [1.6.7a-alpha]
2
6
 
3
7
  1. Add Mini App
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simitgroup/simpleapp-generator",
3
- "version": "1.6.7a-alpha",
3
+ "version": "1.6.7b-alpha",
4
4
  "description": "frontend nuxtjs and backend nests code generator using jsonschema",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -8,6 +8,8 @@
8
8
  </template>
9
9
 
10
10
  <script setup lang="ts">
11
+ import MiniAppRestrictedWarning from "./MiniAppRestrictedWarning.vue";
12
+
11
13
  defineProps<{
12
14
  actionAccess: {
13
15
  isAllow: boolean;
File without changes