node-sword-interface 1.0.82 → 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 +1 -1
  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"
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.83",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",