@amplitude/analytics-types 2.11.0 → 2.11.1-fake-branch-1141.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.
Files changed (1) hide show
  1. package/package.json +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/analytics-types",
3
- "version": "2.11.0",
3
+ "version": "2.11.1-fake-branch-1141.0",
4
4
  "description": "",
5
5
  "author": "Amplitude Inc",
6
6
  "homepage": "https://github.com/amplitude/Amplitude-TypeScript",
@@ -17,24 +17,23 @@
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
+ "files": [
24
+ "lib"
25
+ ],
20
26
  "scripts": {
21
- "build": "yarn build:es5 & yarn build:esm",
27
+ "build": "pnpm build:es5 & pnpm build:esm",
22
28
  "build:es5": "tsc -p ./tsconfig.es5.json",
23
29
  "build:esm": "tsc -p ./tsconfig.esm.json",
24
30
  "watch": "tsc -p ./tsconfig.esm.json --watch",
25
31
  "clean": "rimraf lib",
26
- "fix": "yarn fix:eslint & yarn fix:prettier",
32
+ "fix": "pnpm fix:eslint & pnpm fix:prettier",
27
33
  "fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
28
34
  "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
29
- "lint": "yarn lint:eslint & yarn lint:prettier",
35
+ "lint": "pnpm lint:eslint & pnpm lint:prettier",
30
36
  "lint:eslint": "eslint '{src,test}/**/*.ts'",
31
37
  "lint:prettier": "prettier --check \"{src,test}/**/*.ts\""
32
- },
33
- "bugs": {
34
- "url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
35
- },
36
- "files": [
37
- "lib"
38
- ],
39
- "gitHead": "04ae10cec19fb4b9e31415aaa13858acdaf06a28"
40
- }
38
+ }
39
+ }