node-sword-interface 1.0.81 → 1.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/binding.gyp +2 -3
  2. package/package.json +1 -1
package/binding.gyp CHANGED
@@ -109,7 +109,6 @@
109
109
  '-lz'
110
110
  ],
111
111
  "dependencies": [
112
- "<!(node -p \"require('node-addon-api').gyp\")",
113
112
  'sword'
114
113
  ],
115
114
  "xcode_settings": {
@@ -120,8 +119,8 @@
120
119
  "-dynamiclib",
121
120
  "-install_name @rpath/node_sword_interface.framework/node_sword_interface",
122
121
  "-undefined dynamic_lookup",
123
- "-Wl,-bind_at_load,-weak_library,$(BUILT_PRODUCTS_DIR)/nothing.a",
124
- "-all_load",
122
+ "-Wl,-bind_at_load",
123
+ "-all_load"
125
124
  ],
126
125
  "MACH_O_TYPE": "mh_dylib",
127
126
  "PRODUCT_TYPE": "com.apple.product-type.framework"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sword-interface",
3
- "version": "1.0.81",
3
+ "version": "1.0.83",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",