node-sword-interface 1.0.34 → 1.0.36

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.
package/binding.gyp CHANGED
@@ -127,9 +127,6 @@
127
127
  ],
128
128
  "libraries": [
129
129
  '-l<(module_root_dir)/build/sword-build-win32/lib/sword.lib',
130
- '-l<(module_root_dir)/build/sword-build-win32/lib/icuuc.lib',
131
- '-l<(module_root_dir)/build/sword-build-win32/lib/icuin.lib',
132
- '-l<(module_root_dir)/build/sword-build-win32/lib/icudt.lib',
133
130
  '-l<(module_root_dir)/build/sword-build-win32/lib/libbz2.lib',
134
131
  '-l<(module_root_dir)/build/sword-build-win32/lib/liblzma.lib',
135
132
  '-l<(module_root_dir)/build/sword-build-win32/lib/libcurl_imp.lib',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sword-interface",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",
@@ -34,7 +34,7 @@ $headers = @{}
34
34
  $github_token = $env:GITHUB_TOKEN
35
35
 
36
36
  # --- Set the uri for the release
37
- $URI = "https://api.github.com/repos/ezra-bible-app/sword-build-win32/releases/tags/v1.9.0-2025-02-23"
37
+ $URI = "https://api.github.com/repos/ezra-bible-app/sword-build-win32/releases/tags/v1.9.0-2025-02-24"
38
38
 
39
39
  if ($Env:CI -eq "true") {
40
40
  Write-Host "GitHub actions build ... using GITHUB_TOKEN for authentication!"