@rcompat/io 0.1.0 → 0.2.0

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.
@@ -1,3 +1,3 @@
1
1
  import { AsyncLocalStorage } from "node:async_hooks";
2
2
  export default AsyncLocalStorage;
3
- //# sourceMappingURL=context.d.ts.map
3
+ //# sourceMappingURL=Context.d.ts.map
@@ -1,3 +1,3 @@
1
1
  import { AsyncLocalStorage } from "node:async_hooks";
2
2
  export default AsyncLocalStorage;
3
- //# sourceMappingURL=context.js.map
3
+ //# sourceMappingURL=Context.js.map
@@ -1,6 +1,6 @@
1
1
  declare namespace _default {
2
- export { context };
2
+ export { Context };
3
3
  }
4
4
  export default _default;
5
- import context from "#async/context";
5
+ import Context from "#async/Context";
6
6
  //# sourceMappingURL=async.d.ts.map
@@ -1,5 +1,5 @@
1
- import context from "#async/context";
1
+ import Context from "#async/Context";
2
2
  export default {
3
- context,
3
+ Context,
4
4
  };
5
5
  //# sourceMappingURL=async.js.map
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  async: {
3
- context: typeof import("node:async_hooks").AsyncLocalStorage;
3
+ Context: typeof import("node:async_hooks").AsyncLocalStorage;
4
4
  };
5
5
  isatty: () => boolean;
6
6
  run: (command: string, options?: import("node:child_process").ExecOptions) => Promise<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rcompat/io",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Standard library input/output",
5
5
  "bugs": "https://github.com/rcompat/rcompat/issues",
6
6
  "license": "MIT",