@microsoft/applicationinsights-properties-js 3.0.0-beta.2303-11 → 3.0.0-beta.2304-09
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/browser/es5/ai.props.3.0.0-beta.2304-09.cjs.js +3990 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.cjs.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.cjs.min.js +6 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.cjs.min.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.gbl.js +3994 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.gbl.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.gbl.min.js +6 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.gbl.min.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.integrity.json +66 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.js +3996 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.min.js +6 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-09.min.js.map +1 -0
- package/browser/es5/ai.props.3.cjs.js +3990 -0
- package/browser/es5/ai.props.3.cjs.js.map +1 -0
- package/browser/es5/ai.props.3.cjs.min.js +6 -0
- package/browser/es5/ai.props.3.cjs.min.js.map +1 -0
- package/browser/es5/ai.props.3.gbl.js +3994 -0
- package/browser/es5/ai.props.3.gbl.js.map +1 -0
- package/browser/es5/ai.props.3.gbl.min.js +6 -0
- package/browser/es5/ai.props.3.gbl.min.js.map +1 -0
- package/{dist/applicationinsights-properties-js.js → browser/es5/ai.props.3.js} +858 -828
- package/browser/es5/ai.props.3.js.map +1 -0
- package/browser/es5/ai.props.3.min.js +6 -0
- package/browser/es5/ai.props.3.min.js.map +1 -0
- package/{browser → dist/es5}/applicationinsights-properties-js.js +857 -827
- package/dist/es5/applicationinsights-properties-js.js.map +1 -0
- package/dist/es5/applicationinsights-properties-js.min.js +6 -0
- package/dist/es5/applicationinsights-properties-js.min.js.map +1 -0
- package/{dist-esm → dist-es5}/Context/Application.js +1 -1
- package/{dist-esm → dist-es5}/Context/Device.js +1 -1
- package/{dist-esm → dist-es5}/Context/Internal.js +1 -1
- package/{dist-esm → dist-es5}/Context/Location.js +1 -1
- package/{dist-esm → dist-es5}/Context/Session.js +1 -1
- package/{dist-esm → dist-es5}/Context/TelemetryTrace.js +1 -1
- package/{dist-esm → dist-es5}/Context/User.js +1 -1
- package/{dist-esm → dist-es5}/Interfaces/IPropTelemetryContext.js +1 -1
- package/{dist-esm → dist-es5}/Interfaces/IPropertiesConfig.js +1 -1
- package/{dist-esm → dist-es5}/PropertiesPlugin.js +1 -1
- package/{dist-esm → dist-es5}/TelemetryContext.js +1 -1
- package/{dist-esm → dist-es5}/__DynamicConstants.js +1 -1
- package/{dist-esm → dist-es5}/applicationinsights-properties-js.js +1 -1
- package/package.json +17 -16
- package/tsconfig.json +4 -3
- package/types/applicationinsights-properties-js.d.ts +161 -6
- package/{dist/applicationinsights-properties-js.d.ts → types/applicationinsights-properties-js.namespaced.d.ts} +1 -1
- package/browser/applicationinsights-properties-js.integrity.json +0 -26
- package/browser/applicationinsights-properties-js.js.map +0 -1
- package/browser/applicationinsights-properties-js.min.js +0 -6
- package/browser/applicationinsights-properties-js.min.js.map +0 -1
- package/dist/applicationinsights-properties-js.api.json +0 -3120
- package/dist/applicationinsights-properties-js.api.md +0 -173
- package/dist/applicationinsights-properties-js.js.map +0 -1
- package/dist/applicationinsights-properties-js.min.js +0 -6
- package/dist/applicationinsights-properties-js.min.js.map +0 -1
- package/dist/applicationinsights-properties-js.rollup.d.ts +0 -162
- package/src/Context/Application.ts +0 -16
- package/src/Context/Device.ts +0 -49
- package/src/Context/Internal.ts +0 -49
- package/src/Context/Location.ts +0 -12
- package/src/Context/Session.ts +0 -257
- package/src/Context/TelemetryTrace.ts +0 -26
- package/src/Context/User.ts +0 -233
- package/src/Interfaces/IPropTelemetryContext.ts +0 -21
- package/src/Interfaces/IPropertiesConfig.ts +0 -19
- package/src/PropertiesPlugin.ts +0 -183
- package/src/TelemetryContext.ts +0 -233
- package/src/__DynamicConstants.ts +0 -41
- package/src/applicationinsights-properties-js.ts +0 -10
- package/types/Context/Application.d.ts +0 -11
- package/types/Context/Device.d.ts +0 -31
- package/types/Context/Internal.d.ts +0 -30
- package/types/Context/Location.d.ts +0 -7
- package/types/Context/Session.d.ts +0 -42
- package/types/Context/TelemetryTrace.d.ts +0 -10
- package/types/Context/User.d.ts +0 -59
- package/types/Interfaces/IPropTelemetryContext.d.ts +0 -16
- package/types/Interfaces/IPropertiesConfig.d.ts +0 -16
- package/types/PropertiesPlugin.d.ts +0 -19
- package/types/TelemetryContext.d.ts +0 -34
- package/types/__DynamicConstants.d.ts +0 -29
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm → dist-es5}/Context/Application.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/Device.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/Internal.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/Location.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/Session.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/TelemetryTrace.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/User.js.map +0 -0
- /package/{dist-esm → dist-es5}/Interfaces/IPropTelemetryContext.js.map +0 -0
- /package/{dist-esm → dist-es5}/Interfaces/IPropertiesConfig.js.map +0 -0
- /package/{dist-esm → dist-es5}/PropertiesPlugin.js.map +0 -0
- /package/{dist-esm → dist-es5}/TelemetryContext.js.map +0 -0
- /package/{dist-esm → dist-es5}/__DynamicConstants.js.map +0 -0
- /package/{dist-esm → dist-es5}/applicationinsights-properties-js.js.map +0 -0
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-properties-js",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.2304-09",
|
|
4
4
|
"description": "Microsoft Application Insights properties (Part A) plugin",
|
|
5
5
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
6
|
"author": "Microsoft Application Insights Team",
|
|
7
|
-
"main": "dist/applicationinsights-properties-js.js",
|
|
8
|
-
"module": "dist-
|
|
7
|
+
"main": "dist/es5/applicationinsights-properties-js.js",
|
|
8
|
+
"module": "dist-es5/applicationinsights-properties-js.js",
|
|
9
9
|
"types": "types/applicationinsights-properties-js.d.ts",
|
|
10
10
|
"sideEffects": false,
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/
|
|
13
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-properties-js"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
16
|
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
17
17
|
"build:esm": "grunt properties",
|
|
18
|
-
"build:browser": "rollup -c",
|
|
18
|
+
"build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
19
19
|
"rebuild": "npm run build",
|
|
20
20
|
"test": "grunt propertiestests",
|
|
21
21
|
"mintest": "grunt properties-mintests",
|
|
@@ -23,12 +23,13 @@
|
|
|
23
23
|
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights properties plugin\"",
|
|
24
24
|
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
25
25
|
"ai-min": "grunt properties-min",
|
|
26
|
-
"ai-restore": "grunt properties-restore"
|
|
26
|
+
"ai-restore": "grunt properties-restore",
|
|
27
|
+
"npm-pack": "npm pack"
|
|
27
28
|
},
|
|
28
29
|
"devDependencies": {
|
|
29
30
|
"@microsoft/ai-test-framework": "0.0.1",
|
|
30
31
|
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
31
|
-
"@microsoft/applicationinsights-rollup-es5": "1.0.
|
|
32
|
+
"@microsoft/applicationinsights-rollup-es5": "1.0.1",
|
|
32
33
|
"@microsoft/api-extractor": "^7.18.1",
|
|
33
34
|
"typescript": "^4.9.3",
|
|
34
35
|
"tslib": "^2.0.0",
|
|
@@ -40,11 +41,11 @@
|
|
|
40
41
|
"globby": "^11.0.0",
|
|
41
42
|
"magic-string": "^0.25.7",
|
|
42
43
|
"pako": "^2.0.3",
|
|
43
|
-
"@rollup/plugin-commonjs": "^
|
|
44
|
-
"@rollup/plugin-node-resolve": "^
|
|
45
|
-
"@rollup/plugin-replace": "^
|
|
44
|
+
"@rollup/plugin-commonjs": "^24.0.0",
|
|
45
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
46
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
46
47
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
47
|
-
"rollup": "^
|
|
48
|
+
"rollup": "^3.20.0",
|
|
48
49
|
"qunit": "^2.11.2",
|
|
49
50
|
"sinon": "^7.3.1"
|
|
50
51
|
},
|
|
@@ -52,11 +53,11 @@
|
|
|
52
53
|
"tslib": "*"
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
|
-
"@microsoft/dynamicproto-js": "^
|
|
56
|
-
"@microsoft/applicationinsights-shims": "
|
|
57
|
-
"@microsoft/applicationinsights-core-js": "3.0.0-beta.
|
|
58
|
-
"@microsoft/applicationinsights-common": "3.0.0-beta.
|
|
59
|
-
"@nevware21/ts-utils": ">= 0.
|
|
56
|
+
"@microsoft/dynamicproto-js": "^2.0.2",
|
|
57
|
+
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
58
|
+
"@microsoft/applicationinsights-core-js": "3.0.0-beta.2304-09",
|
|
59
|
+
"@microsoft/applicationinsights-common": "3.0.0-beta.2304-09",
|
|
60
|
+
"@nevware21/ts-utils": ">= 0.9.4 < 2.x"
|
|
60
61
|
},
|
|
61
62
|
"license": "MIT",
|
|
62
63
|
"publishConfig": {
|
package/tsconfig.json
CHANGED
|
@@ -14,9 +14,10 @@
|
|
|
14
14
|
"skipLibCheck": true,
|
|
15
15
|
"forceConsistentCasingInFileNames": true,
|
|
16
16
|
"declaration": true,
|
|
17
|
-
"declarationDir": "
|
|
18
|
-
"outDir": "dist-
|
|
19
|
-
"rootDir": "
|
|
17
|
+
"declarationDir": "build/types",
|
|
18
|
+
"outDir": "dist-es5",
|
|
19
|
+
"rootDir": "./src",
|
|
20
|
+
"removeComments": false
|
|
20
21
|
},
|
|
21
22
|
"include": [
|
|
22
23
|
"./src/**/*.ts"
|
|
@@ -1,6 +1,161 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
/*
|
|
2
|
+
* Microsoft Application Insights properties plugin, 3.0.0-beta.2304-09
|
|
3
|
+
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
+
*
|
|
5
|
+
* Microsoft Application Insights Team
|
|
6
|
+
* https://github.com/microsoft/ApplicationInsights-JS#readme
|
|
7
|
+
*
|
|
8
|
+
* ---------------------------------------------------------------------------
|
|
9
|
+
* This is a single combined (rollup) declaration file for the package,
|
|
10
|
+
* if you require a namespace wrapped version it is also available.
|
|
11
|
+
* - Namespaced version: types/applicationinsights-properties-js.namespaced.d.ts
|
|
12
|
+
* ---------------------------------------------------------------------------
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { BaseTelemetryPlugin } from '@microsoft/applicationinsights-core-js';
|
|
16
|
+
import { IAppInsightsCore } from '@microsoft/applicationinsights-core-js';
|
|
17
|
+
import { IApplication } from '@microsoft/applicationinsights-common';
|
|
18
|
+
import { IConfig } from '@microsoft/applicationinsights-common';
|
|
19
|
+
import { IConfiguration } from '@microsoft/applicationinsights-core-js';
|
|
20
|
+
import { IDevice } from '@microsoft/applicationinsights-common';
|
|
21
|
+
import { IDiagnosticLogger } from '@microsoft/applicationinsights-core-js';
|
|
22
|
+
import { IDistributedTraceContext } from '@microsoft/applicationinsights-core-js';
|
|
23
|
+
import { IInternal } from '@microsoft/applicationinsights-common';
|
|
24
|
+
import { ILocation } from '@microsoft/applicationinsights-common';
|
|
25
|
+
import { IOperatingSystem } from '@microsoft/applicationinsights-common';
|
|
26
|
+
import { IPlugin } from '@microsoft/applicationinsights-core-js';
|
|
27
|
+
import { IProcessTelemetryContext } from '@microsoft/applicationinsights-core-js';
|
|
28
|
+
import { IPropertiesPlugin } from '@microsoft/applicationinsights-common';
|
|
29
|
+
import { ISession } from '@microsoft/applicationinsights-common';
|
|
30
|
+
import { ITelemetryContext } from '@microsoft/applicationinsights-common';
|
|
31
|
+
import { ITelemetryItem } from '@microsoft/applicationinsights-core-js';
|
|
32
|
+
import { ITelemetryPluginChain } from '@microsoft/applicationinsights-core-js';
|
|
33
|
+
import { ITelemetryTrace } from '@microsoft/applicationinsights-common';
|
|
34
|
+
import { ITraceState } from '@microsoft/applicationinsights-common';
|
|
35
|
+
import { IUnloadHookContainer } from '@microsoft/applicationinsights-core-js';
|
|
36
|
+
import { IUserContext } from '@microsoft/applicationinsights-common';
|
|
37
|
+
import { IWeb } from '@microsoft/applicationinsights-common';
|
|
38
|
+
|
|
39
|
+
declare interface IPropertiesConfig {
|
|
40
|
+
readonly accountId: string;
|
|
41
|
+
readonly sessionRenewalMs: number;
|
|
42
|
+
readonly samplingPercentage: number;
|
|
43
|
+
readonly sessionExpirationMs: number;
|
|
44
|
+
readonly cookieDomain: string;
|
|
45
|
+
readonly sdkExtension: string;
|
|
46
|
+
readonly isBrowserLinkTrackingEnabled: boolean;
|
|
47
|
+
readonly appId: string;
|
|
48
|
+
readonly getSessionId: string;
|
|
49
|
+
readonly namePrefix: string;
|
|
50
|
+
readonly sessionCookiePostfix: string;
|
|
51
|
+
readonly userCookiePostfix: string;
|
|
52
|
+
readonly idLength: number;
|
|
53
|
+
readonly getNewId: (idLength?: number) => string;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export declare interface IPropTelemetryContext extends ITelemetryContext {
|
|
57
|
+
readonly sessionManager: SessionManager;
|
|
58
|
+
applySessionContext(evt: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
59
|
+
applyOperatingSystemContxt(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
60
|
+
applyApplicationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
61
|
+
applyDeviceContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
62
|
+
applyInternalContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
63
|
+
applyLocationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
64
|
+
applyOperationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
65
|
+
applyWebContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
66
|
+
applyUserContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
67
|
+
cleanUp(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export declare interface ISessionConfig {
|
|
71
|
+
readonly sessionRenewalMs?: number;
|
|
72
|
+
readonly sessionExpirationMs?: number;
|
|
73
|
+
readonly namePrefix?: string;
|
|
74
|
+
readonly sessionCookiePostfix?: string;
|
|
75
|
+
readonly idLength?: number;
|
|
76
|
+
readonly getNewId?: (idLength?: number) => string;
|
|
77
|
+
/**
|
|
78
|
+
* @deprecated Avoid using this value to override the cookie manager cookie domain.
|
|
79
|
+
*/
|
|
80
|
+
cookieDomain?: string;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export declare class PropertiesPlugin extends BaseTelemetryPlugin implements IPropertiesPlugin {
|
|
84
|
+
context: IPropTelemetryContext;
|
|
85
|
+
priority: number;
|
|
86
|
+
identifier: string;
|
|
87
|
+
constructor();
|
|
88
|
+
initialize(config: IConfiguration & IConfig, core: IAppInsightsCore, extensions: IPlugin[], pluginChain?: ITelemetryPluginChain): void;
|
|
89
|
+
/**
|
|
90
|
+
* Add Part A fields to the event
|
|
91
|
+
* @param event - The event that needs to be processed
|
|
92
|
+
*/
|
|
93
|
+
processTelemetry(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export declare class Session implements ISession {
|
|
97
|
+
/**
|
|
98
|
+
* The session ID.
|
|
99
|
+
*/
|
|
100
|
+
id?: string;
|
|
101
|
+
/**
|
|
102
|
+
* The date at which this guid was generated.
|
|
103
|
+
* Per the spec the ID will be regenerated if more than acquisitionSpan milliseconds elapsed from this time.
|
|
104
|
+
*/
|
|
105
|
+
acquisitionDate?: number;
|
|
106
|
+
/**
|
|
107
|
+
* The date at which this session ID was last reported.
|
|
108
|
+
* This value should be updated whenever telemetry is sent using this ID.
|
|
109
|
+
* Per the spec the ID will be regenerated if more than renewalSpan milliseconds elapse from this time with no activity.
|
|
110
|
+
*/
|
|
111
|
+
renewalDate?: number;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export declare class SessionManager {
|
|
115
|
+
automaticSession: Session;
|
|
116
|
+
constructor(config: ISessionConfig, core?: IAppInsightsCore, unloadHookContainer?: IUnloadHookContainer);
|
|
117
|
+
update(): void;
|
|
118
|
+
/**
|
|
119
|
+
* Record the current state of the automatic session and store it in our cookie string format
|
|
120
|
+
* into the browser's local storage. This is used to restore the session data when the cookie
|
|
121
|
+
* expires.
|
|
122
|
+
*/
|
|
123
|
+
backup(): void;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export declare class TelemetryContext implements IPropTelemetryContext {
|
|
127
|
+
application: IApplication;
|
|
128
|
+
device: IDevice;
|
|
129
|
+
location: ILocation;
|
|
130
|
+
telemetryTrace: ITelemetryTrace;
|
|
131
|
+
user: IUserContext;
|
|
132
|
+
internal: IInternal;
|
|
133
|
+
session: ISession;
|
|
134
|
+
sessionManager: SessionManager;
|
|
135
|
+
os: IOperatingSystem;
|
|
136
|
+
web: IWeb;
|
|
137
|
+
appId: () => string;
|
|
138
|
+
getSessionId: () => string;
|
|
139
|
+
constructor(core: IAppInsightsCore, defaultConfig: IPropertiesConfig, previousTraceCtx?: IDistributedTraceContext, unloadHookContainer?: IUnloadHookContainer);
|
|
140
|
+
applySessionContext(evt: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
141
|
+
applyOperatingSystemContxt(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
142
|
+
applyApplicationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
143
|
+
applyDeviceContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
144
|
+
applyInternalContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
145
|
+
applyLocationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
146
|
+
applyOperationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
147
|
+
applyWebContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
148
|
+
applyUserContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
149
|
+
cleanUp(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export declare class TelemetryTrace implements ITelemetryTrace {
|
|
153
|
+
traceID: string;
|
|
154
|
+
parentID: string;
|
|
155
|
+
traceState: ITraceState;
|
|
156
|
+
traceFlags: number;
|
|
157
|
+
name: string;
|
|
158
|
+
constructor(id?: string, parentId?: string, name?: string, logger?: IDiagnosticLogger);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
export { }
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "applicationinsights-properties-js",
|
|
3
|
-
"version": "3.0.0-beta.2303-11",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@js": {
|
|
6
|
-
"file": "applicationinsights-properties-js.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-c6mmscYNR/Hs4EwZSSnnc70VMSCyd2ycmLRMvRZ+4v8= sha384-AGxfIr4zXy8WZX9V2rRTtIZuFp3riBx3AREAVcaWSXqXlG4U2HmGlbmaMobcl/QX sha512-NHHp/3oRLMHOPnBZwqBh8GjgrOyfCL85gZ1dEcQHtvFFOxsRAQOiKR3v/wjkkv89mRr7PxjU/4ebAZV+pMTGYg==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "c6mmscYNR/Hs4EwZSSnnc70VMSCyd2ycmLRMvRZ+4v8=",
|
|
11
|
-
"sha384": "AGxfIr4zXy8WZX9V2rRTtIZuFp3riBx3AREAVcaWSXqXlG4U2HmGlbmaMobcl/QX",
|
|
12
|
-
"sha512": "NHHp/3oRLMHOPnBZwqBh8GjgrOyfCL85gZ1dEcQHtvFFOxsRAQOiKR3v/wjkkv89mRr7PxjU/4ebAZV+pMTGYg=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@min.js": {
|
|
16
|
-
"file": "applicationinsights-properties-js.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-1BMjX04PV2nB7OVGIm1GzZ83BJdKr0J5216ia3M0Ncg= sha384-XceFaFbRfjpamRtACaoGfCHz07x25OWMxi2foU4hkwmOxgPBGoJGrY3wKqBytJ9Z sha512-mD5KKuAMy5kdXdXDafzHk/87vRVQfgwWhDH5VUMBFO0oGMHPvk+qakhf0XzQuoOZx/T0RKSgGbFV68AXGvy+Ow==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "1BMjX04PV2nB7OVGIm1GzZ83BJdKr0J5216ia3M0Ncg=",
|
|
21
|
-
"sha384": "XceFaFbRfjpamRtACaoGfCHz07x25OWMxi2foU4hkwmOxgPBGoJGrY3wKqBytJ9Z",
|
|
22
|
-
"sha512": "mD5KKuAMy5kdXdXDafzHk/87vRVQfgwWhDH5VUMBFO0oGMHPvk+qakhf0XzQuoOZx/T0RKSgGbFV68AXGvy+Ow=="
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|