@visulima/packem 2.0.0-alpha.46 → 2.0.0-alpha.47
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/dist/cli/index.js +25 -25
- package/dist/config/utils/load-env-file.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/packem_shared/{default-DqhL3I_M.js → default-CwY3cq0Q.js} +1 -1
- package/dist/packem_shared/index-BdncxKzQ.js +174 -0
- package/dist/packem_shared/{isolatedDeclarationsOxcTransformer-WbfE6cGu-NeZOx2Y7.js → isolatedDeclarationsOxcTransformer-nQ2h3HMz-D30o-5Rj.js} +1 -1
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.js +1 -1
- package/package.json +22 -22
- package/dist/packem_shared/index-fGSICmM6.js +0 -174
|
@@ -1 +1 @@
|
|
|
1
|
-
var i=Object.defineProperty;var o=(e,r)=>i(e,"name",{value:r,configurable:!0});import{isolatedDeclaration as m}from"oxc-transform";var s=Object.defineProperty,u=o((e,r)=>s(e,"name",{value:r,configurable:!0}),"o"),l=Object.defineProperty,p=u((e,r)=>l(e,"name",{value:r,configurable:!0}),"o"),f=Object.defineProperty,d=p((e,r)=>f(e,"name",{value:r,configurable:!0}),"r");const g=d((e,r,t,n)=>{const a=m(e,r,{...n,sourcemap:t});return{errors:a.errors
|
|
1
|
+
var i=Object.defineProperty;var o=(e,r)=>i(e,"name",{value:r,configurable:!0});import{isolatedDeclaration as m}from"oxc-transform";var s=Object.defineProperty,u=o((e,r)=>s(e,"name",{value:r,configurable:!0}),"o"),l=Object.defineProperty,p=u((e,r)=>l(e,"name",{value:r,configurable:!0}),"o"),f=Object.defineProperty,d=p((e,r)=>f(e,"name",{value:r,configurable:!0}),"r");const g=d((e,r,t,n)=>{const a=m(e,r,{...n,sourcemap:t});return{errors:a.errors?.map(c=>c.message)??[],map:a.map?.mappings,sourceText:a.code}},"isolatedDeclarationsOxcTransformer");export{g as d};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{d as e}from"../../../packem_shared/isolatedDeclarationsOxcTransformer-
|
|
1
|
+
import{d as e}from"../../../packem_shared/isolatedDeclarationsOxcTransformer-nQ2h3HMz-D30o-5Rj.js";export{e as default};
|
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.47",
|
|
4
4
|
"description": "A fast and modern bundler for Node.js and TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -181,34 +181,34 @@
|
|
|
181
181
|
"@antfu/install-pkg": "1.1.0",
|
|
182
182
|
"@clack/prompts": "0.11.0",
|
|
183
183
|
"@rollup/pluginutils": "5.3.0",
|
|
184
|
-
"@visulima/cerebro": "2.1.
|
|
185
|
-
"@visulima/colorize": "1.4.
|
|
186
|
-
"@visulima/find-cache-dir": "2.0.
|
|
187
|
-
"@visulima/fs": "4.0
|
|
188
|
-
"@visulima/humanizer": "2.0.
|
|
189
|
-
"@visulima/package": "4.1.
|
|
190
|
-
"@visulima/packem-rollup": "1.0.0-alpha.
|
|
191
|
-
"@visulima/packem-share": "1.0.0-alpha.
|
|
192
|
-
"@visulima/pail": "3.2.
|
|
193
|
-
"@visulima/path": "
|
|
194
|
-
"@visulima/rollup-plugin-css": "1.0.0-alpha.
|
|
195
|
-
"@visulima/source-map": "2.0.
|
|
184
|
+
"@visulima/cerebro": "2.1.5",
|
|
185
|
+
"@visulima/colorize": "1.4.29",
|
|
186
|
+
"@visulima/find-cache-dir": "2.0.7",
|
|
187
|
+
"@visulima/fs": "4.1.0",
|
|
188
|
+
"@visulima/humanizer": "2.0.5",
|
|
189
|
+
"@visulima/package": "4.1.7",
|
|
190
|
+
"@visulima/packem-rollup": "1.0.0-alpha.35",
|
|
191
|
+
"@visulima/packem-share": "1.0.0-alpha.18",
|
|
192
|
+
"@visulima/pail": "3.2.2",
|
|
193
|
+
"@visulima/path": "2.0.5",
|
|
194
|
+
"@visulima/rollup-plugin-css": "1.0.0-alpha.15",
|
|
195
|
+
"@visulima/source-map": "2.0.5",
|
|
196
196
|
"@visulima/tabular": "^3.1.3",
|
|
197
|
-
"@visulima/tsconfig": "2.1.
|
|
198
|
-
"browserslist": "4.
|
|
197
|
+
"@visulima/tsconfig": "2.1.3",
|
|
198
|
+
"browserslist": "4.28.1",
|
|
199
199
|
"cjs-module-lexer": "^2.1.1",
|
|
200
200
|
"clean-css": "^5.3.3",
|
|
201
201
|
"defu": "6.1.4",
|
|
202
202
|
"fastest-levenshtein": "1.0.16",
|
|
203
|
-
"hookable": "
|
|
204
|
-
"html-minifier-next": "
|
|
205
|
-
"jiti": "2.6.
|
|
206
|
-
"magic-string": "0.30.
|
|
203
|
+
"hookable": "6.0.1",
|
|
204
|
+
"html-minifier-next": "4.15.2",
|
|
205
|
+
"jiti": "2.6.1",
|
|
206
|
+
"magic-string": "0.30.21",
|
|
207
207
|
"mlly": "1.8.0",
|
|
208
208
|
"picomatch": "4.0.3",
|
|
209
|
-
"rollup": "
|
|
210
|
-
"semver": "7.7.
|
|
211
|
-
"tinyexec": "1.0.
|
|
209
|
+
"rollup": "4.54.0",
|
|
210
|
+
"semver": "7.7.3",
|
|
211
|
+
"tinyexec": "1.0.2",
|
|
212
212
|
"tinyglobby": "0.2.15"
|
|
213
213
|
},
|
|
214
214
|
"peerDependencies": {
|