@agoric/internal
Advanced tools
Comparing version 0.1.1-dev-dee0672.0 to 0.1.1-dev-e223687.0
{ | ||
"name": "@agoric/internal", | ||
"version": "0.1.1-dev-dee0672.0+dee0672", | ||
"version": "0.1.1-dev-e223687.0+e223687", | ||
"description": "Externally unsupported utilities internal to agoric-sdk", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
}, | ||
"gitHead": "dee0672dfa147d50e845d4cb79952ceec805950b" | ||
"gitHead": "e22368736f8aa2b78fe01985c6763dbb9646aa6f" | ||
} |
// @ts-check | ||
export * from './utils.js'; | ||
export * from './config.js'; |
@@ -176,2 +176,3 @@ // @ts-check | ||
value: (...args) => apply(obj[name], obj, args), | ||
enumerable: true, | ||
}, | ||
@@ -202,3 +203,3 @@ ]), | ||
* | ||
* @type {<T extends {}>(unfulfilledTerms: T) => DeeplyAwaited<T>} | ||
* @type {<T extends {}>(unfulfilledTerms: T) => import('@endo/eventual-send').ERef<DeeplyAwaited<T>>} | ||
*/ | ||
@@ -205,0 +206,0 @@ export const deeplyFulfilledObject = obj => { |
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
21425
6
222