Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86cccf3

Browse files
committed
Update pg 7.2.0 => 7.3.0; rename .cc => .cpp (kriasoft#60)
1 parent c985206 commit 86cccf3

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

binding.cc renamed to binding.cpp

File renamed without changes.

binding.gyp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
{
44
"target_name": "native",
55
"sources": [
6-
"src/utils/password_hash.cc",
7-
"src/utils/password_verify.cc",
8-
"binding.cc"
6+
"src/utils/password_hash.cpp",
7+
"src/utils/password_verify.cpp",
8+
"binding.cpp"
99
],
1010
"include_dirs": [
1111
"<!@(node -p \"require('node-addon-api').include\")",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"passport-facebook": "^2.1.1",
3535
"passport-google-oauth": "^1.0.0",
3636
"passport-twitter": "^1.0.4",
37-
"pg": "^7.2.0",
37+
"pg": "^7.3.0",
3838
"pretty-error": "^2.1.1",
3939
"redis": "^2.8.0",
4040
"source-map-support": "^0.4.17",
@@ -54,7 +54,7 @@
5454
"babel-register": "^6.26.0",
5555
"chokidar": "^1.7.0",
5656
"del": "3.0.0",
57-
"eslint": "^4.6.0",
57+
"eslint": "^4.6.1",
5858
"eslint-config-airbnb-base": "^12.0.0",
5959
"eslint-config-prettier": "^2.4.0",
6060
"eslint-plugin-flowtype": "^2.35.1",
File renamed without changes.
File renamed without changes.

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@ camelcase@^3.0.0:
913913
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
914914

915915
caniuse-lite@^1.0.30000718:
916-
version "1.0.30000721"
917-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000721.tgz#931a21a7bd85016300328d21f126d84b73437d35"
916+
version "1.0.30000722"
917+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000722.tgz#8cbfe07440478e3a16ab0d3b182feef1901eab55"
918918

919919
caseless@~0.12.0:
920920
version "0.12.0"
@@ -1334,8 +1334,8 @@ detect-indent@^4.0.0:
13341334
repeating "^2.0.0"
13351335

13361336
diff@^3.2.0:
1337-
version "3.3.0"
1338-
resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.0.tgz#056695150d7aa93237ca7e378ac3b1682b7963b9"
1337+
version "3.3.1"
1338+
resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.1.tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75"
13391339

13401340
13411341
version "1.5.0"
@@ -1536,9 +1536,9 @@ eslint-scope@^3.7.1:
15361536
esrecurse "^4.1.0"
15371537
estraverse "^4.1.1"
15381538

1539-
eslint@^4.6.0:
1540-
version "4.6.0"
1541-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.6.0.tgz#98ced4a706a87abbe63207895d0023a38e250bbe"
1539+
eslint@^4.6.1:
1540+
version "4.6.1"
1541+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.6.1.tgz#ddc7fc7fd70bf93205b0b3449bb16a1e9e7d4950"
15421542
dependencies:
15431543
ajv "^5.2.0"
15441544
babel-code-frame "^6.22.0"
@@ -3600,9 +3600,9 @@ pg-types@~1.12.1:
36003600
postgres-date "~1.0.0"
36013601
postgres-interval "^1.1.0"
36023602

3603-
pg@^7.2.0:
3604-
version "7.2.0"
3605-
resolved "https://registry.yarnpkg.com/pg/-/pg-7.2.0.tgz#e92ff488b6e4ac2550ed13e80191bec3d690315c"
3603+
pg@^7.3.0:
3604+
version "7.3.0"
3605+
resolved "https://registry.yarnpkg.com/pg/-/pg-7.3.0.tgz#275e27466e54a645f6b4a16f6acadf6b849ad83b"
36063606
dependencies:
36073607
buffer-writer "1.0.1"
36083608
js-string-escape "1.0.1"

0 commit comments

Comments
 (0)