2021-06-08 08:04:48 +03:00
{
"description" : "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js" ,
"usage" : "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2" ,
2023-04-12 23:08:26 +03:00
"next" : "patch" ,
2021-08-18 00:35:38 +03:00
"pkgs" : {
"@microsoft/applicationinsights-web" : {
"package" : "package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-web-basic" : {
"package" : "AISKULight/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-channel-js" : {
"package" : "channels/applicationinsights-channel-js/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-analytics-js" : {
"package" : "extensions/applicationinsights-analytics-js/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-clickanalytics-js" : {
"package" : "extensions/applicationinsights-clickanalytics-js/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-debugplugin-js" : {
"package" : "extensions/applicationinsights-debugplugin-js/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-dependencies-js" : {
"package" : "extensions/applicationinsights-dependencies-js/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-perfmarkmeasure-js" : {
"package" : "extensions/applicationinsights-perfmarkmeasure-js/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-properties-js" : {
"package" : "extensions/applicationinsights-properties-js/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-common" : {
"package" : "shared/AppInsightsCommon/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
} ,
"@microsoft/applicationinsights-core-js" : {
"package" : "shared/AppInsightsCore/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2021-12-07 21:50:26 +03:00
} ,
"@microsoft/applicationinsights-chrome-debug-extension" : {
"package" : "tools/chrome-debug-extension/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "0.4.2"
2022-10-25 22:09:14 +03:00
} ,
"applicationinsights-web-config" : {
"package" : "tools/config/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "0.0.6"
2023-03-08 21:26:15 +03:00
} ,
"@microsoft/applicationinsights-example-aisku" : {
"package" : "examples/AISKU/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2023-03-08 21:26:15 +03:00
} ,
"@microsoft/applicationinsights-example-dependencies" : {
"package" : "examples/dependency/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2023-03-08 21:26:15 +03:00
} ,
"@microsoft/applicationinsights-example-shared-worker" : {
"package" : "examples/shared-worker/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
2023-04-12 23:08:26 +03:00
} ,
"@microsoft/applicationinsights-teechannel-js" : {
"package" : "channels/tee-channel-js/package.json" ,
2023-05-23 18:32:39 +03:00
"release" : "3.0.2"
} ,
"@microsoft/applicationinsights-test-module-type-check" : {
"package" : "AISKU/Tests/es6-module-type-check/package.json" ,
"release" : "3.0.2"
2021-08-18 00:35:38 +03:00
}
}
2021-06-08 08:04:48 +03:00
}