smartbundle 0.3.1 → 0.3.2

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.
@@ -68,7 +68,9 @@ async function buildTypes({
68
68
  strictFunctionTypes: false,
69
69
  strictPropertyInitialization: false,
70
70
  skipLibCheck: true,
71
- skipDefaultLibCheck: true
71
+ skipDefaultLibCheck: true,
72
+ // https://github.com/XaveScor/bobrik/issues/22#issuecomment-2308552352
73
+ noEmit: false
72
74
  },
73
75
  configPath
74
76
  );
@@ -26,7 +26,9 @@ async function buildTypes({
26
26
  strictFunctionTypes: false,
27
27
  strictPropertyInitialization: false,
28
28
  skipLibCheck: true,
29
- skipDefaultLibCheck: true
29
+ skipDefaultLibCheck: true,
30
+ // https://github.com/XaveScor/bobrik/issues/22#issuecomment-2308552352
31
+ noEmit: false
30
32
  },
31
33
  configPath
32
34
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smartbundle",
3
3
  "type": "module",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "bin": "./src/bin.js",
6
6
  "types": "./src/run.d.ts",
7
7
  "module": "./src/run.js",