@agoric/captp
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.7.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.2...@agoric/captp@1.7.3) (2021-03-16) | ||
### Bug Fixes | ||
* make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric-sdk/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric-sdk/issues/2647) | ||
## [1.7.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.1...@agoric/captp@1.7.2) (2021-02-22) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
import Nat from '@agoric/nat'; | ||
import { Nat } from '@agoric/nat'; | ||
@@ -3,0 +3,0 @@ export * from '@agoric/marshal'; |
{ | ||
"name": "@agoric/captp", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "Capability Transfer Protocol for distributed objects", | ||
@@ -33,9 +33,8 @@ "parsers": { | ||
"test:nyc": "nyc ava", | ||
"test:xs": "exit 0", | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
"lint-check": "eslint 'lib/*.js'", | ||
"lint-fix-jessie": "eslint -c '.eslintrc-jessie.js' --fix '**/*.js'", | ||
"lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.js'" | ||
"lint-check": "eslint 'lib/*.js'" | ||
}, | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.2", | ||
"@agoric/install-ses": "^0.5.3", | ||
"ava": "^3.12.1", | ||
@@ -45,6 +44,6 @@ "nyc": "^15.1.0" | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.13.2", | ||
"@agoric/marshal": "^0.3.2", | ||
"@agoric/nat": "^2.0.1", | ||
"@agoric/promise-kit": "^0.2.2", | ||
"@agoric/eventual-send": "^0.13.3", | ||
"@agoric/marshal": "^0.4.0", | ||
"@agoric/nat": "^4.0.0", | ||
"@agoric/promise-kit": "^0.2.3", | ||
"esm": "^3.2.5" | ||
@@ -76,3 +75,3 @@ }, | ||
}, | ||
"gitHead": "d9b77a4d36fe99c963e86733b90d878231201422" | ||
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7" | ||
} |
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
35777
+ Added@agoric/assert@0.3.16(transitive)
+ Added@agoric/marshal@0.4.28(transitive)
+ Added@agoric/nat@4.1.0(transitive)
- Removed@agoric/assert@0.2.12(transitive)
- Removed@agoric/babel-standalone@7.17.7(transitive)
- Removed@agoric/make-hardener@0.1.3(transitive)
- Removed@agoric/marshal@0.3.2(transitive)
- Removed@agoric/nat@2.0.1(transitive)
- Removed@agoric/transform-module@0.4.1(transitive)
- Removedses@0.12.7(transitive)
Updated@agoric/marshal@^0.4.0
Updated@agoric/nat@^4.0.0
Updated@agoric/promise-kit@^0.2.3