@agoric/store
Advanced tools
Comparing version 0.9.3-dev-8f019c0.0 to 0.9.3-dev-8fd731c.0
{ | ||
"name": "@agoric/store", | ||
"version": "0.9.3-dev-8f019c0.0+8f019c0", | ||
"version": "0.9.3-dev-8fd731c.0+8fd731c", | ||
"description": "Wrapper for JavaScript map", | ||
@@ -33,11 +33,11 @@ "type": "module", | ||
"dependencies": { | ||
"@endo/errors": "^1.2.2", | ||
"@endo/exo": "^1.5.0", | ||
"@endo/marshal": "^1.5.0", | ||
"@endo/pass-style": "^1.4.0", | ||
"@endo/patterns": "^1.4.0" | ||
"@endo/errors": "^1.2.8", | ||
"@endo/exo": "^1.5.7", | ||
"@endo/marshal": "^1.6.2", | ||
"@endo/pass-style": "^1.4.7", | ||
"@endo/patterns": "^1.4.7" | ||
}, | ||
"devDependencies": { | ||
"@endo/init": "^1.1.2", | ||
"@endo/ses-ava": "^1.2.2", | ||
"@endo/init": "^1.1.7", | ||
"@endo/ses-ava": "^1.2.8", | ||
"ava": "^5.3.0" | ||
@@ -63,5 +63,5 @@ }, | ||
"typeCoverage": { | ||
"atLeast": 89.45 | ||
"atLeast": 89.53 | ||
}, | ||
"gitHead": "8f019c091902561290e54ebe2900f12e2e5fbdf8" | ||
"gitHead": "8fd731ce457512f3ad1b7d8e936b935e0f8d3b9b" | ||
} |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @import {MustMatch} from '@agoric/internal'; | ||
*/ | ||
import { mustMatch as typelessMustMatch } from '@endo/patterns'; | ||
export { makeScalarWeakSetStore } from './stores/scalarWeakSetStore.js'; | ||
@@ -54,3 +59,2 @@ export { makeScalarSetStore } from './stores/scalarSetStore.js'; | ||
matches, | ||
mustMatch, | ||
isCopySet, | ||
@@ -60,2 +64,7 @@ isCopyMap, | ||
// XXX @agoric/store should not depend on @agoric/internal | ||
// TODO move to Endo | ||
/** @type {MustMatch} */ | ||
export const mustMatch = typelessMustMatch; | ||
export { | ||
@@ -62,0 +71,0 @@ initEmpty, |
@@ -20,4 +20,4 @@ import { q } from '@endo/errors'; | ||
/** | ||
* @import {Passable} from '@endo/pass-style'); | ||
* @import {Key, Pattern} from '@endo/patterns'); | ||
* @import {Passable} from '@endo/pass-style'; | ||
* @import {Key, Pattern} from '@endo/patterns'; | ||
* @import {MapStore, MapStoreMethods, StoreOptions} from '../types.js'; | ||
@@ -24,0 +24,0 @@ */ |
@@ -15,3 +15,3 @@ import { q } from '@endo/errors'; | ||
/** | ||
* @import {Key, Pattern} from '@endo/patterns'); | ||
* @import {Key, Pattern} from '@endo/patterns'; | ||
* @import {SetStore, SetStoreMethods, StoreOptions} from '../types.js'; | ||
@@ -18,0 +18,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
50228
1082
Updated@endo/errors@^1.2.8
Updated@endo/exo@^1.5.7
Updated@endo/marshal@^1.6.2
Updated@endo/pass-style@^1.4.7
Updated@endo/patterns@^1.4.7