@ease-forge/designer 1.0.28 → 1.0.29

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 +0,0 @@
1
- "use strict";
@@ -1 +0,0 @@
1
- "use strict";
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAEN,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@ease-forge/designer",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "",
5
5
  "type": "module",
6
- "main": "index.js",
6
+ "main": "index.cjs",
7
7
  "module": "dist/ease-forge-designer.esm.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "files": [
10
- "index.js",
10
+ "index.cjs",
11
11
  "dist"
12
12
  ],
13
13
  "exports": {
@@ -16,37 +16,40 @@
16
16
  "node": {
17
17
  "production": "./dist/ease-forge-designer.cjs.prod.js",
18
18
  "development": "./dist/ease-forge-designer.cjs.js",
19
- "default": "./index.js"
19
+ "default": "./index.cjs"
20
20
  },
21
21
  "module": "./dist/ease-forge-designer.esm.js",
22
22
  "import": "./dist/ease-forge-designer.esm.js",
23
- "require": "./index.js"
23
+ "require": "./index.cjs"
24
24
  },
25
- "./*": "./*"
25
+ "./*": {
26
+ "types": "./dist/*.d.ts",
27
+ "default": "./*"
28
+ }
26
29
  },
27
30
  "dependencies": {
28
- "vue": "~3.5.25",
29
- "lodash": "^4.17.21",
30
- "@ease-forge/shared": "1.0.28",
31
- "@ease-forge/runtime": "1.0.28"
31
+ "vue": "~3.5.42",
32
+ "lodash": "^4.18.1",
33
+ "@ease-forge/shared": "1.0.29",
34
+ "@ease-forge/runtime": "1.0.29"
32
35
  },
33
36
  "devDependencies": {
34
- "typescript": "~5.5.4",
35
- "@types/node": "^22.15.35",
36
- "@types/lodash": "^4.17.21",
37
- "vue-tsc": "~3.0.10",
38
- "vite": "^7.2.7",
39
- "@vitejs/plugin-vue": "^6.0.2",
40
- "@vitejs/plugin-vue-jsx": "^5.1.2",
41
- "vite-svg-loader": "^5.1.0"
37
+ "typescript": "~5.5.3",
38
+ "@types/node": "~22.19.18",
39
+ "@types/lodash": "^4.17.25",
40
+ "vue-tsc": "~3.3.11",
41
+ "vite": "^8.2.2",
42
+ "@vitejs/plugin-vue": "^6.0.8",
43
+ "@vitejs/plugin-vue-jsx": "^5.1.6",
44
+ "vite-svg-loader": "^5.1.3"
42
45
  },
43
46
  "scripts": {
44
47
  "init": "pnpm i",
45
48
  "ncu": "ncu -u",
46
49
  "dev": "vite build -m development -w --emptyOutDir false",
47
- "build:dts": "vue-tsc --build --emitDeclarationOnly",
48
- "build:dev": "vite build -m development --emptyOutDir true && vue-tsc --build --emitDeclarationOnly",
49
- "build:pro": "vite build -m production --emptyOutDir false && vue-tsc --build --emitDeclarationOnly",
50
+ "build:dts": "vue-tsc --build --emitDeclarationOnly --force",
51
+ "build:dev": "vite build -m development --emptyOutDir true && vue-tsc --build --emitDeclarationOnly --force",
52
+ "build:pro": "vite build -m production --emptyOutDir false && vue-tsc --build --emitDeclarationOnly --force",
50
53
  "type:check": "vue-tsc --noEmit --skipLibCheck",
51
54
  "npm:publish": "pnpm run build:dts && pnpm run build:dev && pnpm run build:pro && pnpm publish --access public --registry=https://registry.npmjs.org/ --no-git-checks",
52
55
  "npm:unpublish": "npm unpublish @ease-forge/designer@1.0.0 --force --registry=https://registry.npmjs.org/"
File without changes