@amplitude/plugin-page-url-enrichment-browser 0.5.8 → 0.5.10-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.
@@ -1 +1 @@
1
- {"version":3,"file":"page-url-enrichment.d.ts","sourceRoot":"","sources":["../../src/page-url-enrichment.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,gBAAgB,EAMrB,wBAAwB,EAGzB,MAAM,2BAA2B,CAAC;AAEnC,eAAO,MAAM,wBAAwB,qBAAqB,CAAC;AAC3D,eAAO,MAAM,yBAAyB,sBAAsB,CAAC;AAC7D,eAAO,MAAM,oBAAoB,iBAAiB,CAAC;AAEnD,MAAM,MAAM,OAAO,GAAG;IACpB,CAAC,wBAAwB,CAAC,CAAC,EAAE,MAAM,CAAC;IACpC,CAAC,yBAAyB,CAAC,CAAC,EAAE,MAAM,CAAC;CACtC,CAAC;AAQF,eAAO,MAAM,4BAA4B,aAIvC,CAAC;AAEH,eAAO,MAAM,0BAA0B,WAAY,OAAO,KAAG,OAQ5D,CAAC;AAEF,eAAO,MAAM,uBAAuB,yBAA8B,wBAAwB,KAAQ,gBA+KjG,CAAC"}
1
+ {"version":3,"file":"page-url-enrichment.d.ts","sourceRoot":"","sources":["../../src/page-url-enrichment.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,gBAAgB,EAMrB,wBAAwB,EAGzB,MAAM,2BAA2B,CAAC;AAEnC,eAAO,MAAM,wBAAwB,qBAAqB,CAAC;AAC3D,eAAO,MAAM,yBAAyB,sBAAsB,CAAC;AAC7D,eAAO,MAAM,oBAAoB,iBAAiB,CAAC;AAEnD,MAAM,MAAM,OAAO,GAAG;IACpB,CAAC,wBAAwB,CAAC,CAAC,EAAE,MAAM,CAAC;IACpC,CAAC,yBAAyB,CAAC,CAAC,EAAE,MAAM,CAAC;CACtC,CAAC;AAQF,eAAO,MAAM,4BAA4B,aAIvC,CAAC;AAEH,eAAO,MAAM,0BAA0B,GAAI,QAAQ,OAAO,KAAG,OAQ5D,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,sBAA0B,wBAA6B,KAAG,gBA+KjG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/plugin-page-url-enrichment-browser",
3
- "version": "0.5.8",
3
+ "version": "0.5.10-fake-branch-1141.0",
4
4
  "description": "",
5
5
  "author": "Amplitude Inc",
6
6
  "homepage": "https://github.com/amplitude/Amplitude-TypeScript",
@@ -17,28 +17,12 @@
17
17
  "type": "git",
18
18
  "url": "git+https://github.com/amplitude/Amplitude-TypeScript.git"
19
19
  },
20
- "scripts": {
21
- "build": "yarn bundle && yarn build:es5 && yarn build:esm",
22
- "bundle": "rollup --config rollup.config.js",
23
- "build:es5": "tsc -p ./tsconfig.es5.json",
24
- "build:esm": "tsc -p ./tsconfig.esm.json",
25
- "watch": "tsc -p ./tsconfig.esm.json --watch",
26
- "clean": "rimraf node_modules lib coverage",
27
- "fix": "yarn fix:eslint & yarn fix:prettier",
28
- "fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
29
- "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
30
- "lint": "yarn lint:eslint & yarn lint:prettier",
31
- "lint:eslint": "eslint '{src,test}/**/*.ts'",
32
- "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
33
- "test": "jest",
34
- "typecheck": "tsc -p ./tsconfig.json"
35
- },
36
20
  "bugs": {
37
21
  "url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
38
22
  },
39
23
  "dependencies": {
40
- "@amplitude/analytics-core": "2.34.1",
41
- "tslib": "^2.4.1"
24
+ "tslib": "^2.4.1",
25
+ "@amplitude/analytics-core": "2.35.1-fake-branch-1141.0"
42
26
  },
43
27
  "devDependencies": {
44
28
  "@rollup/plugin-commonjs": "^23.0.4",
@@ -52,5 +36,20 @@
52
36
  "files": [
53
37
  "lib"
54
38
  ],
55
- "gitHead": "3c631f7b696bdef9e85185f8b12c071067b90db1"
56
- }
39
+ "scripts": {
40
+ "build": "pnpm bundle && pnpm build:es5 && pnpm build:esm",
41
+ "bundle": "rollup --config rollup.config.js",
42
+ "build:es5": "tsc -p ./tsconfig.es5.json",
43
+ "build:esm": "tsc -p ./tsconfig.esm.json",
44
+ "watch": "tsc -p ./tsconfig.esm.json --watch",
45
+ "clean": "rimraf node_modules lib coverage",
46
+ "fix": "pnpm fix:eslint & pnpm fix:prettier",
47
+ "fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
48
+ "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
49
+ "lint": "pnpm lint:eslint & pnpm lint:prettier",
50
+ "lint:eslint": "eslint '{src,test}/**/*.ts'",
51
+ "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
52
+ "test": "jest",
53
+ "typecheck": "tsc -p ./tsconfig.json"
54
+ }
55
+ }