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