@amplitude/analytics-core 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,4 +7,4 @@
7
7
 
8
8
  # @amplitude/analytics-core
9
9
 
10
- > Internal Node package for Amplitude
10
+ Internal Node package for Amplitude
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/analytics-core",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "",
5
5
  "author": "Amplitude Inc",
6
6
  "homepage": "https://github.com/amplitude/Amplitude-TypeScript",
@@ -35,11 +35,11 @@
35
35
  "url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@amplitude/analytics-types": "^2.3.0",
38
+ "@amplitude/analytics-types": "^2.3.1",
39
39
  "tslib": "^2.4.1"
40
40
  },
41
41
  "files": [
42
42
  "lib"
43
43
  ],
44
- "gitHead": "81c39c33031554f58d1f02e374517b0ee2901c37"
44
+ "gitHead": "0d9605a8743122d897adb6bdfcb749698c98f0dc"
45
45
  }