create-jsview 3.0.0-test.0 → 3.0.1-test.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-jsview",
3
- "version": "3.0.0-test.0",
3
+ "version": "3.0.1-test.0",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create-jsview": "index.mjs",
@@ -29,7 +29,7 @@
29
29
  "prompts": "^2.4.2"
30
30
  },
31
31
  "template": {
32
- "vue": "3.0.0-test.0",
33
- "react": "3.0.0-test.0"
32
+ "vue": "3.0.1-test.0",
33
+ "react": "3.0.1-test.0"
34
34
  }
35
35
  }
@@ -9,8 +9,8 @@
9
9
  "version": "0.0.0",
10
10
  "hasInstallScript": true,
11
11
  "dependencies": {
12
- "@shijiu/jsview": "3.0.0-test.0",
13
- "@shijiu/jsview-vue": "3.0.0-test.0",
12
+ "@shijiu/jsview": "3.0.1-test.0",
13
+ "@shijiu/jsview-vue": "3.0.1-test.0",
14
14
  "@vue/compiler-core": "3.6.0-beta.10",
15
15
  "@vue/compiler-dom": "3.6.0-beta.10",
16
16
  "@vue/compiler-sfc": "3.6.0-beta.10",
@@ -477,7 +477,6 @@
477
477
  },
478
478
  "node_modules/@shijiu/jsview": {
479
479
  "resolved": "",
480
- "link": true,
481
480
  "license": "MIT",
482
481
  "dependencies": {
483
482
  "gifuct-js": "2.1.2",
@@ -491,12 +490,11 @@
491
490
  "engines": {
492
491
  "node": ">=20.0.0"
493
492
  },
494
- "version": "3.0.0-test.0",
493
+ "version": "3.0.1-test.0",
495
494
  "integrity": ""
496
495
  },
497
496
  "node_modules/@shijiu/jsview-vue": {
498
497
  "resolved": "",
499
- "link": true,
500
498
  "license": "MIT",
501
499
  "dependencies": {
502
500
  "qr.js": "0.0.0"
@@ -504,7 +502,7 @@
504
502
  "engines": {
505
503
  "node": ">=20.0.0"
506
504
  },
507
- "version": "3.0.0-test.0",
505
+ "version": "3.0.1-test.0",
508
506
  "integrity": ""
509
507
  },
510
508
  "node_modules/@tybys/wasm-util": {
@@ -12,8 +12,8 @@
12
12
  "tool": "jsview-run-tool --framework=vue"
13
13
  },
14
14
  "dependencies": {
15
- "@shijiu/jsview": "3.0.0-test.0",
16
- "@shijiu/jsview-vue": "3.0.0-test.0",
15
+ "@shijiu/jsview": "3.0.1-test.0",
16
+ "@shijiu/jsview-vue": "3.0.1-test.0",
17
17
  "@vue/compiler-core": "3.6.0-beta.10",
18
18
  "@vue/compiler-dom": "3.6.0-beta.10",
19
19
  "@vue/compiler-sfc": "3.6.0-beta.10",