@deot/dev-builder 2.9.1 → 2.9.7

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/dist/index.cjs CHANGED
@@ -194,6 +194,7 @@ const run$1 = async (options) => {
194
194
  compilerOptions: {
195
195
  declaration: true,
196
196
  emitDeclarationOnly: true,
197
+ noEmit: false,
197
198
  allowJs: true,
198
199
  outDir: ".",
199
200
  skipLibCheck,
package/dist/index.js CHANGED
@@ -168,6 +168,7 @@ const run$1 = async (options) => {
168
168
  compilerOptions: {
169
169
  declaration: true,
170
170
  emitDeclarationOnly: true,
171
+ noEmit: false,
171
172
  allowJs: true,
172
173
  outDir: ".",
173
174
  skipLibCheck,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/dev-builder",
3
- "version": "2.9.1",
3
+ "version": "2.9.7",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,23 +29,23 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@deot/dev-react": "^2.9.1",
33
- "@deot/dev-shared": "^2.9.1",
34
- "@deot/dev-vue": "^2.9.1",
35
- "@microsoft/api-extractor": "^7.52.2",
32
+ "@deot/dev-react": "^2.9.7",
33
+ "@deot/dev-shared": "^2.9.7",
34
+ "@deot/dev-vue": "^2.9.7",
35
+ "@microsoft/api-extractor": "^7.54.0",
36
36
  "autoprefixer": "^10.4.21",
37
- "chalk": "^5.4.1",
38
- "cssnano": "^7.0.6",
39
- "fs-extra": "^11.3.0",
40
- "ora": "^8.2.0",
41
- "postcss": "^8.5.3",
37
+ "chalk": "^5.6.2",
38
+ "cssnano": "^7.1.2",
39
+ "fs-extra": "^11.3.2",
40
+ "ora": "^9.0.0",
41
+ "postcss": "^8.5.6",
42
42
  "postcss-flexbugs-fixes": "^5.0.2",
43
- "postcss-import": "^16.1.0",
43
+ "postcss-import": "^16.1.1",
44
44
  "postcss-url": "^10.1.3",
45
- "sass": "^1.86.3",
46
- "vite": "^6.2.5"
45
+ "sass": "^1.93.3",
46
+ "vite": "^7.2.1"
47
47
  },
48
48
  "devDependencies": {
49
- "typescript": "^5.8.2"
49
+ "typescript": "^5.9.3"
50
50
  }
51
51
  }