@amplitude/analytics-node
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -9,6 +9,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
function NodeConfig(apiKey, options) { | ||
var _a; | ||
var storageProvider = options === null || options === void 0 ? void 0 : options.storageProvider; | ||
var transportProvider = (_a = options === null || options === void 0 ? void 0 : options.transportProvider) !== null && _a !== void 0 ? _a : new http_1.Http(); | ||
return _super.call(this, tslib_1.__assign(tslib_1.__assign({}, options), { apiKey: apiKey, storageProvider: storageProvider, transportProvider: transportProvider })) || this; | ||
return _super.call(this, tslib_1.__assign(tslib_1.__assign({ transportProvider: new http_1.Http() }, options), { apiKey: apiKey })) || this; | ||
} | ||
@@ -15,0 +12,0 @@ return NodeConfig; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.0.4"; | ||
export declare const VERSION = "1.0.5"; | ||
//# sourceMappingURL=version.d.ts.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '1.0.4'; | ||
exports.VERSION = '1.0.5'; | ||
//# sourceMappingURL=version.js.map |
@@ -7,6 +7,3 @@ import { __assign, __extends } from "tslib"; | ||
function NodeConfig(apiKey, options) { | ||
var _a; | ||
var storageProvider = options === null || options === void 0 ? void 0 : options.storageProvider; | ||
var transportProvider = (_a = options === null || options === void 0 ? void 0 : options.transportProvider) !== null && _a !== void 0 ? _a : new Http(); | ||
return _super.call(this, __assign(__assign({}, options), { apiKey: apiKey, storageProvider: storageProvider, transportProvider: transportProvider })) || this; | ||
return _super.call(this, __assign(__assign({ transportProvider: new Http() }, options), { apiKey: apiKey })) || this; | ||
} | ||
@@ -13,0 +10,0 @@ return NodeConfig; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.0.4"; | ||
export declare const VERSION = "1.0.5"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export var VERSION = '1.0.4'; | ||
export var VERSION = '1.0.5'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@amplitude/analytics-node", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Official Amplitude SDK for NodeJS", | ||
@@ -39,4 +39,4 @@ "author": "Amplitude Inc", | ||
"dependencies": { | ||
"@amplitude/analytics-core": "^0.11.3", | ||
"@amplitude/analytics-types": "^0.15.0", | ||
"@amplitude/analytics-core": "^0.11.4", | ||
"@amplitude/analytics-types": "^0.16.0", | ||
"tslib": "^2.4.1" | ||
@@ -47,3 +47,3 @@ }, | ||
], | ||
"gitHead": "dba664d43a3a7c758b694ce36edc5da61dab29e1" | ||
"gitHead": "e9b73ad53882d499ca14e3d53e8885825554d0d9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
69571
455
- Removed@amplitude/analytics-types@0.15.0(transitive)