|
40 | 40 | "bench": "BABEL_ENV=test node -r @babel/register benchmarks index.js", |
41 | 41 | "bench:v8": "BABEL_ENV=test microbundle benchmarks/index.js -f modern --alias benchmarkjs-pretty=benchmarks/lib/benchmark-lite.js --external none --target node --no-compress --no-sourcemap --raw -o benchmarks/.v8.mjs && v8 --module benchmarks/.v8.modern.js", |
42 | 42 | "build": "npm run -s transpile && npm run -s transpile:jsx && npm run -s transpile:stream && npm run -s transpile:stream-node && npm run -s copy-typescript-definition", |
43 | | - "postbuild": "node ./config/node-13-exports.js && node ./config/node-commonjs.js && node ./config/node-verify-exports.js", |
| 43 | + "postbuild": "node ./config/node-13-exports.js && node ./config/node-commonjs.js && node ./config/node-verify-exports.js && check-export-map", |
44 | 44 | "transpile": "microbundle src/index.js -f es,cjs,umd", |
45 | 45 | "transpile:stream": "microbundle src/stream.js -o dist/stream/index.js -f es,cjs,umd", |
46 | 46 | "transpile:stream-node": "microbundle src/stream-node.js -o dist/stream/node/index.js -f es,cjs,umd --target node", |
|
132 | 132 | "@babel/register": "^7.12.10", |
133 | 133 | "@changesets/changelog-github": "^0.4.1", |
134 | 134 | "@changesets/cli": "^2.18.0", |
| 135 | + "baseline-rts": "npm:preact-render-to-string@latest", |
135 | 136 | "benchmarkjs-pretty": "^2.0.1", |
136 | 137 | "chai": "^4.2.0", |
| 138 | + "check-export-map": "^1.3.1", |
137 | 139 | "copyfiles": "^2.4.1", |
138 | 140 | "eslint": "^7.16.0", |
139 | 141 | "eslint-config-developit": "^1.2.0", |
140 | 142 | "husky": "^4.3.6", |
141 | 143 | "lint-staged": "^10.5.3", |
142 | 144 | "microbundle": "^0.15.1", |
143 | 145 | "mocha": "^8.2.1", |
144 | | - "baseline-rts": "npm:preact-render-to-string@latest", |
145 | 146 | "preact": "^10.13.0", |
146 | 147 | "prettier": "^2.2.1", |
147 | 148 | "pretty-format": "^3.8.0", |
|
0 commit comments