@ruby/3.2-wasm-wasi 2.6.1-2024-06-28-a → 2.6.2
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.
|
@@ -2933,7 +2933,7 @@ SOFTWARE.
|
|
|
2933
2933
|
};
|
|
2934
2934
|
|
|
2935
2935
|
var name = "@ruby/3.2-wasm-wasi";
|
|
2936
|
-
var version = "2.6.
|
|
2936
|
+
var version = "2.6.2";
|
|
2937
2937
|
var description = "Ruby 3.2 built on WASI";
|
|
2938
2938
|
var main = "./dist/cjs/index.js";
|
|
2939
2939
|
var module = "./dist/esm/index.js";
|
|
@@ -2983,7 +2983,7 @@ SOFTWARE.
|
|
|
2983
2983
|
];
|
|
2984
2984
|
var license = "MIT";
|
|
2985
2985
|
var dependencies = {
|
|
2986
|
-
"@ruby/wasm-wasi": "2.
|
|
2986
|
+
"@ruby/wasm-wasi": "^2.0.0"
|
|
2987
2987
|
};
|
|
2988
2988
|
var _package = {
|
|
2989
2989
|
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.6.
|
|
3
|
+
"version": "2.6.2",
|
|
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
|
}
|