Comparing version 2.1.0 to 3.0.0
# Rockset Node Client Changelog | ||
## v3.0.0 2020-02-24 | ||
- support for Query Lambdas | ||
## v2.0.0 2020-01-14 | ||
@@ -4,0 +7,0 @@ - support promises |
@@ -17,3 +17,4 @@ import * as api from "./codegen/api"; | ||
queries: api.QueriesApi; | ||
queryLambdas: api.QueryLambdasApi; | ||
}; | ||
export default rocksetConfigure; |
@@ -86,3 +86,4 @@ "use strict"; | ||
orgs: new api.OrganizationsApi({}, host, authFetch), | ||
queries: new api.QueriesApi({}, host, authFetch) | ||
queries: new api.QueriesApi({}, host, authFetch), | ||
queryLambdas: new api.QueryLambdasApi({}, host, authFetch), | ||
}; | ||
@@ -89,0 +90,0 @@ }; |
{ | ||
"name": "rockset", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "description": "Client for querying Rockset and interacting with the Rockset API.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
377153
7873