@amplitude/analytics-react-native 1.5.31 → 1.5.33-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.
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- const VERSION = exports.VERSION = '1.5.31';
7
+ const VERSION = exports.VERSION = '1.5.33-pnpm-migration.0';
8
8
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["VERSION","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,QAAQ","ignoreList":[]}
1
+ {"version":3,"names":["VERSION","exports"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":";;;;;;AAAO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG,yBAAyB","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.5.31';
1
+ export const VERSION = '1.5.33-pnpm-migration.0';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,QAAQ","ignoreList":[]}
1
+ {"version":3,"names":["VERSION"],"sourceRoot":"../../src","sources":["version.ts"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,yBAAyB","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.5.31";
1
+ export declare const VERSION = "1.5.33-pnpm-migration.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,4BAA4B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/analytics-react-native",
3
- "version": "1.5.31",
3
+ "version": "1.5.33-pnpm-migration.0",
4
4
  "description": "Official React Native SDK",
5
5
  "keywords": [
6
6
  "analytics",
@@ -24,25 +24,6 @@
24
24
  "type": "git",
25
25
  "url": "git+https://github.com/amplitude/Amplitude-TypeScript.git"
26
26
  },
27
- "scripts": {
28
- "build": "bob build",
29
- "clean": "rimraf node_modules lib coverage",
30
- "fix": "yarn fix:eslint & yarn fix:prettier",
31
- "fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
32
- "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
33
- "lint": "yarn lint:eslint & yarn lint:prettier",
34
- "lint:eslint": "eslint '{src,test}/**/*.ts'",
35
- "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
36
- "test": "yarn test:web && yarn test:mobile",
37
- "test:web": "jest --setupFiles './test/mock/setup-web.ts'",
38
- "test:mobile": "jest --setupFiles './test/mock/setup-mobile.ts'",
39
- "typecheck": "tsc -p ./tsconfig.json",
40
- "version": "yarn version-file && yarn build",
41
- "version-file": "node -p \"'export const VERSION = \\'' + require('./package.json').version + '\\';'\" > src/version.ts",
42
- "typescript": "tsc --noEmit",
43
- "example": "yarn --cwd example",
44
- "pods": "cd example && pod-install --quiet"
45
- },
46
27
  "source": "src/index",
47
28
  "files": [
48
29
  "src",
@@ -58,10 +39,10 @@
58
39
  "url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
59
40
  },
60
41
  "dependencies": {
61
- "@amplitude/analytics-core": "2.34.1",
62
42
  "@amplitude/ua-parser-js": "^0.7.31",
63
43
  "@react-native-async-storage/async-storage": "^1.17.11",
64
- "tslib": "^2.4.1"
44
+ "tslib": "^2.4.1",
45
+ "@amplitude/analytics-core": "2.35.1-pnpm-migration.0"
65
46
  },
66
47
  "devDependencies": {
67
48
  "@types/react": "^18.0.26",
@@ -89,5 +70,23 @@
89
70
  ]
90
71
  ]
91
72
  },
92
- "gitHead": "311c2c17fc0bdfb6d6dafbd688644c543e1d2542"
93
- }
73
+ "scripts": {
74
+ "build": "bob build",
75
+ "clean": "rimraf node_modules lib coverage",
76
+ "fix": "pnpm fix:eslint & pnpm fix:prettier",
77
+ "fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
78
+ "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
79
+ "lint": "pnpm lint:eslint & pnpm lint:prettier",
80
+ "lint:eslint": "eslint '{src,test}/**/*.ts'",
81
+ "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
82
+ "test": "pnpm test:web && pnpm test:mobile",
83
+ "test:web": "jest --setupFiles './test/mock/setup-web.ts'",
84
+ "test:mobile": "jest --setupFiles './test/mock/setup-mobile.ts'",
85
+ "typecheck": "tsc -p ./tsconfig.json",
86
+ "version": "pnpm version-file && pnpm build",
87
+ "version-file": "node -p \"'export const VERSION = \\'' + require('./package.json').version + '\\';'\" > src/version.ts",
88
+ "typescript": "tsc --noEmit",
89
+ "example": "yarn --cwd example",
90
+ "pods": "cd example && pod-install --quiet"
91
+ }
92
+ }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.5.31';
1
+ export const VERSION = '1.5.33-pnpm-migration.0';