Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8f5c05

Browse filesBrowse files
author
Dane Springmeyer
committed
move to mapbox-node-binary s3 hosting - refs TryGhost#268
1 parent 00f1aa3 commit a8f5c05
Copy full SHA for a8f5c05

3 files changed

+12-6Lines changed: 12 additions & 6 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.2.5
4+
5+
Released August 5th, 2014
6+
7+
- Fix leak in complete() callback of Database.each() (#307)
8+
39
## 2.2.4
410

511
Released July 14th, 2014
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"url": "https://mapbox.com/"
99
},
1010
"binary": {
11-
"module_name": "node_sqlite3",
12-
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
13-
"remote_path": "./{configuration}",
14-
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
15-
"host": "https://node-sqlite3.s3.amazonaws.com"
11+
"module_name" : "sqlite3",
12+
"module_path" : "./lib/binding/{node_abi}-{platform}-{arch}",
13+
"host" : "https://mapbox-node-binary.s3.amazonaws.com",
14+
"remote_path" : "./{module_name}/v{version}/",
15+
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
1616
},
1717
"contributors": [
1818
"Konstantin Käfer <mail@kkaefer.com>",
Collapse file

‎src/node_sqlite3.cc‎

Copy file name to clipboardExpand all lines: src/node_sqlite3.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ const char* sqlite_authorizer_string(int type) {
104104
}
105105
}
106106

107-
NODE_MODULE(node_sqlite3, RegisterModule)
107+
NODE_MODULE(sqlite3, RegisterModule)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.