@amplitude/analytics-client-common 2.4.19 → 2.4.20-pnpm-migration.0
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/package.json +18 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amplitude/analytics-client-common",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.20-pnpm-migration.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Amplitude Inc",
|
|
6
6
|
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
|
|
@@ -17,32 +17,31 @@
|
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "git+https://github.com/amplitude/Amplitude-TypeScript.git"
|
|
19
19
|
},
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@amplitude/analytics-connector": "^1.4.8",
|
|
25
|
+
"tslib": "^2.4.1",
|
|
26
|
+
"@amplitude/analytics-core": "2.35.1-pnpm-migration.0",
|
|
27
|
+
"@amplitude/analytics-types": "2.11.1-pnpm-migration.0"
|
|
28
|
+
},
|
|
29
|
+
"files": [
|
|
30
|
+
"lib"
|
|
31
|
+
],
|
|
20
32
|
"scripts": {
|
|
21
|
-
"build": "
|
|
33
|
+
"build": "pnpm build:es5 && pnpm build:esm",
|
|
22
34
|
"build:es5": "tsc -p ./tsconfig.es5.json",
|
|
23
35
|
"build:esm": "tsc -p ./tsconfig.esm.json",
|
|
24
36
|
"watch": "tsc -p ./tsconfig.esm.json --watch",
|
|
25
37
|
"clean": "rimraf node_modules lib coverage",
|
|
26
|
-
"fix": "
|
|
38
|
+
"fix": "pnpm fix:eslint & pnpm fix:prettier",
|
|
27
39
|
"fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
|
|
28
40
|
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
|
|
29
|
-
"lint": "
|
|
41
|
+
"lint": "pnpm lint:eslint & pnpm lint:prettier",
|
|
30
42
|
"lint:eslint": "eslint '{src,test}/**/*.ts'",
|
|
31
43
|
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
|
|
32
44
|
"test": "jest",
|
|
33
45
|
"typecheck": "tsc -p ./tsconfig.json"
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
"url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
|
|
37
|
-
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@amplitude/analytics-connector": "^1.4.8",
|
|
40
|
-
"@amplitude/analytics-core": "2.35.0",
|
|
41
|
-
"@amplitude/analytics-types": "^2.11.0",
|
|
42
|
-
"tslib": "^2.4.1"
|
|
43
|
-
},
|
|
44
|
-
"files": [
|
|
45
|
-
"lib"
|
|
46
|
-
],
|
|
47
|
-
"gitHead": "9b4b123bd1dfed030e6a5857de7a8ee7d52d6f40"
|
|
48
|
-
}
|
|
46
|
+
}
|
|
47
|
+
}
|