@agoric/marshal
Advanced tools
Comparing version 0.4.29-dev.2 to 0.4.29-dev-23c942c.0
@@ -6,68 +6,2 @@ # Change Log | ||
### [0.4.29-dev.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.28...@agoric/marshal@0.4.29-dev.2) (2021-11-24) | ||
### ⚠ BREAKING CHANGES | ||
* **ERTP:** NatValues now only accept bigints, lower-case amountMath is removed, and AmountMath methods always follow the order of: brand, value | ||
* chore: fix up INPUT_VALIDATON.md | ||
* chore: address PR comments | ||
### Bug Fixes | ||
* default to disallowing implicit remotables ([#3736](https://github.com/Agoric/agoric-sdk/issues/3736)) ([d14a665](https://github.com/Agoric/agoric-sdk/commit/d14a66548f3981334f9738bbca3b906901c2e657)) | ||
### Miscellaneous Chores | ||
* **ERTP:** additional input validation and clean up ([#3892](https://github.com/Agoric/agoric-sdk/issues/3892)) ([067ea32](https://github.com/Agoric/agoric-sdk/commit/067ea32b069596202d7f8e7c5e09d5ea7821f6b2)) | ||
### [0.4.29-dev.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.28...@agoric/marshal@0.4.29-dev.1) (2021-11-24) | ||
### ⚠ BREAKING CHANGES | ||
* **ERTP:** NatValues now only accept bigints, lower-case amountMath is removed, and AmountMath methods always follow the order of: brand, value | ||
* chore: fix up INPUT_VALIDATON.md | ||
* chore: address PR comments | ||
### Bug Fixes | ||
* default to disallowing implicit remotables ([#3736](https://github.com/Agoric/agoric-sdk/issues/3736)) ([d14a665](https://github.com/Agoric/agoric-sdk/commit/d14a66548f3981334f9738bbca3b906901c2e657)) | ||
### Miscellaneous Chores | ||
* **ERTP:** additional input validation and clean up ([#3892](https://github.com/Agoric/agoric-sdk/issues/3892)) ([067ea32](https://github.com/Agoric/agoric-sdk/commit/067ea32b069596202d7f8e7c5e09d5ea7821f6b2)) | ||
### [0.4.29-dev.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.28...@agoric/marshal@0.4.29-dev.0) (2021-11-24) | ||
### ⚠ BREAKING CHANGES | ||
* **ERTP:** NatValues now only accept bigints, lower-case amountMath is removed, and AmountMath methods always follow the order of: brand, value | ||
* chore: fix up INPUT_VALIDATON.md | ||
* chore: address PR comments | ||
### Bug Fixes | ||
* default to disallowing implicit remotables ([#3736](https://github.com/Agoric/agoric-sdk/issues/3736)) ([d14a665](https://github.com/Agoric/agoric-sdk/commit/d14a66548f3981334f9738bbca3b906901c2e657)) | ||
### Miscellaneous Chores | ||
* **ERTP:** additional input validation and clean up ([#3892](https://github.com/Agoric/agoric-sdk/issues/3892)) ([067ea32](https://github.com/Agoric/agoric-sdk/commit/067ea32b069596202d7f8e7c5e09d5ea7821f6b2)) | ||
### [0.4.28](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.27...@agoric/marshal@0.4.28) (2021-10-13) | ||
@@ -74,0 +8,0 @@ |
{ | ||
"name": "@agoric/marshal", | ||
"version": "0.4.29-dev.2", | ||
"version": "0.4.29-dev-23c942c.0+23c942c", | ||
"description": "marshal", | ||
@@ -37,10 +37,10 @@ "type": "module", | ||
"dependencies": { | ||
"@agoric/assert": "^0.3.15-dev.2", | ||
"@agoric/eventual-send": "^0.13.31-dev.2", | ||
"@agoric/assert": "0.3.15-dev-23c942c.0+23c942c", | ||
"@agoric/eventual-send": "0.13.31-dev-23c942c.0+23c942c", | ||
"@agoric/nat": "^4.1.0", | ||
"@agoric/promise-kit": "^0.2.29-dev.2" | ||
"@agoric/promise-kit": "0.2.29-dev-23c942c.0+23c942c" | ||
}, | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.29-dev.2", | ||
"@agoric/swingset-vat": "^0.23.1-dev.2", | ||
"@agoric/install-ses": "0.5.29-dev-23c942c.0+23c942c", | ||
"@agoric/swingset-vat": "0.23.1-dev-23c942c.0+23c942c", | ||
"@endo/ses-ava": "^0.2.8", | ||
@@ -74,3 +74,3 @@ "ava": "^3.12.1", | ||
}, | ||
"gitHead": "e4dff99dd0608b91dbcbf783f4a9cbacd05d1162" | ||
"gitHead": "23c942cfc7eac8b214ad2dba591745e99abe3966" | ||
} |
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
127411
1
- Removed@agoric/assert@0.3.16(transitive)
- Removed@agoric/eventual-send@0.13.31-dev-f662032.00.14.1(transitive)
- Removed@agoric/promise-kit@0.2.29(transitive)