@agoric/marshal
Advanced tools
Comparing version 0.2.7 to 0.3.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.2.7...@agoric/marshal@0.3.0) (2020-12-10) | ||
### Bug Fixes | ||
* minor tweaks for dapp-oracle ([b8169c1](https://github.com/Agoric/agoric-sdk/commit/b8169c1f39bc0c0d7c07099df2ac23ee7df05733)) | ||
### Features | ||
* **import-bundle:** Preliminary support Endo zip hex bundle format ([#1983](https://github.com/Agoric/agoric-sdk/issues/1983)) ([983681b](https://github.com/Agoric/agoric-sdk/commit/983681bfc4bf512b6bd90806ed9220cd4fefc13c)) | ||
## [0.2.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.2.7-dev.0...@agoric/marshal@0.2.7) (2020-11-07) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@agoric/marshal", | ||
"version": "0.2.7", | ||
"version": "0.3.0", | ||
"description": "marshal", | ||
"parsers": { | ||
"js": "mjs" | ||
}, | ||
"main": "index.js", | ||
@@ -35,9 +38,9 @@ "directories": { | ||
"dependencies": { | ||
"@agoric/assert": "^0.1.0", | ||
"@agoric/eventual-send": "^0.12.0", | ||
"@agoric/assert": "^0.2.0", | ||
"@agoric/eventual-send": "^0.13.0", | ||
"@agoric/nat": "^2.0.1", | ||
"@agoric/promise-kit": "^0.1.7" | ||
"@agoric/promise-kit": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.4.0", | ||
"@agoric/install-ses": "^0.5.0", | ||
"ava": "^3.12.1", | ||
@@ -54,47 +57,9 @@ "esm": "^3.2.25", | ||
"extends": [ | ||
"airbnb-base", | ||
"plugin:prettier/recommended", | ||
"plugin:jsdoc/recommended" | ||
], | ||
"parser": "@typescript-eslint/parser", | ||
"env": { | ||
"es6": true | ||
}, | ||
"globals": { | ||
"harden": "readonly" | ||
}, | ||
"rules": { | ||
"implicit-arrow-linebreak": "off", | ||
"function-paren-newline": "off", | ||
"arrow-parens": "off", | ||
"strict": "off", | ||
"prefer-destructuring": "off", | ||
"no-else-return": "off", | ||
"no-console": "off", | ||
"no-unused-vars": [ | ||
"error", | ||
{ | ||
"argsIgnorePattern": "^_", | ||
"varsIgnorePattern": "^_" | ||
} | ||
], | ||
"no-return-assign": "off", | ||
"no-param-reassign": "off", | ||
"no-restricted-syntax": [ | ||
"off", | ||
"ForOfStatement" | ||
], | ||
"no-unused-expressions": "off", | ||
"no-loop-func": "off", | ||
"no-inner-declarations": "off", | ||
"import/prefer-default-export": "off", | ||
"import/no-extraneous-dependencies": "off", | ||
"jsdoc/no-undefined-types": "off", | ||
"jsdoc/require-jsdoc": "off", | ||
"jsdoc/require-property-description": "off", | ||
"jsdoc/require-param-description": "off", | ||
"jsdoc/require-returns": "off", | ||
"jsdoc/require-returns-description": "off" | ||
} | ||
"@agoric" | ||
] | ||
}, | ||
"prettier": { | ||
"trailingComma": "all", | ||
"singleQuote": true | ||
}, | ||
"publishConfig": { | ||
@@ -112,3 +77,3 @@ "access": "public" | ||
}, | ||
"gitHead": "20bc9a904a3f3768943ed51323ce14a4f609a233" | ||
"gitHead": "f9fab94b70ed22d7fcccb261af11ed8dd6348614" | ||
} |
@@ -24,3 +24,3 @@ // @ts-check | ||
/** @type {GetInterfaceOf} */ | ||
/** @type {MarshalGetInterfaceOf} */ | ||
export function getInterfaceOf(maybeRemotable) { | ||
@@ -27,0 +27,0 @@ return remotableToInterface.get(maybeRemotable); |
@@ -142,3 +142,3 @@ /** | ||
/** | ||
* @callback GetInterfaceOf | ||
* @callback MarshalGetInterfaceOf | ||
* Simple semantics, just tell what interface (or undefined) a remotable has. | ||
@@ -145,0 +145,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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
56116
+ Added@agoric/assert@0.2.12(transitive)
+ Added@agoric/eventual-send@0.13.300.14.1(transitive)
+ Added@agoric/promise-kit@0.2.29(transitive)
+ Addedses@0.12.7(transitive)
- Removed@agoric/assert@0.1.0(transitive)
- Removed@agoric/eventual-send@0.12.0(transitive)
- Removed@agoric/promise-kit@0.1.7(transitive)
- Removedses@0.11.1(transitive)
Updated@agoric/assert@^0.2.0
Updated@agoric/promise-kit@^0.2.0