@cxl/build 1.0.0-beta.2 → 1.0.0-beta.4
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/3doc.js +675 -0
- package/README.md +1 -1
- package/{chunk-ZNHDZJVN.js → chunk-HB6NETSB.js} +2 -2
- package/index.bundle.js +1 -1
- package/library-UXEXX527.js +1 -0
- package/license-Apache-2.0.md +202 -0
- package/license-GPL-3.0.md +674 -0
- package/package.json +2 -2
- package/library-FGC5CGCE.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cxl/build",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.4",
|
|
4
4
|
"description": "A flexible build system that executes configurable build tasks producing output files, with logging and shell command support.",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@eslint/js": "^9.30.1",
|
|
26
|
-
"esbuild": "
|
|
26
|
+
"esbuild": "^0.25.10",
|
|
27
27
|
"typescript": "^5.9.2",
|
|
28
28
|
"typescript-eslint": "^8.39.0",
|
|
29
29
|
"puppeteer": "^24.22.3"
|
package/library-FGC5CGCE.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{m as a}from"./chunk-ZNHDZJVN.js";import"./chunk-BJVTLF6O.js";import"./chunk-FSRPMVAS.js";export{a as buildLibrary};
|