Skip to content

Commit

Permalink
Merge pull request #510 from zeromq/bump [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 5, 2022
2 parents c9f313e + 6364fdd commit 046f750
Show file tree
Hide file tree
Showing 23 changed files with 278 additions and 158 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ public-hoist-pattern[]=*
package-lock=false
lockfile=true
prefer-frozen-lockfile=false
strict-peer-dependencies=false
6 changes: 3 additions & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
],
'cflags_cc+': [
'-std=c++17',
'-flto',
# '-flto',
'-Wno-missing-field-initializers',
],
}],
Expand All @@ -181,8 +181,8 @@
'xcode_settings': {
'CLANG_CXX_LIBRARY': 'libc++',
'CLANG_CXX_LANGUAGE_STANDARD': 'c++17',
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'LLVM_LTO': 'YES',
'MACOSX_DEPLOYMENT_TARGET': '10.15',
# 'LLVM_LTO': 'YES',
'GCC_OPTIMIZATION_LEVEL': '3',
'DEPLOYMENT_POSTPROCESSING': 'YES',
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES',
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,35 @@
"url": "https://github.com/zeromq/zeromq.js.git"
},
"dependencies": {
"node-gyp-build": "^4.2.3"
"node-gyp-build": "^4.5.0"
},
"devDependencies": {
"@gnd/typedoc": "^0.15.0-0",
"@types/chai": ">=4.2",
"@types/fs-extra": "^9.0.12",
"@types/mocha": ">=8.2",
"@types/node": ">=16.3",
"@types/chai": ">=4.3",
"@types/fs-extra": "^9.0.13",
"@types/mocha": ">=9.1",
"@types/node": ">=18.7",
"@types/semver": ">=7",
"@types/weak-napi": "^2.0.0",
"@types/weak-napi": "^2.0.1",
"benchmark": ">=2",
"chai": ">=4.3",
"choma": ">= 1.2",
"deasync": "^0.1.21",
"deasync": "^0.1.28",
"eslint-config-atomic": "^1.18.1",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"gunzip-maybe": "^1.4.2",
"mocha": ">=9.0",
"node-addon-api": "^4.0.0",
"node-fetch": "^2.6.1",
"prebuildify": "^4.1.2",
"mocha": ">=10.0",
"node-addon-api": "^5.0.0",
"node-fetch": "^3.2.10",
"prebuildify": "^5.0.1",
"prettier": "^2.7.1",
"semver": ">=7",
"shx": "^0.3.3",
"shx": "^0.3.4",
"tar-fs": "^2.1.1",
"ts-morph": "^11.0.3",
"ts-morph": "^16.0.0",
"ts-node": ">=10",
"typescript": "4.3",
"typescript": "4.8",
"weak-napi": "^2.0.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 046f750

Please sign in to comment.