@visulima/packem 2.0.0-alpha.81 → 2.0.0-alpha.82

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": "@visulima/packem",
3
- "version": "2.0.0-alpha.81",
3
+ "version": "2.0.0-alpha.82",
4
4
  "description": "A fast and modern bundler for Node.js and TypeScript.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -175,8 +175,8 @@
175
175
  "@rollup/pluginutils": "5.4.0",
176
176
  "@visulima/cerebro": "3.0.0-alpha.25",
177
177
  "@visulima/packem-share": "1.0.0-alpha.48",
178
- "@visulima/rollup-plugin-css": "1.0.0-alpha.48",
179
- "@visulima/rollup-plugin-dts": "1.0.0-alpha.29",
178
+ "@visulima/rollup-plugin-css": "1.0.0-alpha.49",
179
+ "@visulima/rollup-plugin-dts": "1.0.0-alpha.30",
180
180
  "@visulima/tsconfig": "3.0.0-alpha.24",
181
181
  "browserslist": "4.28.2",
182
182
  "cjs-module-lexer": "2.2.0",
@@ -188,14 +188,15 @@
188
188
  "jiti": "2.7.0",
189
189
  "magic-string": "0.30.21",
190
190
  "mlly": "1.8.2",
191
- "tinyexec": "1.2.4"
191
+ "tinyexec": "1.2.4",
192
+ "workerpool": "10.0.2"
192
193
  },
193
194
  "peerDependencies": {
194
195
  "@arethetypeswrong/core": ">=0.18.3",
195
196
  "@swc/core": ">=1.15.40",
196
197
  "@tailwindcss/node": "4.3.0",
197
198
  "@tailwindcss/oxide": "4.3.0",
198
- "@visulima/packem-rollup": "1.0.0-alpha.68",
199
+ "@visulima/packem-rollup": "1.0.0-alpha.69",
199
200
  "cssnano": ">=8.0.1",
200
201
  "esbuild": ">=0.28.0",
201
202
  "icss-utils": ">=5.1.0",
@@ -210,14 +211,14 @@
210
211
  "postcss-modules-values": ">=4.0.0",
211
212
  "postcss-value-parser": ">=4.2.0",
212
213
  "rolldown": ">=1.0.3",
213
- "rollup": ">=4.60.4",
214
+ "rollup": ">=4.61.0",
214
215
  "rollup-plugin-svelte": ">=7.2.3",
215
216
  "sass": ">=1.100.0",
216
217
  "sass-embedded": ">=1.100.0",
217
218
  "stylus": ">=0.64.0",
218
219
  "sucrase": ">=3.35.1",
219
220
  "typedoc": ">=0.28.19",
220
- "typedoc-plugin-markdown": ">=4.11.0",
221
+ "typedoc-plugin-markdown": ">=4.12.0",
221
222
  "typedoc-plugin-rename-defaults": ">=0.7.3",
222
223
  "typescript": ">=6.0.3",
223
224
  "unplugin-vue": ">=7.2.0"