@wvb/config 0.0.0 → 0.1.0-next.3603a22
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 +11 -0
- package/dist/index-UT0J3u_e.d.cts +740 -0
- package/dist/index-UT0J3u_e.d.mts +740 -0
- package/dist/index.cjs +2 -3
- package/dist/index.d.cts +93 -55
- package/dist/index.d.mts +93 -55
- package/dist/index.mjs +1 -2
- package/dist/remote/index.cjs +2 -4
- package/dist/remote/index.d.cts +2 -2
- package/dist/remote/index.d.mts +2 -2
- package/dist/remote/index.mjs +1 -4
- package/package.json +7 -5
- package/dist/index-Da62rQR9.d.mts +0 -108
- package/dist/index-cK1sn_xk.d.cts +0 -108
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
|
|
3
|
+
## config v0.1.0-next.3603a22
|
|
4
|
+
|
|
5
|
+
This release includes packages: [`@wvb/config`](https://www.npmjs.com/package/@wvb/config/v/0.1.0-next.3603a22)
|
|
6
|
+
|
|
7
|
+
- refactor(cli,config): collapse pack outDir + outFileName into single outFile (#166) (7d67d53)
|
|
8
|
+
- feat(cli,config): add local builtin installation option (#160) (a2ef9f3)
|
|
9
|
+
- feat(ffi): add ffi package for Android/iOS bindings (#139) (c41b723)
|
|
10
|
+
- feat: redesgin cli commands, add local remote provider, oxc -> biome (#132) (af26b39)
|
|
11
|
+
- chore: fix xtask artifacts missing platforms (#112) (5d60ad6)
|
|
12
|
+
- update dependencies: wvb-node@0.1.0-next.3603a22, @wvb/node@0.1.0-next.3603a22, @wvb/node-android-arm-eabi@0.1.0-next.3603a22, @wvb/node-android-arm64@0.1.0-next.3603a22, @wvb/node-darwin-arm64@0.1.0-next.3603a22, @wvb/node-linux-arm-gnueabihf@0.1.0-next.3603a22, @wvb/node-darwin-x64@0.1.0-next.3603a22, @wvb/node-linux-arm64-gnu@0.1.0-next.3603a22, @wvb/node-linux-arm64-musl@0.1.0-next.3603a22, @wvb/node-linux-x64-gnu@0.1.0-next.3603a22, @wvb/node-linux-x64-musl@0.1.0-next.3603a22, @wvb/node-win32-arm64-msvc@0.1.0-next.3603a22, @wvb/node-win32-ia32-msvc@0.1.0-next.3603a22, @wvb/node-win32-x64-msvc@0.1.0-next.3603a22
|