@agoric/marshal
Advanced tools
Comparing version 0.4.11 to 0.4.12
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.4.12](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.11...@agoric/marshal@0.4.12) (2021-06-15) | ||
### Bug Fixes | ||
* Pin ESM to forked version ([54dbb55](https://github.com/Agoric/agoric-sdk/commit/54dbb55d64d7ff7adb395bc4bd9d1461dd2d3c17)) | ||
## [0.4.11](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.4.10...@agoric/marshal@0.4.11) (2021-05-10) | ||
@@ -8,0 +17,0 @@ |
@@ -1,1 +0,1 @@ | ||
import './src/types'; | ||
import './src/types.js'; |
12
index.js
@@ -5,6 +5,12 @@ export { | ||
passStyleOf, | ||
} from './src/passStyleOf'; | ||
} from './src/passStyleOf.js'; | ||
export { pureCopy, QCLASS, makeMarshal, Remotable, Far } from './src/marshal'; | ||
export { | ||
pureCopy, | ||
QCLASS, | ||
makeMarshal, | ||
Remotable, | ||
Far, | ||
} from './src/marshal.js'; | ||
export { stringify, parse } from './src/marshal-stringify'; | ||
export { stringify, parse } from './src/marshal-stringify.js'; |
{ | ||
"name": "@agoric/marshal", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"description": "marshal", | ||
@@ -15,3 +15,2 @@ "parsers": { | ||
"test": "ava", | ||
"test:nyc": "nyc ava", | ||
"test:xs": "exit 0", | ||
@@ -40,13 +39,12 @@ "pretty-fix": "prettier --write '**/*.js'", | ||
"dependencies": { | ||
"@agoric/assert": "^0.2.12", | ||
"@agoric/eventual-send": "^0.13.14", | ||
"@agoric/nat": "^4.0.0", | ||
"@agoric/promise-kit": "^0.2.13" | ||
"@agoric/assert": "^0.3.0", | ||
"@agoric/eventual-send": "^0.13.15", | ||
"@agoric/nat": "^4.1.0", | ||
"@agoric/promise-kit": "^0.2.14" | ||
}, | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.13", | ||
"@agoric/swingset-vat": "^0.17.2", | ||
"@agoric/install-ses": "^0.5.14", | ||
"@agoric/swingset-vat": "^0.17.3", | ||
"ava": "^3.12.1", | ||
"esm": "^3.2.25", | ||
"nyc": "^15.1.0" | ||
"esm": "agoric-labs/esm#Agoric-built" | ||
}, | ||
@@ -79,3 +77,3 @@ "files": [ | ||
}, | ||
"gitHead": "d8f34ff1881b4f7e627f3fdab6888e9ef711bab6" | ||
"gitHead": "9ca63a63f1a46b3564785cb3227010f2ae4e98fa" | ||
} |
@@ -8,6 +8,6 @@ // @ts-check | ||
import { assert, details as X, q } from '@agoric/assert'; | ||
import { getErrorConstructor } from './passStyleOf'; | ||
import { QCLASS } from './marshal'; | ||
import { getErrorConstructor } from './passStyleOf.js'; | ||
import { QCLASS } from './marshal.js'; | ||
import './types'; | ||
import './types.js'; | ||
@@ -14,0 +14,0 @@ const { ownKeys } = Reflect; |
// @ts-check | ||
import { assert, details as X } from '@agoric/assert'; | ||
import { makeMarshal } from './marshal'; | ||
import { makeMarshal } from './marshal.js'; | ||
import './types'; | ||
import './types.js'; | ||
@@ -8,0 +8,0 @@ /** @type {ConvertValToSlot<any>} */ |
@@ -15,5 +15,5 @@ // @ts-check | ||
assertIface, | ||
} from './passStyleOf'; | ||
} from './passStyleOf.js'; | ||
import './types'; | ||
import './types.js'; | ||
@@ -20,0 +20,0 @@ const { |
@@ -9,4 +9,4 @@ // @ts-check | ||
import './types'; | ||
import '@agoric/assert/exported'; | ||
import './types.js'; | ||
import '@agoric/assert/exported.js'; | ||
@@ -13,0 +13,0 @@ // Setting this flag to true is what allows objects with `null` or |
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
88376
4
199
1680
+ Added@agoric/assert@0.3.16(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/transform-module@0.4.1(transitive)
- Removedses@0.12.7(transitive)
Updated@agoric/assert@^0.3.0
Updated@agoric/nat@^4.1.0
Updated@agoric/promise-kit@^0.2.14