Skip to content

Commit

Permalink
Merge pull request #539 from zeromq/fixes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Nov 28, 2022
2 parents 9422764 + 447b74b commit f5f6f86
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 387 deletions.
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,31 @@
},
"devDependencies": {
"@gnd/typedoc": "^0.15.0-0",
"@types/chai": ">=4.3",
"@types/chai": "^4.3.4",
"@types/fs-extra": "^9.0.13",
"@types/mocha": ">=10.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"@types/semver": ">=7",
"@types/semver": "^7.3.13",
"@types/shelljs": "^0.8.11",
"@types/weak-napi": "^2.0.1",
"@types/which": "^2.0.1",
"benchmark": ">=2",
"chai": ">=4.3",
"benchmark": "^2.1.4",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"deasync": "^0.1.28",
"downlevel-dts": "^0.11.0",
"eslint-config-atomic": "^1.18.1",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.1.0",
"gunzip-maybe": "^1.4.2",
"mocha": ">=10.1",
"node-fetch": "^3.3.0",
"mocha": "^10.1.0",
"node-gyp": "^9.3.0",
"npm-run-all2": "^6.0.4",
"prebuildify": "^5.0.1",
"prettier": "^2.8.0",
"rocha": "^2.5.10",
"semver": ">=7",
"tar-fs": "^2.1.1",
"ts-morph": "^17.0.1",
"ts-node": "10.9",
"typescript": "4.9",
"semver": "^7.3.8",
"ts-node": "~10.9.1",
"typescript": "~4.9.3",
"weak-napi": "^2.0.2",
"which": "^3.0.0"
},
Expand All @@ -74,9 +70,9 @@
],
"scripts": {
"install": "(shx test -f ./script/build.js || run-s build.js) && node-gyp-build",
"clean": "shx rm -rf ./build ./lib/ ./prebuilds",
"clean.temp": "shx rm -rf ./tmp && shx mkdir -p tmp && shx touch tmp/.gitkeep",
"build.library": "shx rm -rf ./lib && tsc -p ./src/tsconfig.json && downlevel-dts ./lib ./lib/ts3.7 --to=3.7",
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.js.map ./script/*.d.ts ./script/*.tsbuildinfo",
"clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep",
"build.library": "tsc -p ./src/tsconfig.json && downlevel-dts ./lib ./lib/ts3.7 --to=3.7",
"build.script": "tsc -p ./script/tsconfig.json",
"build.js": "run-p build.script build.library",
"build.doc": "typedoc --out docs --name zeromq.js --excludeProtected --excludePrivate --excludeNotExported --excludeExternals --externalPattern 'src/+(draft|native|compat).ts' --tsconfig tsconfig-build.json --mode file",
Expand Down
Loading

0 comments on commit f5f6f86

Please sign in to comment.