@ruby/4.0-wasm-wasi 2.8.1-2025-12-30-a

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.
@@ -0,0 +1,4 @@
1
+ console.warn(`DEPRECATED(ruby-4.0-wasm-wasi): "dist/browser" will be moved to "@ruby/wasm-wasi" in the next major release.
2
+ Please replace your \`require('ruby-4.0-wasm-wasi/dist/browser');\` with \`require('@ruby/wasm-wasi/dist/browser');\``);
3
+
4
+ module.exports = require('@ruby/wasm-wasi/dist/browser');
@@ -0,0 +1,4 @@
1
+ console.warn(`DEPRECATED(ruby-4.0-wasm-wasi): "dist/browser.script" will be moved to "@ruby/wasm-wasi" in the next major release.
2
+ Please replace your \`require('ruby-4.0-wasm-wasi/dist/browser.script');\` with \`require('@ruby/wasm-wasi/dist/browser.script');\``);
3
+
4
+ module.exports = require('@ruby/wasm-wasi/dist/browser.script');
@@ -0,0 +1,4 @@
1
+ console.warn(`DEPRECATED(ruby-4.0-wasm-wasi): "dist/index" will be moved to "@ruby/wasm-wasi" in the next major release.
2
+ Please replace your \`require('ruby-4.0-wasm-wasi');\` with \`require('@ruby/wasm-wasi');\``);
3
+
4
+ module.exports = require('@ruby/wasm-wasi');
@@ -0,0 +1,4 @@
1
+ console.warn(`DEPRECATED(ruby-4.0-wasm-wasi): "dist/node" will be moved to "@ruby/wasm-wasi" in the next major release.
2
+ Please replace your \`require('ruby-4.0-wasm-wasi/dist/node');\` with \`require('@ruby/wasm-wasi/dist/node');\``);
3
+
4
+ module.exports = require('@ruby/wasm-wasi/dist/node');
@@ -0,0 +1 @@
1
+ export * from '@ruby/wasm-wasi/dist/browser';
@@ -0,0 +1,4 @@
1
+ console.warn(`DEPRECATED(ruby-4.0-wasm-wasi): "dist/browser.script" will be moved to "@ruby/wasm-wasi" in the next major release.
2
+ Please replace your \`import * from 'ruby-4.0-wasm-wasi/dist/browser.script';\` with \`import * from '@ruby/wasm-wasi/dist/browser.script';\``);
3
+
4
+ export * from '@ruby/wasm-wasi/dist/browser.script';
@@ -0,0 +1,4 @@
1
+ console.warn(`DEPRECATED(ruby-4.0-wasm-wasi): "dist/index" will be moved to "@ruby/wasm-wasi" in the next major release.
2
+ Please replace your \`import * from 'ruby-4.0-wasm-wasi';\` with \`import * from '@ruby/wasm-wasi';\``);
3
+
4
+ export * from '@ruby/wasm-wasi';
@@ -0,0 +1,4 @@
1
+ console.warn(`DEPRECATED(ruby-4.0-wasm-wasi): "dist/node" will be moved to "@ruby/wasm-wasi" in the next major release.
2
+ Please replace your \`import * from 'ruby-4.0-wasm-wasi/dist/node';\` with \`import * from '@ruby/wasm-wasi/dist/node';\``);
3
+
4
+ export * from '@ruby/wasm-wasi/dist/node';
@@ -0,0 +1 @@
1
+ { "type": "module" }