@vue3-oop/preset-vue 2.4.14 → 2.4.15

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.
@@ -33,7 +33,7 @@ var PREFLIGHT_FILENAME = "preflight.mjs";
33
33
  function registerTechStack(api) {
34
34
  var _a;
35
35
  const vueConfig = (_a = api.userConfig) == null ? void 0 : _a.vue;
36
- const pkgPath = (0, import_shared.getPkgPath)("@dumijs/preset-vue", api.cwd);
36
+ const pkgPath = (0, import_shared.getPkgPath)("@vue3-oop/preset-vue", api.cwd);
37
37
  const libPath = (0, import_path.join)(pkgPath, "/lib");
38
38
  api.onGenerateFiles(() => {
39
39
  api.writeTmpFile({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue3-oop/preset-vue",
3
- "version": "2.4.14",
3
+ "version": "2.4.15",
4
4
  "description": "Vue support plugins for dumi",
5
5
  "keywords": [
6
6
  "dumi",
@@ -16,13 +16,6 @@
16
16
  "dist",
17
17
  "compiled"
18
18
  ],
19
- "scripts": {
20
- "build": "father build",
21
- "build:deps": "father prebundle",
22
- "build:lib": "tsup --minify",
23
- "dev": "father dev",
24
- "test": "vitest"
25
- },
26
19
  "dependencies": {
27
20
  "@dumijs/vue-meta": "latest",
28
21
  "@types/hash-sum": "^1.0.0",
@@ -54,5 +47,12 @@
54
47
  },
55
48
  "authors": [
56
49
  "jeffwcx <jeffwcx@icloud.com>"
57
- ]
58
- }
50
+ ],
51
+ "scripts": {
52
+ "build": "father build",
53
+ "build:deps": "father prebundle",
54
+ "build:lib": "tsup --minify",
55
+ "dev": "father dev",
56
+ "test": "vitest"
57
+ }
58
+ }