node-sword-interface 1.0.82 → 1.0.84

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 +3 -5
  2. package/package.json +1 -1
package/binding.gyp CHANGED
@@ -120,7 +120,7 @@
120
120
  "-install_name @rpath/node_sword_interface.framework/node_sword_interface",
121
121
  "-undefined dynamic_lookup",
122
122
  "-Wl,-bind_at_load",
123
- "-all_load",
123
+ "-all_load"
124
124
  ],
125
125
  "MACH_O_TYPE": "mh_dylib",
126
126
  "PRODUCT_TYPE": "com.apple.product-type.framework"
@@ -190,14 +190,12 @@
190
190
  '-lNormaliz.lib'
191
191
  ],
192
192
  "dependencies": [
193
- 'sword'
193
+ 'sword',
194
+ "<!(node -p \"require('node-addon-api').gyp\")"
194
195
  ],
195
196
  'defines': [ 'SWUSINGDLL' ]
196
197
  }]
197
198
  ],
198
- 'dependencies': [
199
- "<!(node -p \"require('node-addon-api').gyp\")"
200
- ],
201
199
  'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ]
202
200
  },
203
201
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sword-interface",
3
- "version": "1.0.82",
3
+ "version": "1.0.84",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",