@microsoft/1ds-post-js 4.3.6-nightly3.2502-14 → 4.3.6
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/bundle/es5/{ms.post-4.3.6-nightly3.2502-14.gbl.js → ms.post-4.3.6.gbl.js} +148 -187
- package/bundle/es5/ms.post-4.3.6.gbl.js.map +1 -0
- package/bundle/es5/ms.post-4.3.6.gbl.min.js +7 -0
- package/bundle/es5/ms.post-4.3.6.gbl.min.js.map +1 -0
- package/bundle/es5/ms.post-4.3.6.integrity.json +46 -0
- package/bundle/es5/{ms.post-4.3.6-nightly3.2502-14.js → ms.post-4.3.6.js} +148 -187
- package/bundle/es5/ms.post-4.3.6.js.map +1 -0
- package/bundle/es5/ms.post-4.3.6.min.js +7 -0
- package/bundle/es5/ms.post-4.3.6.min.js.map +1 -0
- package/bundle/es5/ms.post.gbl.js +147 -186
- package/bundle/es5/ms.post.gbl.js.map +1 -1
- package/bundle/es5/ms.post.gbl.min.js +2 -2
- package/bundle/es5/ms.post.gbl.min.js.map +1 -1
- package/bundle/es5/ms.post.integrity.json +17 -17
- package/bundle/es5/ms.post.js +147 -186
- package/bundle/es5/ms.post.js.map +1 -1
- package/bundle/es5/ms.post.min.js +2 -2
- package/bundle/es5/ms.post.min.js.map +1 -1
- package/dist/es5/ms.post.js +145 -184
- package/dist/es5/ms.post.js.map +1 -1
- package/dist/es5/ms.post.min.js +2 -2
- package/dist/es5/ms.post.min.js.map +1 -1
- package/dist-es5/BatchNotificationActions.js +1 -1
- package/dist-es5/ClockSkewManager.js +3 -3
- package/dist-es5/ClockSkewManager.js.map +1 -1
- package/dist-es5/DataModels.js +1 -1
- package/dist-es5/EventBatch.js +3 -3
- package/dist-es5/EventBatch.js.map +1 -1
- package/dist-es5/HttpManager.js +18 -18
- package/dist-es5/HttpManager.js.map +1 -1
- package/dist-es5/Index.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/KillSwitch.js +1 -1
- package/dist-es5/PostChannel.js +23 -23
- package/dist-es5/PostChannel.js.map +1 -1
- package/dist-es5/RetryPolicy.js +4 -3
- package/dist-es5/RetryPolicy.js.map +1 -1
- package/dist-es5/Serializer.js +3 -3
- package/dist-es5/Serializer.js.map +1 -1
- package/dist-es5/TimeoutOverrideWrapper.js +1 -1
- package/dist-es5/__DynamicConstants.js +9 -25
- package/dist-es5/__DynamicConstants.js.map +1 -1
- package/dist-es5/typings/XDomainRequest.js +1 -1
- package/package.json +64 -67
- package/types/1ds-post-js.d.ts +1 -1
- package/types/1ds-post-js.namespaced.d.ts +1 -1
- package/bundle/es5/ms.post-4.3.6-nightly3.2502-14.gbl.js.map +0 -1
- package/bundle/es5/ms.post-4.3.6-nightly3.2502-14.gbl.min.js +0 -7
- package/bundle/es5/ms.post-4.3.6-nightly3.2502-14.gbl.min.js.map +0 -1
- package/bundle/es5/ms.post-4.3.6-nightly3.2502-14.integrity.json +0 -46
- package/bundle/es5/ms.post-4.3.6-nightly3.2502-14.js.map +0 -1
- package/bundle/es5/ms.post-4.3.6-nightly3.2502-14.min.js +0 -7
- package/bundle/es5/ms.post-4.3.6-nightly3.2502-14.min.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* 1DS JS SDK POST plugin, 4.3.6
|
|
2
|
+
* 1DS JS SDK POST plugin, 4.3.6
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
* (Microsoft Internal Only)
|
|
5
5
|
*/
|
|
@@ -9,25 +9,23 @@
|
|
|
9
9
|
// ##############################################################
|
|
10
10
|
// AUTO GENERATED FILE: This file is Auto Generated during build.
|
|
11
11
|
// ##############################################################
|
|
12
|
-
//
|
|
13
|
-
// Note: DON'T Export these const from the package as we are still targeting
|
|
14
|
-
//
|
|
12
|
+
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
13
|
+
// Note: DON'T Export these const from the package as we are still targeting ES5 which can result in a mutable variables that someone could change!!!
|
|
14
|
+
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
15
15
|
export var _DYN_ALLOW_REQUEST_SENDIN0 = "allowRequestSending"; // Count: 3
|
|
16
|
-
export var _DYN_FIRST_REQUEST_SENT = "firstRequestSent"; // Count: 2
|
|
17
16
|
export var _DYN_SHOULD_ADD_CLOCK_SKE1 = "shouldAddClockSkewHeaders"; // Count: 2
|
|
18
17
|
export var _DYN_GET_CLOCK_SKEW_HEADE2 = "getClockSkewHeaderValue"; // Count: 2
|
|
19
18
|
export var _DYN_SET_CLOCK_SKEW = "setClockSkew"; // Count: 3
|
|
20
19
|
export var _DYN_LENGTH = "length"; // Count: 38
|
|
21
20
|
export var _DYN_CONCAT = "concat"; // Count: 7
|
|
22
|
-
export var _DYN_I_KEY = "iKey"; // Count:
|
|
21
|
+
export var _DYN_I_KEY = "iKey"; // Count: 10
|
|
23
22
|
export var _DYN_COUNT = "count"; // Count: 19
|
|
24
23
|
export var _DYN_EVENTS = "events"; // Count: 8
|
|
25
24
|
export var _DYN_PUSH = "push"; // Count: 15
|
|
26
25
|
export var _DYN_SPLIT = "split"; // Count: 6
|
|
27
|
-
export var _DYN_SPLICE = "splice"; // Count: 4
|
|
28
26
|
export var _DYN_TO_LOWER_CASE = "toLowerCase"; // Count: 3
|
|
29
27
|
export var _DYN_HDRS = "hdrs"; // Count: 7
|
|
30
|
-
export var _DYN_USE_HDRS = "useHdrs"; // Count:
|
|
28
|
+
export var _DYN_USE_HDRS = "useHdrs"; // Count: 4
|
|
31
29
|
export var _DYN_INITIALIZE = "initialize"; // Count: 5
|
|
32
30
|
export var _DYN_SET_TIMEOUT_OVERRIDE = "setTimeoutOverride"; // Count: 3
|
|
33
31
|
export var _DYN_CLEAR_TIMEOUT_OVERRI3 = "clearTimeoutOverride"; // Count: 3
|
|
@@ -35,54 +33,40 @@ export var _DYN_PAYLOAD_PREPROCESSOR = "payloadPreprocessor"; // Count: 2
|
|
|
35
33
|
export var _DYN_OVERRIDE_ENDPOINT_UR4 = "overrideEndpointUrl"; // Count: 3
|
|
36
34
|
export var _DYN_AVOID_OPTIONS = "avoidOptions"; // Count: 3
|
|
37
35
|
export var _DYN_DISABLE_EVENT_TIMING5 = "disableEventTimings"; // Count: 2
|
|
38
|
-
export var _DYN_STRINGIFY_OBJECTS = "stringifyObjects"; // Count: 2
|
|
39
36
|
export var _DYN_ENABLE_COMPOUND_KEY = "enableCompoundKey"; // Count: 4
|
|
40
37
|
export var _DYN_DISABLE_XHR_SYNC = "disableXhrSync"; // Count: 6
|
|
41
38
|
export var _DYN_DISABLE_FETCH_KEEP_A6 = "disableFetchKeepAlive"; // Count: 7
|
|
42
39
|
export var _DYN_ADD_NO_RESPONSE = "addNoResponse"; // Count: 3
|
|
43
|
-
export var _DYN_EXCLUDE_CS_META_DATA = "excludeCsMetaData"; // Count: 2
|
|
44
40
|
export var _DYN_USE_SEND_BEACON = "useSendBeacon"; // Count: 3
|
|
45
41
|
export var _DYN_FETCH_CREDENTIALS = "fetchCredentials"; // Count: 4
|
|
46
42
|
export var _DYN_ALWAYS_USE_XHR_OVERR7 = "alwaysUseXhrOverride"; // Count: 3
|
|
47
|
-
export var _DYN_UNLOAD_TRANSPORTS = "unloadTransports"; // Count: 2
|
|
48
43
|
export var _DYN_SERIALIZE_OFFLINE_EV8 = "serializeOfflineEvt"; // Count: 2
|
|
49
44
|
export var _DYN_GET_OFFLINE_REQUEST_9 = "getOfflineRequestDetails"; // Count: 2
|
|
50
45
|
export var _DYN_CREATE_PAYLOAD = "createPayload"; // Count: 4
|
|
51
46
|
export var _DYN_CREATE_ONE_DSPAYLOAD = "createOneDSPayload"; // Count: 4
|
|
52
47
|
export var _DYN_PAYLOAD_BLOB = "payloadBlob"; // Count: 3
|
|
53
|
-
export var _DYN_HEADERS = "headers"; // Count:
|
|
54
|
-
export var _DYN__THE_PAYLOAD = "_thePayload"; // Count:
|
|
55
|
-
export var _DYN_URL_STRING = "urlString"; // Count: 5
|
|
48
|
+
export var _DYN_HEADERS = "headers"; // Count: 10
|
|
49
|
+
export var _DYN__THE_PAYLOAD = "_thePayload"; // Count: 5
|
|
56
50
|
export var _DYN_BATCHES = "batches"; // Count: 15
|
|
57
51
|
export var _DYN_SEND_TYPE = "sendType"; // Count: 13
|
|
58
|
-
export var _DYN_ADD_HEADER = "addHeader"; // Count: 3
|
|
59
52
|
export var _DYN_CAN_SEND_REQUEST = "canSendRequest"; // Count: 3
|
|
60
53
|
export var _DYN_SEND_QUEUED_REQUESTS = "sendQueuedRequests"; // Count: 5
|
|
61
|
-
export var _DYN_IS_COMPLETELY_IDLE = "isCompletelyIdle"; // Count: 2
|
|
62
54
|
export var _DYN_SET_UNLOADING = "setUnloading"; // Count: 3
|
|
63
55
|
export var _DYN_IS_TENANT_KILLED = "isTenantKilled"; // Count: 3
|
|
64
|
-
export var _DYN_RESUME = "resume"; // Count: 4
|
|
65
56
|
export var _DYN_SEND_SYNCHRONOUS_BAT10 = "sendSynchronousBatch"; // Count: 2
|
|
66
57
|
export var _DYN__TRANSPORT = "_transport"; // Count: 3
|
|
67
58
|
export var _DYN_GET_WPARAM = "getWParam"; // Count: 4
|
|
68
59
|
export var _DYN_IS_BEACON = "isBeacon"; // Count: 4
|
|
69
60
|
export var _DYN_TIMINGS = "timings"; // Count: 4
|
|
70
61
|
export var _DYN_IS_TEARDOWN = "isTeardown"; // Count: 3
|
|
71
|
-
export var
|
|
72
|
-
export var _DYN_DATA = "data"; // Count: 7
|
|
73
|
-
export var _DYN_TIMEOUT = "timeout"; // Count: 4
|
|
74
|
-
export var _DYN__SEND_REASON = "_sendReason"; // Count: 4
|
|
62
|
+
export var _DYN__SEND_REASON = "_sendReason"; // Count: 3
|
|
75
63
|
export var _DYN_SET_KILL_SWITCH_TENA11 = "setKillSwitchTenants"; // Count: 2
|
|
76
64
|
export var _DYN__BACK_OFF_TRANSMISSI12 = "_backOffTransmission"; // Count: 2
|
|
77
65
|
export var _DYN_IDENTIFIER = "identifier"; // Count: 4
|
|
78
|
-
export var _DYN_DISABLE_OPTIMIZE_OBJ = "disableOptimizeObj"; // Count: 2
|
|
79
66
|
export var _DYN_IGNORE_MC1_MS0_COOKI13 = "ignoreMc1Ms0CookieProcessing"; // Count: 2
|
|
80
|
-
export var _DYN_EVENTS_LIMIT_IN_MEM = "eventsLimitInMem"; // Count: 2
|
|
81
67
|
export var _DYN_AUTO_FLUSH_EVENTS_LI14 = "autoFlushEventsLimit"; // Count: 2
|
|
82
68
|
export var _DYN_DISABLE_AUTO_BATCH_F15 = "disableAutoBatchFlushLimit"; // Count: 2
|
|
83
69
|
export var _DYN_OVERRIDE_INSTRUMENTA16 = "overrideInstrumentationKey"; // Count: 2
|
|
84
|
-
export var _DYN_DISABLE_TELEMETRY = "disableTelemetry"; // Count: 2
|
|
85
|
-
export var _DYN_BASE_DATA = "baseData"; // Count: 3
|
|
86
70
|
export var _DYN_SEND_ATTEMPT = "sendAttempt"; // Count: 4
|
|
87
71
|
export var _DYN_LATENCY = "latency"; // Count: 7
|
|
88
72
|
export var _DYN_SYNC = "sync"; // Count: 7
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__DynamicConstants.js.map","sources":["__DynamicConstants.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n// @skip-file-minify\r\n// ##############################################################\r\n// AUTO GENERATED FILE: This file is Auto Generated during build.\r\n// ##############################################################\r\n//
|
|
1
|
+
{"version":3,"file":"__DynamicConstants.js.map","sources":["__DynamicConstants.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n// @skip-file-minify\r\n// ##############################################################\r\n// AUTO GENERATED FILE: This file is Auto Generated during build.\r\n// ##############################################################\r\n// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n// Note: DON'T Export these const from the package as we are still targeting ES5 which can result in a mutable variables that someone could change!!!\r\n// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\nexport var _DYN_ALLOW_REQUEST_SENDIN0 = \"allowRequestSending\"; // Count: 3\r\nexport var _DYN_SHOULD_ADD_CLOCK_SKE1 = \"shouldAddClockSkewHeaders\"; // Count: 2\r\nexport var _DYN_GET_CLOCK_SKEW_HEADE2 = \"getClockSkewHeaderValue\"; // Count: 2\r\nexport var _DYN_SET_CLOCK_SKEW = \"setClockSkew\"; // Count: 3\r\nexport var _DYN_LENGTH = \"length\"; // Count: 38\r\nexport var _DYN_CONCAT = \"concat\"; // Count: 7\r\nexport var _DYN_I_KEY = \"iKey\"; // Count: 10\r\nexport var _DYN_COUNT = \"count\"; // Count: 19\r\nexport var _DYN_EVENTS = \"events\"; // Count: 8\r\nexport var _DYN_PUSH = \"push\"; // Count: 15\r\nexport var _DYN_SPLIT = \"split\"; // Count: 6\r\nexport var _DYN_TO_LOWER_CASE = \"toLowerCase\"; // Count: 3\r\nexport var _DYN_HDRS = \"hdrs\"; // Count: 7\r\nexport var _DYN_USE_HDRS = \"useHdrs\"; // Count: 4\r\nexport var _DYN_INITIALIZE = \"initialize\"; // Count: 5\r\nexport var _DYN_SET_TIMEOUT_OVERRIDE = \"setTimeoutOverride\"; // Count: 3\r\nexport var _DYN_CLEAR_TIMEOUT_OVERRI3 = \"clearTimeoutOverride\"; // Count: 3\r\nexport var _DYN_PAYLOAD_PREPROCESSOR = \"payloadPreprocessor\"; // Count: 2\r\nexport var _DYN_OVERRIDE_ENDPOINT_UR4 = \"overrideEndpointUrl\"; // Count: 3\r\nexport var _DYN_AVOID_OPTIONS = \"avoidOptions\"; // Count: 3\r\nexport var _DYN_DISABLE_EVENT_TIMING5 = \"disableEventTimings\"; // Count: 2\r\nexport var _DYN_ENABLE_COMPOUND_KEY = \"enableCompoundKey\"; // Count: 4\r\nexport var _DYN_DISABLE_XHR_SYNC = \"disableXhrSync\"; // Count: 6\r\nexport var _DYN_DISABLE_FETCH_KEEP_A6 = \"disableFetchKeepAlive\"; // Count: 7\r\nexport var _DYN_ADD_NO_RESPONSE = \"addNoResponse\"; // Count: 3\r\nexport var _DYN_USE_SEND_BEACON = \"useSendBeacon\"; // Count: 3\r\nexport var _DYN_FETCH_CREDENTIALS = \"fetchCredentials\"; // Count: 4\r\nexport var _DYN_ALWAYS_USE_XHR_OVERR7 = \"alwaysUseXhrOverride\"; // Count: 3\r\nexport var _DYN_SERIALIZE_OFFLINE_EV8 = \"serializeOfflineEvt\"; // Count: 2\r\nexport var _DYN_GET_OFFLINE_REQUEST_9 = \"getOfflineRequestDetails\"; // Count: 2\r\nexport var _DYN_CREATE_PAYLOAD = \"createPayload\"; // Count: 4\r\nexport var _DYN_CREATE_ONE_DSPAYLOAD = \"createOneDSPayload\"; // Count: 4\r\nexport var _DYN_PAYLOAD_BLOB = \"payloadBlob\"; // Count: 3\r\nexport var _DYN_HEADERS = \"headers\"; // Count: 10\r\nexport var _DYN__THE_PAYLOAD = \"_thePayload\"; // Count: 5\r\nexport var _DYN_BATCHES = \"batches\"; // Count: 15\r\nexport var _DYN_SEND_TYPE = \"sendType\"; // Count: 13\r\nexport var _DYN_CAN_SEND_REQUEST = \"canSendRequest\"; // Count: 3\r\nexport var _DYN_SEND_QUEUED_REQUESTS = \"sendQueuedRequests\"; // Count: 5\r\nexport var _DYN_SET_UNLOADING = \"setUnloading\"; // Count: 3\r\nexport var _DYN_IS_TENANT_KILLED = \"isTenantKilled\"; // Count: 3\r\nexport var _DYN_SEND_SYNCHRONOUS_BAT10 = \"sendSynchronousBatch\"; // Count: 2\r\nexport var _DYN__TRANSPORT = \"_transport\"; // Count: 3\r\nexport var _DYN_GET_WPARAM = \"getWParam\"; // Count: 4\r\nexport var _DYN_IS_BEACON = \"isBeacon\"; // Count: 4\r\nexport var _DYN_TIMINGS = \"timings\"; // Count: 4\r\nexport var _DYN_IS_TEARDOWN = \"isTeardown\"; // Count: 3\r\nexport var _DYN__SEND_REASON = \"_sendReason\"; // Count: 3\r\nexport var _DYN_SET_KILL_SWITCH_TENA11 = \"setKillSwitchTenants\"; // Count: 2\r\nexport var _DYN__BACK_OFF_TRANSMISSI12 = \"_backOffTransmission\"; // Count: 2\r\nexport var _DYN_IDENTIFIER = \"identifier\"; // Count: 4\r\nexport var _DYN_IGNORE_MC1_MS0_COOKI13 = \"ignoreMc1Ms0CookieProcessing\"; // Count: 2\r\nexport var _DYN_AUTO_FLUSH_EVENTS_LI14 = \"autoFlushEventsLimit\"; // Count: 2\r\nexport var _DYN_DISABLE_AUTO_BATCH_F15 = \"disableAutoBatchFlushLimit\"; // Count: 2\r\nexport var _DYN_OVERRIDE_INSTRUMENTA16 = \"overrideInstrumentationKey\"; // Count: 2\r\nexport var _DYN_SEND_ATTEMPT = \"sendAttempt\"; // Count: 4\r\nexport var _DYN_LATENCY = \"latency\"; // Count: 7\r\nexport var _DYN_SYNC = \"sync\"; // Count: 7\r\n//# sourceMappingURL=__DynamicConstants.js.map"],"names":[],"mappings":";;;;;AAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
package/package.json
CHANGED
|
@@ -1,67 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/1ds-post-js",
|
|
3
|
-
"version": "4.3.6
|
|
4
|
-
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js",
|
|
5
|
-
"author": "Microsoft Application Insights Team",
|
|
6
|
-
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"scripts": {
|
|
10
|
-
"clean": "git clean -xdf",
|
|
11
|
-
"build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
|
|
12
|
-
"build:esm": "grunt 1dsPostBuild",
|
|
13
|
-
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
14
|
-
"rebuild": "npm run build",
|
|
15
|
-
"ai-min": "grunt 1dsPost-min",
|
|
16
|
-
"ai-restore": "grunt 1dsPost-restore",
|
|
17
|
-
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Post Channel\" -oneDs",
|
|
18
|
-
"test": "grunt 1dsPostTest",
|
|
19
|
-
"mintest": "grunt adsPostMinTest",
|
|
20
|
-
"perftest": "",
|
|
21
|
-
"makePublicPackage": "node ../../tools/makePublic/makePublicPackage.js ./package.json && npm pack",
|
|
22
|
-
"publishPackage": "npm publish",
|
|
23
|
-
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
24
|
-
"npm-pack": "npm pack",
|
|
25
|
-
"api-docs": "typedoc"
|
|
26
|
-
},
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
29
|
-
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
30
|
-
"@microsoft/1ds-core-js": "4.3.6
|
|
31
|
-
"@nevware21/ts-utils": ">= 0.11.
|
|
32
|
-
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
36
|
-
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
37
|
-
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
38
|
-
"@microsoft/api-extractor": "^7.40.0",
|
|
39
|
-
"globby": "^11.0.0",
|
|
40
|
-
"grunt": "^1.5.3",
|
|
41
|
-
"sinon": "^7.3.1",
|
|
42
|
-
"@rollup/plugin-commonjs": "^24.0.0",
|
|
43
|
-
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
44
|
-
"@rollup/plugin-replace": "^5.0.2",
|
|
45
|
-
"rollup": "^3.20.0",
|
|
46
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
47
|
-
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
48
|
-
"typedoc": "^0.26.6",
|
|
49
|
-
"typescript": "^4.9.3",
|
|
50
|
-
"pako": "^2.0.3"
|
|
51
|
-
},
|
|
52
|
-
"repository": {
|
|
53
|
-
"type": "git",
|
|
54
|
-
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/1ds-post-js"
|
|
55
|
-
},
|
|
56
|
-
"main": "dist/es5/ms.post.js",
|
|
57
|
-
"module": "dist-es5/Index.js",
|
|
58
|
-
"types": "types/1ds-post-js.d.ts",
|
|
59
|
-
"keywords": [
|
|
60
|
-
"1DS",
|
|
61
|
-
"Js",
|
|
62
|
-
"SDK"
|
|
63
|
-
]
|
|
64
|
-
|
|
65
|
-
"tag": "nightly3"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/1ds-post-js",
|
|
3
|
+
"version": "4.3.6",
|
|
4
|
+
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js",
|
|
5
|
+
"author": "Microsoft Application Insights Team",
|
|
6
|
+
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"scripts": {
|
|
10
|
+
"clean": "git clean -xdf",
|
|
11
|
+
"build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
|
|
12
|
+
"build:esm": "grunt 1dsPostBuild",
|
|
13
|
+
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
14
|
+
"rebuild": "npm run build",
|
|
15
|
+
"ai-min": "grunt 1dsPost-min",
|
|
16
|
+
"ai-restore": "grunt 1dsPost-restore",
|
|
17
|
+
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Post Channel\" -oneDs",
|
|
18
|
+
"test": "grunt 1dsPostTest",
|
|
19
|
+
"mintest": "grunt adsPostMinTest",
|
|
20
|
+
"perftest": "",
|
|
21
|
+
"makePublicPackage": "node ../../tools/makePublic/makePublicPackage.js ./package.json && npm pack",
|
|
22
|
+
"publishPackage": "npm publish",
|
|
23
|
+
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
24
|
+
"npm-pack": "npm pack",
|
|
25
|
+
"api-docs": "typedoc"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
29
|
+
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
30
|
+
"@microsoft/1ds-core-js": "4.3.6",
|
|
31
|
+
"@nevware21/ts-utils": ">= 0.11.8 < 2.x",
|
|
32
|
+
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
36
|
+
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
37
|
+
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
38
|
+
"@microsoft/api-extractor": "^7.40.0",
|
|
39
|
+
"globby": "^11.0.0",
|
|
40
|
+
"grunt": "^1.5.3",
|
|
41
|
+
"sinon": "^7.3.1",
|
|
42
|
+
"@rollup/plugin-commonjs": "^24.0.0",
|
|
43
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
44
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
45
|
+
"rollup": "^3.20.0",
|
|
46
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
47
|
+
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
48
|
+
"typedoc": "^0.26.6",
|
|
49
|
+
"typescript": "^4.9.3",
|
|
50
|
+
"pako": "^2.0.3"
|
|
51
|
+
},
|
|
52
|
+
"repository": {
|
|
53
|
+
"type": "git",
|
|
54
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/1ds-post-js"
|
|
55
|
+
},
|
|
56
|
+
"main": "dist/es5/ms.post.js",
|
|
57
|
+
"module": "dist-es5/Index.js",
|
|
58
|
+
"types": "types/1ds-post-js.d.ts",
|
|
59
|
+
"keywords": [
|
|
60
|
+
"1DS",
|
|
61
|
+
"Js",
|
|
62
|
+
"SDK"
|
|
63
|
+
]
|
|
64
|
+
}
|
package/types/1ds-post-js.d.ts
CHANGED