@microsoft/applicationinsights-web-basic 3.0.0-beta.2209-01 → 3.0.0-beta.2210-01
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/aib.2.js +33 -8
- package/browser/aib.2.js.map +1 -1
- package/browser/aib.2.min.js +2 -2
- package/browser/aib.2.min.js.map +1 -1
- package/browser/aib.3.0.0-beta.2210-01.integrity.json +26 -0
- package/browser/{aib.3.0.0-beta.2209-01.js → aib.3.0.0-beta.2210-01.js} +34 -9
- package/browser/aib.3.0.0-beta.2210-01.js.map +1 -0
- package/browser/aib.3.0.0-beta.2210-01.min.js +6 -0
- package/browser/aib.3.0.0-beta.2210-01.min.js.map +1 -0
- package/dist/applicationinsights-web-basic.api.json +1 -1
- package/dist/applicationinsights-web-basic.d.ts +13 -1
- package/dist/applicationinsights-web-basic.js +33 -8
- package/dist/applicationinsights-web-basic.js.map +1 -1
- package/dist/applicationinsights-web-basic.min.js +2 -2
- package/dist/applicationinsights-web-basic.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.rollup.d.ts +13 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/index.js +1 -1
- package/package.json +4 -4
- package/types/tsdoc-metadata.json +1 -1
- package/browser/aib.3.0.0-beta.2209-01.integrity.json +0 -26
- package/browser/aib.3.0.0-beta.2209-01.js.map +0 -1
- package/browser/aib.3.0.0-beta.2209-01.min.js +0 -6
- package/browser/aib.3.0.0-beta.2209-01.min.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft.ApplicationInsights, 3.0.0-beta.
|
|
2
|
+
* Microsoft.ApplicationInsights, 3.0.0-beta.2210-01
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1225,6 +1225,18 @@ declare interface ICookieMgrConfig {
|
|
|
1225
1225
|
* Specifies the path to use for the cookie, defaults to '/'
|
|
1226
1226
|
*/
|
|
1227
1227
|
path?: string;
|
|
1228
|
+
/**
|
|
1229
|
+
* Specify the cookie name(s) to be ignored, this will cause any matching cookie name to never be read or written.
|
|
1230
|
+
* They may still be explicitly purged or deleted. You do not need to repeat the name in the `blockedCookies`
|
|
1231
|
+
* configuration.(Since v2.8.8)
|
|
1232
|
+
*/
|
|
1233
|
+
ignoreCookies?: string[];
|
|
1234
|
+
/**
|
|
1235
|
+
* Specify the cookie name(s) to never be written, this will cause any cookie name to never be created or updated,
|
|
1236
|
+
* they will still be read unless also included in the ignoreCookies and may still be explicitly purged or deleted.
|
|
1237
|
+
* If not provided defaults to the same list provided in ignoreCookies. (Since v2.8.8)
|
|
1238
|
+
*/
|
|
1239
|
+
blockedCookies?: string[];
|
|
1228
1240
|
/**
|
|
1229
1241
|
* Hook function to fetch the named cookie value.
|
|
1230
1242
|
* @param name - The name of the cookie
|
package/dist-esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-web-basic",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.2210-01",
|
|
4
4
|
"description": "Microsoft Application Insights Javascript SDK core and channel",
|
|
5
5
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
6
|
"author": "Microsoft Application Insights Team",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@microsoft/dynamicproto-js": "^1.1.6",
|
|
56
56
|
"@microsoft/applicationinsights-shims": "2.0.1",
|
|
57
|
-
"@microsoft/applicationinsights-common": "3.0.0-beta.
|
|
58
|
-
"@microsoft/applicationinsights-channel-js": "3.0.0-beta.
|
|
59
|
-
"@microsoft/applicationinsights-core-js": "3.0.0-beta.
|
|
57
|
+
"@microsoft/applicationinsights-common": "3.0.0-beta.2210-01",
|
|
58
|
+
"@microsoft/applicationinsights-channel-js": "3.0.0-beta.2210-01",
|
|
59
|
+
"@microsoft/applicationinsights-core-js": "3.0.0-beta.2210-01",
|
|
60
60
|
"@nevware21/ts-utils": "^0.4.1"
|
|
61
61
|
},
|
|
62
62
|
"license": "MIT",
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "aib",
|
|
3
|
-
"version": "3.0.0-beta.2209-01",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@js": {
|
|
6
|
-
"file": "aib.3.0.0-beta.2209-01.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-RONWGn+XnqNilP58odnPKg6NQYAorUnlE9WzNRN+clE= sha384-dQ89tMH87VVhGClJ+meKtvKMzbqAweiojzc1csQZWGrxC9yrlW3+F1FvYwczsn2L sha512-x7QG7VOXivgF8G2RifrskdwmrvvsURtAGs3JnTunVlIdDiPuFIr1hrEpsR01Hillx6pB69w4/AH3HrbBBeVX0g==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "RONWGn+XnqNilP58odnPKg6NQYAorUnlE9WzNRN+clE=",
|
|
11
|
-
"sha384": "dQ89tMH87VVhGClJ+meKtvKMzbqAweiojzc1csQZWGrxC9yrlW3+F1FvYwczsn2L",
|
|
12
|
-
"sha512": "x7QG7VOXivgF8G2RifrskdwmrvvsURtAGs3JnTunVlIdDiPuFIr1hrEpsR01Hillx6pB69w4/AH3HrbBBeVX0g=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@min.js": {
|
|
16
|
-
"file": "aib.3.0.0-beta.2209-01.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-wogn6lo7iyjhuSnMc7/Xceygw1GSGU5+zFZgQyJLW8s= sha384-9ffizb43xZ78NL5fy35cXubtZ9BtTr5ca7fWpsQ3lHOkAgao7eyrnfOQPobg363t sha512-JHW4d0yBPDLnr3WHHrNXTjJstQxl+LS99Cn+sGfgBOqBrxNdtInDYeEfMfaTkFdPh+3FiTmMEocE7kr82U6Plg==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "wogn6lo7iyjhuSnMc7/Xceygw1GSGU5+zFZgQyJLW8s=",
|
|
21
|
-
"sha384": "9ffizb43xZ78NL5fy35cXubtZ9BtTr5ca7fWpsQ3lHOkAgao7eyrnfOQPobg363t",
|
|
22
|
-
"sha512": "JHW4d0yBPDLnr3WHHrNXTjJstQxl+LS99Cn+sGfgBOqBrxNdtInDYeEfMfaTkFdPh+3FiTmMEocE7kr82U6Plg=="
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|