Skip to content

Commit

Permalink
feat(assert)!: RESM to NESM
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Converts `@agoric/assert` from emulated ESM with `node -r esm` to Node.js ESM proper.
  • Loading branch information
kriskowal committed Jun 14, 2021
1 parent 4e02c6a commit d991df7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "@agoric/assert",
"version": "0.2.12",
"description": "Assert expression support that protects sensitive data",
"parsers": {
"js": "mjs"
},
"type": "module",
"main": "src/assert.js",
"engines": {
"node": ">=11.0"
Expand Down Expand Up @@ -36,8 +34,7 @@
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
"devDependencies": {
"@agoric/install-ses": "^0.5.13",
"ava": "^3.12.1",
"esm": "agoric-labs/esm#Agoric-built"
"ava": "^3.12.1"
},
"files": [
"src/",
Expand All @@ -47,9 +44,6 @@
"ava": {
"files": [
"test/**/test-*.js"
],
"require": [
"esm"
]
},
"eslintConfig": {
Expand Down

0 comments on commit d991df7

Please sign in to comment.