koffi 2.5.6 → 2.5.7

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 (25) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/{2.5.6 → 2.5.7}/koffi_win32_arm64/koffi.node +0 -0
  3. package/build/{2.5.6 → 2.5.7}/koffi_win32_ia32/koffi.node +0 -0
  4. package/build/{2.5.6 → 2.5.7}/koffi_win32_x64/koffi.node +0 -0
  5. package/doc/favicon.png +0 -0
  6. package/doc/templates/badges.html +1 -1
  7. package/package.json +3 -3
  8. /package/build/{2.5.6 → 2.5.7}/koffi_darwin_arm64/koffi.node +0 -0
  9. /package/build/{2.5.6 → 2.5.7}/koffi_darwin_x64/koffi.node +0 -0
  10. /package/build/{2.5.6 → 2.5.7}/koffi_freebsd_arm64/koffi.node +0 -0
  11. /package/build/{2.5.6 → 2.5.7}/koffi_freebsd_ia32/koffi.node +0 -0
  12. /package/build/{2.5.6 → 2.5.7}/koffi_freebsd_x64/koffi.node +0 -0
  13. /package/build/{2.5.6 → 2.5.7}/koffi_linux_arm32hf/koffi.node +0 -0
  14. /package/build/{2.5.6 → 2.5.7}/koffi_linux_arm64/koffi.node +0 -0
  15. /package/build/{2.5.6 → 2.5.7}/koffi_linux_ia32/koffi.node +0 -0
  16. /package/build/{2.5.6 → 2.5.7}/koffi_linux_riscv64hf64/koffi.node +0 -0
  17. /package/build/{2.5.6 → 2.5.7}/koffi_linux_x64/koffi.node +0 -0
  18. /package/build/{2.5.6 → 2.5.7}/koffi_openbsd_ia32/koffi.node +0 -0
  19. /package/build/{2.5.6 → 2.5.7}/koffi_openbsd_x64/koffi.node +0 -0
  20. /package/build/{2.5.6 → 2.5.7}/koffi_win32_arm64/koffi.exp +0 -0
  21. /package/build/{2.5.6 → 2.5.7}/koffi_win32_arm64/koffi.lib +0 -0
  22. /package/build/{2.5.6 → 2.5.7}/koffi_win32_ia32/koffi.exp +0 -0
  23. /package/build/{2.5.6 → 2.5.7}/koffi_win32_ia32/koffi.lib +0 -0
  24. /package/build/{2.5.6 → 2.5.7}/koffi_win32_x64/koffi.exp +0 -0
  25. /package/build/{2.5.6 → 2.5.7}/koffi_win32_x64/koffi.lib +0 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  ### Koffi 2.5
6
6
 
7
+ #### Koffi 2.5.7
8
+
9
+ **Main changes:**
10
+
11
+ - Point package to new repository
12
+
7
13
  #### Koffi 2.5.6
8
14
 
9
15
  **Main changes:**
Binary file
@@ -1,6 +1,6 @@
1
1
  <div style="text-align: center; margin-top: 2em;">
2
2
  <a href="https://www.npmjs.com/package/koffi"><img src="https://img.shields.io/badge/NPM-{{ stable }}-brightgreen" alt="NPM"/></a>
3
- <a href="https://github.com/Koromix/rygel/tree/master/src/koffi"><img src="https://img.shields.io/badge/GitHub-Koffi-ff6600" alt="GitHub"/></a>
3
+ <a href="https://github.com/Koromix/koffi"><img src="https://img.shields.io/badge/GitHub-Koffi-ff6600" alt="GitHub"/></a>
4
4
 
5
5
  <br><br>
6
6
  <iframe src="https://github.com/sponsors/Koromix/button" title="Sponsor Koromix" height="35" width="116" style="border: 0;"></iframe>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "2.5.6",
4
- "stable": "2.5.6",
3
+ "version": "2.5.7",
4
+ "stable": "2.5.7",
5
5
  "description": "Fast and simple C FFI (foreign function interface) for Node.js",
6
6
  "keywords": [
7
7
  "foreign",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/Koromix/rygel.git"
17
+ "url": "https://github.com/Koromix/koffi"
18
18
  },
19
19
  "homepage": "https://koffi.dev/",
20
20
  "author": "Niels Martignène <niels.martignene@protonmail.com>",