Skip to content

Commit

Permalink
[Release 3.0] Update components for release (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Feb 6, 2024
1 parent 2655ca9 commit f05fcb9
Show file tree
Hide file tree
Showing 28 changed files with 977 additions and 559 deletions.
2 changes: 1 addition & 1 deletion AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-dependencies-js": "3.0.7",
"@microsoft/applicationinsights-properties-js": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion AISKULight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@microsoft/applicationinsights-common": "3.0.7",
"@microsoft/applicationinsights-channel-js": "3.0.7",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion channels/1ds-post-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/1ds-core-js": "4.0.5",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-common": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion channels/tee-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-common": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion common/Tests/Framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
}
}
1,351 changes: 846 additions & 505 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion common/scripts/install-run-rush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/scripts/install-run-rushx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

132 changes: 104 additions & 28 deletions common/scripts/install-run.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/AISKU/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-web": "3.0.7",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/cfgSync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-web": "3.0.7",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"@microsoft/applicationinsights-web": "3.0.7",
"@microsoft/applicationinsights-dependencies-js": "3.0.7",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
}
}
2 changes: 1 addition & 1 deletion examples/shared-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"@microsoft/applicationinsights-web": "3.0.7",
"@microsoft/applicationinsights-web-snippet": "1.1.5",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
}
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-analytics-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-common": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-cfgsync-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-common": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-common": "3.0.7",
"@microsoft/applicationinsights-properties-js": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-debugplugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@microsoft/applicationinsights-common": "3.0.7",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-shims": "3.0.1",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-common": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion extensions/applicationinsights-properties-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-common": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"devDependencies": {
"@microsoft/rush": "5.97.1",
"@microsoft/rush": "^5.113.4",
"@nevware21/grunt-eslint-ts": "^0.2.2",
"@nevware21/grunt-ts-plugin": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^5.46.1",
Expand Down
Loading

0 comments on commit f05fcb9

Please sign in to comment.