@endo/marshal
Advanced tools
Comparing version 0.6.8 to 0.6.9
@@ -6,2 +6,10 @@ # Change Log | ||
### [0.6.9](https://github.com/endojs/endo/compare/@endo/marshal@0.6.8...@endo/marshal@0.6.9) (2022-06-28) | ||
**Note:** Version bump only for package @endo/marshal | ||
### [0.6.8](https://github.com/endojs/endo/compare/@endo/marshal@0.6.7...@endo/marshal@0.6.8) (2022-06-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/marshal", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "marshal", | ||
@@ -40,9 +40,9 @@ "type": "module", | ||
"dependencies": { | ||
"@endo/eventual-send": "^0.15.4", | ||
"@endo/nat": "^4.1.13", | ||
"@endo/promise-kit": "^0.2.42" | ||
"@endo/eventual-send": "^0.15.5", | ||
"@endo/nat": "^4.1.14", | ||
"@endo/promise-kit": "^0.2.43" | ||
}, | ||
"devDependencies": { | ||
"@endo/lockdown": "^0.1.14", | ||
"@endo/ses-ava": "^0.2.26", | ||
"@endo/lockdown": "^0.1.15", | ||
"@endo/ses-ava": "^0.2.27", | ||
"ava": "^3.12.1", | ||
@@ -78,3 +78,3 @@ "c8": "^7.7.3" | ||
}, | ||
"gitHead": "7be9306df5e5eae280134cbbaf0d3886b4e51536" | ||
"gitHead": "a311acb02115271fbda6953734d0b4f52aa85892" | ||
} |
@@ -52,3 +52,3 @@ // @ts-check | ||
const passStyle = passStyleOf(array); | ||
return assert( | ||
assert( | ||
passStyle === 'copyArray', | ||
@@ -72,3 +72,3 @@ X`${q(optNameOfArray)} ${array} must be a pass-by-copy array, not ${q( | ||
const passStyle = passStyleOf(record); | ||
return assert( | ||
assert( | ||
passStyle === 'copyRecord', | ||
@@ -95,3 +95,3 @@ X`${q(optNameOfRecord)} ${record} must be a pass-by-copy record, not ${q( | ||
const passStyle = passStyleOf(remotable); | ||
return assert( | ||
assert( | ||
passStyle === 'remotable', | ||
@@ -98,0 +98,0 @@ X`${q(optNameOfRemotable)} ${remotable} must be a remotable, not ${q( |
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
167520
Updated@endo/eventual-send@^0.15.5
Updated@endo/nat@^4.1.14
Updated@endo/promise-kit@^0.2.43