@opencode-compat/host-promise-v2 0.1.0 → 0.1.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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* Other domains loud-stub in the same ship.
|
|
10
10
|
*/
|
|
11
11
|
export declare const PKG: "@opencode-compat/host-promise-v2";
|
|
12
|
-
export declare const VERSION: "0.1.
|
|
12
|
+
export declare const VERSION: "0.1.1";
|
|
13
13
|
export type Registration = {
|
|
14
14
|
readonly dispose: () => Promise<void>;
|
|
15
15
|
};
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* Other domains loud-stub in the same ship.
|
|
10
10
|
*/
|
|
11
11
|
export const PKG = "@opencode-compat/host-promise-v2";
|
|
12
|
-
export const VERSION = "0.1.
|
|
12
|
+
export const VERSION = "0.1.1";
|
|
13
13
|
const ctxInternal = new WeakMap();
|
|
14
14
|
function loudDomain(name) {
|
|
15
15
|
const reload = async () => {
|