@microsoft/applicationinsights-web-basic 2.8.6-nightly.2207-25 → 3.0.0-beta.2208-03
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/LICENSE +17 -17
- package/NOTICE +17 -0
- package/PRIVACY +3 -0
- package/README.md +30 -1
- package/browser/aib.2.js +3 -3
- 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.2208-03.integrity.json +26 -0
- package/browser/{aib.2.8.6-nightly.2207-25.js → aib.3.0.0-beta.2208-03.js} +4 -4
- package/browser/aib.3.0.0-beta.2208-03.js.map +1 -0
- package/browser/aib.3.0.0-beta.2208-03.min.js +6 -0
- package/browser/aib.3.0.0-beta.2208-03.min.js.map +1 -0
- package/dist/applicationinsights-web-basic.api.json +1 -1
- package/dist/applicationinsights-web-basic.d.ts +1 -1
- package/dist/applicationinsights-web-basic.js +3 -3
- 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 +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/index.js +1 -1
- package/package.json +5 -5
- package/types/tsdoc-metadata.json +1 -1
- package/browser/aib.2.8.6-nightly.2207-25.integrity.json +0 -26
- package/browser/aib.2.8.6-nightly.2207-25.js.map +0 -1
- package/browser/aib.2.8.6-nightly.2207-25.min.js +0 -6
- package/browser/aib.2.8.6-nightly.2207-25.min.js.map +0 -1
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Copyright (c) Microsoft Corporation
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/NOTICE
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
NOTICES AND INFORMATION
|
|
2
|
+
Do Not Translate or Localize
|
|
3
|
+
|
|
4
|
+
This software incorporates material from third parties. Microsoft makes certain
|
|
5
|
+
open source code available at https://3rdpartysource.microsoft.com, or you may
|
|
6
|
+
send a check or money order for US $5.00, including the product name, the open
|
|
7
|
+
source component name, and version number, to:
|
|
8
|
+
|
|
9
|
+
Source Code Compliance Team
|
|
10
|
+
Microsoft Corporation
|
|
11
|
+
One Microsoft Way
|
|
12
|
+
Redmond, WA 98052
|
|
13
|
+
USA
|
|
14
|
+
|
|
15
|
+
Notwithstanding any other terms, you may reverse engineer this software to the
|
|
16
|
+
extent required to debug changes to any libraries licensed under the GNU Lesser
|
|
17
|
+
General Public License.
|
package/PRIVACY
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
# Data Collection
|
|
2
|
+
|
|
3
|
+
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
|
package/README.md
CHANGED
|
@@ -22,4 +22,33 @@
|
|
|
22
22
|
Application Insights - Web Basic SDK
|
|
23
23
|
|
|
24
24
|
Application Insights AI SKU Light is a package that combines minimum required packages for Web scenarios.
|
|
25
|
-
Refer to [ApplicationInsights-JS](../README.MD) for more details on getting started.
|
|
25
|
+
Refer to [ApplicationInsights-JS](../README.MD) for more details on getting started.
|
|
26
|
+
|
|
27
|
+
## Contributing
|
|
28
|
+
|
|
29
|
+
This project welcomes contributions and suggestions. Most contributions require you to
|
|
30
|
+
agree to a Contributor License Agreement (CLA) declaring that you have the right to,
|
|
31
|
+
and actually do, grant us the rights to use your contribution. For details, visit
|
|
32
|
+
https://cla.microsoft.com.
|
|
33
|
+
|
|
34
|
+
When you submit a pull request, a CLA-bot will automatically determine whether you need
|
|
35
|
+
to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the
|
|
36
|
+
instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
|
|
37
|
+
|
|
38
|
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
39
|
+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
|
|
40
|
+
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
41
|
+
|
|
42
|
+
## Data Collection
|
|
43
|
+
|
|
44
|
+
As this SDK is designed to enable applications to perform data collection which is sent to the Microsoft collection endpoints the following is required to identify our privacy statement.
|
|
45
|
+
|
|
46
|
+
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
|
|
47
|
+
|
|
48
|
+
## Trademarks
|
|
49
|
+
|
|
50
|
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
|
|
51
|
+
|
|
52
|
+
## License
|
|
53
|
+
|
|
54
|
+
[MIT](LICENSE)
|
package/browser/aib.2.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript Web SDK - Basic,
|
|
2
|
+
* Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2208-03
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
}
|
|
1538
1538
|
|
|
1539
1539
|
var _objDefineProperty = ObjDefineProperty;
|
|
1540
|
-
var version = "
|
|
1540
|
+
var version = "3.0.0-beta.2208-03";
|
|
1541
1541
|
var instanceName = "." + newId(6);
|
|
1542
1542
|
var _dataUid = 0;
|
|
1543
1543
|
function _createAccessor(target, prop, value) {
|
|
@@ -5069,7 +5069,7 @@
|
|
|
5069
5069
|
}
|
|
5070
5070
|
}
|
|
5071
5071
|
var EnvelopeCreator = {
|
|
5072
|
-
Version: "
|
|
5072
|
+
Version: "3.0.0-beta.2208-03"
|
|
5073
5073
|
};
|
|
5074
5074
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
5075
5075
|
EnvelopeCreatorInit(logger, telemetryItem);
|