@ruby/3.2-wasm-wasi 2.5.0-2024-04-20-a → 2.5.1
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.
|
@@ -2811,7 +2811,7 @@ SOFTWARE.
|
|
|
2811
2811
|
};
|
|
2812
2812
|
|
|
2813
2813
|
var name = "@ruby/3.2-wasm-wasi";
|
|
2814
|
-
var version = "2.5.
|
|
2814
|
+
var version = "2.5.1";
|
|
2815
2815
|
var description = "Ruby 3.2 built on WASI";
|
|
2816
2816
|
var main = "./dist/cjs/index.js";
|
|
2817
2817
|
var module = "./dist/esm/index.js";
|
|
@@ -2861,7 +2861,7 @@ SOFTWARE.
|
|
|
2861
2861
|
];
|
|
2862
2862
|
var license = "MIT";
|
|
2863
2863
|
var dependencies = {
|
|
2864
|
-
"@ruby/wasm-wasi": "2.
|
|
2864
|
+
"@ruby/wasm-wasi": "^2.0.0"
|
|
2865
2865
|
};
|
|
2866
2866
|
var _package = {
|
|
2867
2867
|
name: name,
|
package/dist/ruby+stdlib.wasm
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/ruby.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ruby/3.2-wasm-wasi",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Ruby 3.2 built on WASI",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -50,6 +50,6 @@
|
|
|
50
50
|
],
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@ruby/wasm-wasi": "2.
|
|
53
|
+
"@ruby/wasm-wasi": "^2.0.0"
|
|
54
54
|
}
|
|
55
55
|
}
|