@visulima/packem 2.0.0-alpha.97 → 2.0.0-alpha.99
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/CHANGELOG.md +20 -0
- package/LICENSE.md +99 -2065
- package/dist/builder/typedoc/index.d.ts +2 -1
- package/dist/builder/typedoc/index.js +1 -1
- package/dist/cli/index.js +5 -5
- package/dist/config/index.d.ts +2 -1
- package/dist/config/preset/preact.d.ts +2 -1
- package/dist/config/preset/react.d.ts +2 -1
- package/dist/config/preset/solid.d.ts +2 -1
- package/dist/config/preset/svelte.d.ts +2 -1
- package/dist/config/preset/vue.d.ts +2 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -67
- package/dist/packem_shared/{create-or-update-key-storage-DbvoG0IR.js → create-or-update-key-storage-D8_VJrpX.js} +1 -1
- package/dist/packem_shared/index-CVQ-yDKD.js +232 -0
- package/dist/packem_shared/{types.d-CA4tXIce.d.ts → types.d-BRQSr_g5.d.ts} +1 -0
- package/package.json +6 -5
- package/dist/packem_shared/index-CkgyzW1Y.js +0 -298
|
@@ -10,6 +10,7 @@ import { StyleOptions } from '@visulima/rollup-plugin-css';
|
|
|
10
10
|
import { JitiOptions } from 'jiti';
|
|
11
11
|
import { RenderedChunk } from 'rollup';
|
|
12
12
|
import { TypeDocOptions } from 'typedoc';
|
|
13
|
+
import '@visulima/pail';
|
|
13
14
|
type ExePlatform = "darwin" | "linux" | "win";
|
|
14
15
|
type ExeArch = "arm64" | "x64";
|
|
15
16
|
interface ExeTarget {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/packem",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.99",
|
|
4
4
|
"description": "A fast and modern bundler for Node.js and TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -174,9 +174,10 @@
|
|
|
174
174
|
"@clack/prompts": "1.7.0",
|
|
175
175
|
"@rollup/pluginutils": "5.4.0",
|
|
176
176
|
"@visulima/cerebro": "3.0.0",
|
|
177
|
-
"@visulima/packem-share": "1.0.0-alpha.
|
|
178
|
-
"@visulima/
|
|
179
|
-
"@visulima/rollup-plugin-
|
|
177
|
+
"@visulima/packem-share": "1.0.0-alpha.56",
|
|
178
|
+
"@visulima/pail": "4.0.0",
|
|
179
|
+
"@visulima/rollup-plugin-css": "1.0.0-alpha.60",
|
|
180
|
+
"@visulima/rollup-plugin-dts": "1.0.0-alpha.41",
|
|
180
181
|
"@visulima/tsconfig": "3.2.0",
|
|
181
182
|
"browserslist": "4.28.6",
|
|
182
183
|
"cjs-module-lexer": "2.2.0",
|
|
@@ -202,7 +203,7 @@
|
|
|
202
203
|
"@swc/core": ">=1.15.40",
|
|
203
204
|
"@tailwindcss/node": "4.3.2",
|
|
204
205
|
"@tailwindcss/oxide": "4.3.2",
|
|
205
|
-
"@visulima/packem-rollup": "1.0.0-alpha.
|
|
206
|
+
"@visulima/packem-rollup": "1.0.0-alpha.81",
|
|
206
207
|
"cssnano": ">=8.0.1",
|
|
207
208
|
"esbuild": ">=0.28.0",
|
|
208
209
|
"icss-utils": ">=5.1.0",
|