@agoric/base-zone
Advanced tools
Comparing version 0.1.1-upgrade-18-dev-ef001c0.0 to 0.1.1-upgrade-18-emerynet-fix-dev-f8c45b8.0
@@ -5,1 +5,24 @@ # Change Log | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
### [0.1.1-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/base-zone@0.1.1-u18.0...@agoric/base-zone@0.1.1-u18.1) (2024-12-24) | ||
**Note:** Version bump only for package @agoric/base-zone | ||
### 0.1.1-u18.0 (2024-10-31) | ||
### Features | ||
* **base-zone:** add `zone.watchPromise` ([9ce80d0](https://github.com/Agoric/agoric-sdk/commit/9ce80d06c0a56471d2da9f372b0b2d93d31d159a)) | ||
* **base-zone:** alt revocable api using amplifier ([#8977](https://github.com/Agoric/agoric-sdk/issues/8977)) ([5cdf6e3](https://github.com/Agoric/agoric-sdk/commit/5cdf6e3a8b4fbb5cb8e276e6efeec65d9c3d6623)) | ||
* **base-zone:** new package ([b7bc677](https://github.com/Agoric/agoric-sdk/commit/b7bc677238eee5969ac0a95dc066434ef676216e)) | ||
* **watchUtils:** handle non-storables ([8c27c67](https://github.com/Agoric/agoric-sdk/commit/8c27c6725ba7ef4b71d3ab0ccfdbddd755bcd926)) | ||
### Bug Fixes | ||
* **base-zone,zone:** import `isPassable` from @endo/pass-style ([#9230](https://github.com/Agoric/agoric-sdk/issues/9230)) ([fbd8633](https://github.com/Agoric/agoric-sdk/commit/fbd8633ae9f8420a589dd9bc32925418f2dde060)) |
{ | ||
"name": "@agoric/base-zone", | ||
"version": "0.1.1-upgrade-18-dev-ef001c0.0+ef001c0", | ||
"version": "0.1.1-upgrade-18-emerynet-fix-dev-f8c45b8.0+f8c45b8", | ||
"description": "Allocation zone abstraction library and heap implementation", | ||
@@ -13,3 +13,3 @@ "type": "module", | ||
"test": "ava", | ||
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js", | ||
"test:c8": "c8 --all $C8_OPTIONS ava", | ||
"test:xs": "exit 0", | ||
@@ -31,13 +31,13 @@ "lint-fix": "yarn lint:eslint --fix", | ||
"dependencies": { | ||
"@agoric/store": "0.9.3-upgrade-18-dev-ef001c0.0+ef001c0", | ||
"@endo/common": "^1.2.7", | ||
"@endo/errors": "^1.2.7", | ||
"@endo/exo": "^1.5.6", | ||
"@endo/far": "^1.1.8", | ||
"@endo/pass-style": "^1.4.6", | ||
"@endo/patterns": "^1.4.6" | ||
"@agoric/store": "0.9.3-upgrade-18-emerynet-fix-dev-f8c45b8.0+f8c45b8", | ||
"@endo/common": "^1.2.8", | ||
"@endo/errors": "^1.2.8", | ||
"@endo/exo": "^1.5.7", | ||
"@endo/far": "^1.1.9", | ||
"@endo/pass-style": "^1.4.7", | ||
"@endo/patterns": "^1.4.7" | ||
}, | ||
"devDependencies": { | ||
"@endo/init": "^1.1.6", | ||
"@endo/ses-ava": "^1.2.7", | ||
"@endo/init": "^1.1.7", | ||
"@endo/ses-ava": "^1.2.8", | ||
"ava": "^5.3.0" | ||
@@ -64,3 +64,3 @@ }, | ||
}, | ||
"gitHead": "ef001c015ac66ff65840bee1f7fd3847e999154d" | ||
"gitHead": "f8c45b8a2e29a51522a81a6692af25b2d7f6b50f" | ||
} |
@@ -1,2 +0,2 @@ | ||
export function makeHeapZone(baseLabel?: string | undefined): import("./types.js").Zone; | ||
export function makeHeapZone(baseLabel?: string): import("./types.js").Zone; | ||
//# sourceMappingURL=heap.d.ts.map |
@@ -1,5 +0,5 @@ | ||
export function makeOnceKit(debugName: string, stores: import("./types.js").Stores, backingStore?: globalThis.MapStore<string, any> | undefined): { | ||
export function makeOnceKit(debugName: string, stores: import("./types.js").Stores, backingStore?: import("@agoric/swingset-liveslots").MapStore<string, any>): { | ||
makeOnce: <V>(key: string, maker: (key: string) => V) => V; | ||
wrapProvider: <T extends (key: string, ...rest: any[]) => any>(provider: T, labelToKeys?: ((label: string) => string[]) | undefined) => T; | ||
wrapProvider: <T extends (key: string, ...rest: any[]) => any>(provider: T, labelToKeys?: (label: string) => string[]) => T; | ||
}; | ||
//# sourceMappingURL=make-once.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export function prepareRevocableMakerKit<U = any>(zone: import("@agoric/base-zone").Zone, uKindName: string, uMethodNames: (string | symbol)[], options?: RevocableKitOptions<any> | undefined): RevocableMakerKit<U>; | ||
export function prepareRevocableMakerKit<U = any>(zone: import("@agoric/base-zone").Zone, uKindName: string, uMethodNames: (string | symbol)[], options?: RevocableKitOptions): RevocableMakerKit<U>; | ||
export type RevocableMakerKit<U = any> = { | ||
@@ -3,0 +3,0 @@ revoke: (revocable: U) => boolean; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
50617
Updated@agoric/store@0.9.3-upgrade-18-emerynet-fix-dev-f8c45b8.0+f8c45b8
Updated@endo/common@^1.2.8
Updated@endo/errors@^1.2.8
Updated@endo/exo@^1.5.7
Updated@endo/far@^1.1.9
Updated@endo/pass-style@^1.4.7
Updated@endo/patterns@^1.4.7