@gristlabs/sqlite3 5.1.4-grist.11 → 5.1.4-grist.12

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gristlabs/sqlite3",
3
3
  "description": "Asynchronous, non-blocking SQLite3 bindings",
4
- "version": "5.1.4-grist.11",
4
+ "version": "5.1.4-grist.12",
5
5
  "homepage": "https://github.com/gristlabs/node-sqlite3",
6
6
  "author": {
7
7
  "name": "Mapbox",
@@ -13,6 +13,7 @@ __asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
13
13
  __asm__(".symver exp,exp@GLIBC_2.2.5");
14
14
  __asm__(".symver log,log@GLIBC_2.2.5");
15
15
  __asm__(".symver pow,pow@GLIBC_2.2.5");
16
+ __asm__(".symver fmod,fmod@GLIBC_2.2.5");
16
17
  __asm__(".symver fcntl64,fcntl@GLIBC_2.2.5");
17
18
  #endif
18
19
 
@@ -21,6 +22,7 @@ __asm__(".symver memcpy,memcpy@GLIBC_2.17");
21
22
  __asm__(".symver exp,exp@GLIBC_2.17");
22
23
  __asm__(".symver log,log@GLIBC_2.17");
23
24
  __asm__(".symver pow,pow@GLIBC_2.17");
25
+ __asm__(".symver fmod,fmod@GLIBC_2.17");
24
26
  __asm__(".symver fcntl64,fcntl@GLIBC_2.17");
25
27
  #endif
26
28