Skip to content

Commit

Permalink
Merge pull request #573 from aerospike/stage
Browse files Browse the repository at this point in the history
Nodejs-Release-5.7.0
  • Loading branch information
mcoberly2 committed Aug 16, 2023
2 parents fca26d2 + 3de77fc commit a969a6b
Show file tree
Hide file tree
Showing 54 changed files with 4,029 additions and 429 deletions.
20 changes: 18 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -91,28 +91,43 @@
'src/main/commands/batch_remove.cc',
'src/main/commands/batch_apply.cc',
'src/main/commands/batch_write_async.cc',
'src/main/commands/change_password.cc',
'src/main/commands/exists_async.cc',
'src/main/commands/get_async.cc',
'src/main/commands/index_create.cc',
'src/main/commands/index_remove.cc',
'src/main/commands/info_any.cc',
'src/main/commands/info_foreach.cc',
'src/main/commands/info_host.cc',
'src/main/commands/info_node.cc',
'src/main/commands/job_info.cc',
'src/main/commands/operate_async.cc',
'src/main/commands/privilege_grant.cc',
'src/main/commands/privilege_revoke.cc',
'src/main/commands/put_async.cc',
'src/main/commands/query_async.cc',
'src/main/commands/query_apply.cc',
'src/main/commands/query_background.cc',
'src/main/commands/query_foreach.cc',
'src/main/commands/query_pages.cc',
'src/main/commands/query_role.cc',
'src/main/commands/query_roles.cc',
'src/main/commands/query_user.cc',
'src/main/commands/query_users.cc',
'src/main/commands/role_create.cc',
'src/main/commands/role_drop.cc',
'src/main/commands/role_grant.cc',
'src/main/commands/role_revoke.cc',
'src/main/commands/role_set_quotas.cc',
'src/main/commands/role_set_whitelist.cc',
'src/main/commands/remove_async.cc',
'src/main/commands/scan_async.cc',
'src/main/commands/scan_background.cc',
'src/main/commands/scan_pages.cc',
'src/main/commands/select_async.cc',
'src/main/commands/truncate.cc',
'src/main/commands/index_create.cc',
'src/main/commands/index_remove.cc',
'src/main/commands/user_create.cc',
'src/main/commands/user_drop.cc',
'src/main/commands/udf_register.cc',
'src/main/commands/udf_remove.cc',
'src/main/enums/predicates.cc',
Expand All @@ -129,6 +144,7 @@
'src/main/enums/config_enum.cc',
'src/main/enums/exp_enum.cc',
'src/main/enums/batch_type.cc',
'src/main/enums/privilege_code.cc',
'src/main/stats.cc',
'src/main/util/conversions.cc',
'src/main/util/conversions_batch.cc',
Expand Down
250 changes: 149 additions & 101 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"main": "run.js",
"dependencies": {
"aerospike": "file:..",
"yargs": "^16.0.0"
"yargs": "^16.2.0"
}
}
Loading

0 comments on commit a969a6b

Please sign in to comment.