@rspack-canary/browser 1.6.0-canary-8e17578c-20251025144348 → 1.6.0-canary-b6c91e1b-20251025173615
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/dist/index.mjs +13 -15650
- package/dist/index.mjs.LICENSE.txt +0 -9
- package/dist/rspack.wasi-browser.js +101 -122
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/dist/wasi-worker-browser.mjs +6 -23563
- package/package.json +1 -2
- package/dist/wasi-worker-browser.mjs.LICENSE.txt +0 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/browser",
|
|
3
|
-
"version": "1.6.0-canary-
|
|
3
|
+
"version": "1.6.0-canary-b6c91e1b-20251025173615",
|
|
4
4
|
"webpackVersion": "5.75.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Rspack for running in the browser. This is still in early stage and may not follow the semver.",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"types": "./dist/browser/index.d.ts",
|
|
17
17
|
"default": "./dist/index.mjs"
|
|
18
18
|
},
|
|
19
|
-
"./wasi-worker-browser.mjs": "./wasi-worker-browser.mjs",
|
|
20
19
|
"./package.json": "./package.json"
|
|
21
20
|
},
|
|
22
21
|
"files": [
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* The buffer module from node.js, for the browser.
|
|
3
|
-
*
|
|
4
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
-
* @license MIT
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
9
|
-
|
|
10
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
11
|
-
|
|
12
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|