@agoric/marshal
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.1.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.1.5-alpha.0...@agoric/marshal@0.1.5) (2020-04-13) | ||
**Note:** Version bump only for package @agoric/marshal | ||
## [0.1.5-alpha.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.1.4...@agoric/marshal@0.1.5-alpha.0) (2020-04-12) | ||
**Note:** Version bump only for package @agoric/marshal | ||
## [0.1.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.1.4-alpha.0...@agoric/marshal@0.1.4) (2020-04-02) | ||
@@ -8,0 +24,0 @@ |
import harden from '@agoric/harden'; | ||
import Nat from '@agoric/nat'; | ||
import { HandledPromise } from '@agoric/eventual-send'; | ||
import { isPromise } from '@agoric/produce-promise'; | ||
@@ -199,3 +199,3 @@ // Special property name that indicates an encoding that needs special | ||
} | ||
if (HandledPromise.resolve(val) === val) { | ||
if (isPromise(val)) { | ||
return 'promise'; | ||
@@ -202,0 +202,0 @@ } |
{ | ||
"name": "@agoric/marshal", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "marshal", | ||
@@ -31,5 +31,6 @@ "main": "marshal.js", | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.7.0", | ||
"@agoric/eventual-send": "^0.8.0", | ||
"@agoric/harden": "0.0.4", | ||
"@agoric/nat": "^2.0.1" | ||
"@agoric/nat": "^2.0.1", | ||
"@agoric/produce-promise": "^0.0.5" | ||
}, | ||
@@ -45,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "536b8e521e881357ca2945533b027ab0bd4b85e5" | ||
"gitHead": "a5fe2624fedcf3b8adf46ed6c157c29fd459b2ed" | ||
} |
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
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
39293
4
+ Added@agoric/eventual-send@0.8.0(transitive)
+ Added@agoric/produce-promise@0.0.5(transitive)
- Removed@agoric/eventual-send@0.7.0(transitive)
Updated@agoric/eventual-send@^0.8.0