@microsoft/applicationinsights-react-native 4.3.8-nightly.2508-03 → 4.3.8

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,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights react native plugin, 4.3.8-nightly.2508-03
2
+ * Microsoft Application Insights react native plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - React Native Plugin, 4.3.8-nightly.2508-03
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.8
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,101 +1,99 @@
1
- {
2
- "name": "@microsoft/applicationinsights-react-native",
3
- "version": "4.3.8-nightly.2508-03",
4
- "description": "Microsoft Application Insights React Native Plugin",
5
- "main": "dist-esm/index.js",
6
- "exports": {
7
- ".": {
8
- "types": "./types/index.d.ts",
9
- "import": "./dist-esm/index.js",
10
- "require": "./dist/applicationinsights-react-native.js"
11
- },
12
- "./manual": {
13
- "types": "./types/manualIndex.d.ts",
14
- "import": "./dist-esm/manualIndex.js",
15
- "require": "./dist/applicationinsights-react-native.js"
16
- }
17
- },
18
- "types": "types/index.d.ts",
19
- "sideEffects": false,
20
- "author": "Microsoft Application Insights Team",
21
- "license": "MIT",
22
- "repository": {
23
- "type": "git",
24
- "url": "https://github.com/microsoft/applicationinsights-react-native"
25
- },
26
- "bugs": {
27
- "url": "https://github.com/microsoft/applicationinsights-react-native/issues"
28
- },
29
- "homepage": "https://github.com/microsoft/applicationinsights-react-native#readme",
30
- "keywords": [
31
- "performance monitoring",
32
- "application insights",
33
- "microsoft",
34
- "azure",
35
- "react native"
36
- ],
37
- "scripts": {
38
- "build": "npm run build:esm && npm run build:package && npm run dtsgen",
39
- "build:esm": "grunt reactnative",
40
- "build:package": "rollup -c",
41
- "rebuild": "npm run build",
42
- "test": "grunt reactnativetests",
43
- "mintest": "grunt reactnative-mintests",
44
- "testx": "npm run build:test && grunt reactnativetests",
45
- "lint": "tslint -p tsconfig.json",
46
- "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js \"Microsoft Application Insights react native plugin\"",
47
- "ai-min": "grunt reactnative-min",
48
- "ai-restore": "grunt reactnative-restore"
49
- },
50
- "devDependencies": {
51
- "@microsoft/ai-test-framework": "0.0.1",
52
- "@microsoft/applicationinsights-rollup-es3": "1.1.3",
53
- "@microsoft/api-extractor": "^7.18.1",
54
- "grunt": "^1.5.3",
55
- "grunt-cli": "^1.4.3",
56
- "grunt-contrib-uglify": "^5.0.1",
57
- "@nevware21/grunt-ts-plugin": "^0.4.3",
58
- "@nevware21/grunt-eslint-ts": "^0.2.2",
59
- "@typescript-eslint/eslint-plugin": "^4.28.0",
60
- "@typescript-eslint/parser": "^4.28.0",
61
- "eslint": "^7.29.0",
62
- "eslint-config-standard": "^16.0.3",
63
- "eslint-plugin-import": "^2.23.4",
64
- "eslint-plugin-node": "^11.1.0",
65
- "eslint-plugin-promise": "^5.1.0",
66
- "qunit": "^2.11.2",
67
- "react": "^18.0.0",
68
- "react-native": "^0.69.9",
69
- "globby": "^11.0.0",
70
- "magic-string": "^0.25.7",
71
- "@rollup/plugin-commonjs": "^18.0.0",
72
- "@rollup/plugin-node-resolve": "^11.2.1",
73
- "@rollup/plugin-replace": "^2.3.3",
74
- "rollup-plugin-cleanup": "^3.2.1",
75
- "rollup-plugin-peer-deps-external": "^2.2.4",
76
- "rollup": "^2.77.2",
77
- "typescript": "^4.3.4",
78
- "tslib": "^2.0.0",
79
- "uglify-js": "3.16.0"
80
- },
81
- "dependencies": {
82
- "@microsoft/applicationinsights-common": "nightly3",
83
- "@microsoft/applicationinsights-core-js": "nightly3",
84
- "@microsoft/applicationinsights-shims": "^3.0.1",
85
- "@microsoft/dynamicproto-js": "^2.0.3",
86
- "@nevware21/ts-utils": ">= 0.11.3 < 2.x"
87
- },
88
- "peerDependencies": {
89
- "tslib": "*",
90
- "react-native": "*",
91
- "react-native-device-info": ">=5.2.1"
92
- },
93
- "peerDependenciesMeta": {
94
- "react-native-device-info": {
95
- "optional": true
96
- }
97
- },
98
- "publishConfig": {
99
- "tag": "nightly"
100
- }
101
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-react-native",
3
+ "version": "4.3.8",
4
+ "description": "Microsoft Application Insights React Native Plugin",
5
+ "main": "dist-esm/index.js",
6
+ "exports": {
7
+ ".": {
8
+ "types": "./types/index.d.ts",
9
+ "import": "./dist-esm/index.js",
10
+ "require": "./dist/applicationinsights-react-native.js"
11
+ },
12
+ "./manual": {
13
+ "types": "./types/manualIndex.d.ts",
14
+ "import": "./dist-esm/manualIndex.js",
15
+ "require": "./dist/applicationinsights-react-native.js"
16
+ }
17
+ },
18
+ "types": "types/index.d.ts",
19
+ "sideEffects": false,
20
+ "author": "Microsoft Application Insights Team",
21
+ "license": "MIT",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/microsoft/applicationinsights-react-native"
25
+ },
26
+ "bugs": {
27
+ "url": "https://github.com/microsoft/applicationinsights-react-native/issues"
28
+ },
29
+ "homepage": "https://github.com/microsoft/applicationinsights-react-native#readme",
30
+ "keywords": [
31
+ "performance monitoring",
32
+ "application insights",
33
+ "microsoft",
34
+ "azure",
35
+ "react native"
36
+ ],
37
+ "scripts": {
38
+ "build": "npm run build:esm && npm run build:package && npm run dtsgen",
39
+ "build:esm": "grunt reactnative",
40
+ "build:package": "rollup -c",
41
+ "rebuild": "npm run build",
42
+ "test": "grunt reactnativetests",
43
+ "mintest": "grunt reactnative-mintests",
44
+ "testx": "npm run build:test && grunt reactnativetests",
45
+ "lint": "tslint -p tsconfig.json",
46
+ "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js \"Microsoft Application Insights react native plugin\"",
47
+ "ai-min": "grunt reactnative-min",
48
+ "ai-restore": "grunt reactnative-restore"
49
+ },
50
+ "devDependencies": {
51
+ "@microsoft/ai-test-framework": "0.0.1",
52
+ "@microsoft/applicationinsights-rollup-es3": "1.1.3",
53
+ "@microsoft/api-extractor": "^7.18.1",
54
+ "grunt": "^1.5.3",
55
+ "grunt-cli": "^1.4.3",
56
+ "grunt-contrib-uglify": "^5.0.1",
57
+ "@nevware21/grunt-ts-plugin": "^0.4.3",
58
+ "@nevware21/grunt-eslint-ts": "^0.2.2",
59
+ "@typescript-eslint/eslint-plugin": "^4.28.0",
60
+ "@typescript-eslint/parser": "^4.28.0",
61
+ "eslint": "^7.29.0",
62
+ "eslint-config-standard": "^16.0.3",
63
+ "eslint-plugin-import": "^2.23.4",
64
+ "eslint-plugin-node": "^11.1.0",
65
+ "eslint-plugin-promise": "^5.1.0",
66
+ "qunit": "^2.11.2",
67
+ "react": "^18.0.0",
68
+ "react-native": "^0.69.9",
69
+ "globby": "^11.0.0",
70
+ "magic-string": "^0.25.7",
71
+ "@rollup/plugin-commonjs": "^18.0.0",
72
+ "@rollup/plugin-node-resolve": "^11.2.1",
73
+ "@rollup/plugin-replace": "^2.3.3",
74
+ "rollup-plugin-cleanup": "^3.2.1",
75
+ "rollup-plugin-peer-deps-external": "^2.2.4",
76
+ "rollup": "^2.77.2",
77
+ "typescript": "^4.3.4",
78
+ "tslib": "^2.0.0",
79
+ "uglify-js": "3.16.0",
80
+ "@types/node": "24.0.14"
81
+ },
82
+ "dependencies": {
83
+ "@microsoft/applicationinsights-common": "^3.3.10",
84
+ "@microsoft/applicationinsights-core-js": "^3.3.10",
85
+ "@microsoft/applicationinsights-shims": "^3.0.1",
86
+ "@microsoft/dynamicproto-js": "^2.0.3",
87
+ "@nevware21/ts-utils": ">= 0.11.3 < 2.x"
88
+ },
89
+ "peerDependencies": {
90
+ "tslib": "*",
91
+ "react-native": "*",
92
+ "react-native-device-info": ">=5.2.1"
93
+ },
94
+ "peerDependenciesMeta": {
95
+ "react-native-device-info": {
96
+ "optional": true
97
+ }
98
+ }
99
+ }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }