@tailwindcss/oxide-wasm32-wasi 0.0.0-insiders.68337df → 0.0.0-insiders.685c19e

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.
Files changed (25) hide show
  1. package/node_modules/@emnapi/core/dist/emnapi-core.cjs.js +134 -40
  2. package/node_modules/@emnapi/core/dist/emnapi-core.cjs.min.js +1 -1
  3. package/node_modules/@emnapi/core/dist/emnapi-core.esm-bundler.js +141 -39
  4. package/node_modules/@emnapi/core/dist/emnapi-core.js +146 -44
  5. package/node_modules/@emnapi/core/dist/emnapi-core.min.js +1 -1
  6. package/node_modules/@emnapi/core/dist/emnapi-core.min.mjs +1 -1
  7. package/node_modules/@emnapi/core/dist/emnapi-core.mjs +134 -40
  8. package/node_modules/@emnapi/core/package.json +1 -1
  9. package/node_modules/@emnapi/runtime/dist/emnapi.cjs.js +1 -1
  10. package/node_modules/@emnapi/runtime/dist/emnapi.cjs.min.d.ts +3 -1
  11. package/node_modules/@emnapi/runtime/dist/emnapi.cjs.min.js +1 -1
  12. package/node_modules/@emnapi/runtime/dist/emnapi.d.mts +3 -1
  13. package/node_modules/@emnapi/runtime/dist/emnapi.d.ts +3 -1
  14. package/node_modules/@emnapi/runtime/dist/emnapi.esm-bundler.js +1 -1
  15. package/node_modules/@emnapi/runtime/dist/emnapi.iife.js +1 -1
  16. package/node_modules/@emnapi/runtime/dist/emnapi.js +1 -1
  17. package/node_modules/@emnapi/runtime/dist/emnapi.min.d.mts +3 -1
  18. package/node_modules/@emnapi/runtime/dist/emnapi.min.js +1 -1
  19. package/node_modules/@emnapi/runtime/dist/emnapi.min.mjs +1 -1
  20. package/node_modules/@emnapi/runtime/dist/emnapi.mjs +1 -1
  21. package/node_modules/@emnapi/runtime/package.json +1 -1
  22. package/node_modules/@napi-rs/wasm-runtime/dist/fs.js +310 -170
  23. package/node_modules/@napi-rs/wasm-runtime/package.json +15 -10
  24. package/package.json +5 -5
  25. package/tailwindcss-oxide.wasm32-wasi.wasm +0 -0
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@napi-rs/wasm-runtime",
3
- "version": "1.0.7",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "Runtime and polyfill for wasm targets",
6
+ "homepage": "https://napi.rs/",
6
7
  "author": {
7
8
  "name": "LongYinan",
8
9
  "url": "https://github.com/Brooooooklyn"
@@ -25,32 +26,36 @@
25
26
  "dist/*.js"
26
27
  ],
27
28
  "devDependencies": {
28
- "@rollup/plugin-alias": "^5.1.1",
29
- "@rollup/plugin-commonjs": "^28.0.6",
29
+ "@rollup/plugin-alias": "^6.0.0",
30
+ "@rollup/plugin-commonjs": "^29.0.0",
30
31
  "@rollup/plugin-inject": "^5.0.5",
31
32
  "@rollup/plugin-json": "^6.1.0",
32
- "@rollup/plugin-node-resolve": "^16.0.1",
33
- "@rollup/plugin-replace": "^6.0.2",
33
+ "@rollup/plugin-node-resolve": "^16.0.3",
34
+ "@rollup/plugin-replace": "^6.0.3",
34
35
  "buffer": "^6.0.3",
35
36
  "events": "^3.3.0",
36
- "memfs": "^4.39.0",
37
- "node-inspect-extracted": "^3.2.1",
37
+ "memfs": "^4.50.0",
38
+ "node-inspect-extracted": "^3.2.2",
38
39
  "path-browserify": "^1.0.1",
39
40
  "process": "^0.11.10",
40
41
  "readable-stream": "^4.7.0",
41
- "rollup": "^4.50.1",
42
+ "rollup": "^4.53.1",
42
43
  "rollup-plugin-polyfill-node": "^0.13.0",
43
44
  "tslib": "^2.8.1"
44
45
  },
45
46
  "dependencies": {
46
- "@emnapi/core": "^1.5.0",
47
- "@emnapi/runtime": "^1.5.0",
47
+ "@emnapi/core": "^1.7.1",
48
+ "@emnapi/runtime": "^1.7.1",
48
49
  "@tybys/wasm-util": "^0.10.1"
49
50
  },
50
51
  "scripts": {
51
52
  "build": "rollup -c rollup.config.js",
52
53
  "test": "node --test"
53
54
  },
55
+ "funding": {
56
+ "type": "github",
57
+ "url": "https://github.com/sponsors/Brooooooklyn"
58
+ },
54
59
  "exports": {
55
60
  ".": {
56
61
  "import": "./runtime.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailwindcss/oxide-wasm32-wasi",
3
- "version": "0.0.0-insiders.68337df",
3
+ "version": "0.0.0-insiders.685c19e",
4
4
  "cpu": [
5
5
  "wasm32"
6
6
  ],
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "browser": "tailwindcss-oxide.wasi-browser.js",
29
29
  "dependencies": {
30
- "@napi-rs/wasm-runtime": "^1.0.7",
31
- "@emnapi/core": "^1.6.0",
32
- "@emnapi/runtime": "^1.6.0",
30
+ "@napi-rs/wasm-runtime": "^1.1.1",
31
+ "@emnapi/core": "^1.8.1",
32
+ "@emnapi/runtime": "^1.8.1",
33
33
  "@tybys/wasm-util": "^0.10.1",
34
34
  "@emnapi/wasi-threads": "^1.1.0",
35
- "tslib": "^2.4.0"
35
+ "tslib": "^2.8.1"
36
36
  },
37
37
  "bundledDependencies": [
38
38
  "@napi-rs/wasm-runtime",
Binary file