@builder.io/sdk
Advanced tools
Comparing version 0.0.6 to 0.0.8
@@ -24,3 +24,3 @@ "use strict"; | ||
}); | ||
var Builder = (function () { | ||
var Builder = /** @class */ (function () { | ||
function Builder(apiKey) { | ||
@@ -27,0 +27,0 @@ if (apiKey === void 0) { apiKey = null; } |
{ | ||
"name": "@builder.io/sdk", | ||
"version": "0.0.6", | ||
"version": "0.0.8", | ||
"main": "./index.js", | ||
@@ -11,9 +11,10 @@ "types": "./index.d.ts", | ||
"dependencies": { | ||
"query-string": "^5.0.1", | ||
"rxjs": "^5.5.6", | ||
"ua-parser-js": "^0.7.17", | ||
"@types/json-stable-stringify": "^1.0.32", | ||
"@types/lodash": "^4.14.99", | ||
"@types/query-string": "^5.0.1", | ||
"@types/ua-parser-js": "^0.7.32" | ||
"@types/ua-parser-js": "^0.7.32", | ||
"lodash": "^4.17.4", | ||
"query-string": "^5.0.1", | ||
"rxjs": "^5.5.6", | ||
"ua-parser-js": "^0.7.17" | ||
}, | ||
@@ -20,0 +21,0 @@ "devDependencies": { |
8710
8
+ Addedlodash@^4.17.4
+ Addedlodash@4.17.21(transitive)