@amplitude/analytics-node
Advanced tools
Comparing version 1.1.0 to 1.1.1-beta.0
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.1.0"; | ||
export declare const VERSION = "1.1.1-beta.0"; | ||
//# sourceMappingURL=version.d.ts.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '1.1.0'; | ||
exports.VERSION = '1.1.1-beta.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.1.0"; | ||
export declare const VERSION = "1.1.1-beta.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export var VERSION = '1.1.0'; | ||
export var VERSION = '1.1.1-beta.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@amplitude/analytics-node", | ||
"version": "1.1.0", | ||
"version": "1.1.1-beta.0", | ||
"description": "Official Amplitude SDK for NodeJS", | ||
@@ -46,3 +46,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "cbcbf1b25dabe9e34f7af7b928cbecec1cdb20ab" | ||
"gitHead": "cb1c579b9c7b0e27e3bc0fbb994565af2812eb0a" | ||
} |
@@ -54,3 +54,5 @@ <p align="center"> | ||
// Track a basic event | ||
track('Button Clicked'); | ||
track('Button Clicked', undefined, { | ||
user_id: 'user@amplitude.com', | ||
}); | ||
@@ -61,3 +63,5 @@ // Track events with additional properties | ||
}; | ||
track('Button Clicked', eventProperties); | ||
track('Button Clicked', eventProperties, { | ||
user_id: 'user@amplitude.com', | ||
}); | ||
``` | ||
@@ -64,0 +68,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
70185
165
1