@andreiltd/componentize-qjs-binding-win32-x64-msvc 0.4.1 → 0.4.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.
package/README.md CHANGED
@@ -212,8 +212,8 @@ Imported resources are exposed as JavaScript classes. Resource methods are
212
212
  called on the handle:
213
213
 
214
214
  ```js
215
- import stdin from "wasi:cli/stdin@0.2.10";
216
- import stdout from "wasi:cli/stdout@0.2.10";
215
+ import stdin from "wasi:cli/stdin@0.2.12";
216
+ import stdout from "wasi:cli/stdout@0.2.12";
217
217
 
218
218
  const input = stdin.getStdin(); // an InputStream
219
219
  const output = stdout.getStdout(); // an OutputStream
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andreiltd/componentize-qjs-binding-win32-x64-msvc",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "cpu": [
5
5
  "x64"
6
6
  ],