@amplitude/plugin-web-attribution-browser 1.0.1 → 1.0.3
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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -15,10 +15,10 @@ This package is published on NPM registry and is available to be installed using
|
|
|
15
15
|
|
|
16
16
|
```sh
|
|
17
17
|
# npm
|
|
18
|
-
npm install @amplitude/plugin-web-attribution-browser
|
|
18
|
+
npm install @amplitude/plugin-web-attribution-browser@^1.0.0
|
|
19
19
|
|
|
20
20
|
# yarn
|
|
21
|
-
yarn add @amplitude/plugin-web-attribution-browser
|
|
21
|
+
yarn add @amplitude/plugin-web-attribution-browser@^1.0.0
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amplitude/plugin-web-attribution-browser",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Amplitude Inc",
|
|
6
6
|
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@amplitude/analytics-client-common": "^1.0.
|
|
40
|
-
"@amplitude/analytics-types": "^1.
|
|
39
|
+
"@amplitude/analytics-client-common": "^1.0.2",
|
|
40
|
+
"@amplitude/analytics-types": "^1.2.0",
|
|
41
41
|
"tslib": "^2.4.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@amplitude/analytics-browser": "^1.
|
|
44
|
+
"@amplitude/analytics-browser": "^1.11.0",
|
|
45
45
|
"@rollup/plugin-commonjs": "^23.0.4",
|
|
46
46
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
47
47
|
"@rollup/plugin-typescript": "^10.0.1",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"files": [
|
|
54
54
|
"lib"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "5cfe645df26d9dc301f264ead0880dad6925a2ff"
|
|
57
57
|
}
|