Skip to content

Commit 05d3d82

Browse files
update tuxcare versions
1 parent ed72175 commit 05d3d82

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/.vuepress/config-client/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@ export default {
392392
path: '/els-for-runtimes-and-libraries/vue/',
393393
icon: '/images/vue-logo.webp',
394394
},
395+
{
396+
path: '/els-for-runtimes-and-libraries/vue-template-compiler/',
397+
icon: '/images/vue-template-compiler-logo.webp',
398+
},
395399
{
396400
path: '/els-for-runtimes-and-libraries/webpack-dev-server/',
397401
icon: '/images/webpack-dev-server.webp',
@@ -404,10 +408,6 @@ export default {
404408
path: '/els-for-runtimes-and-libraries/webpack-subresource-integrity/',
405409
icon: '/images/webpack-subresource-integrity-logo.webp',
406410
},
407-
{
408-
path: '/els-for-runtimes-and-libraries/vue-template-compiler/',
409-
icon: '/images/vue-template-compiler-logo.webp',
410-
},
411411
{
412412
path: '/els-for-runtimes-and-libraries/xml2js/',
413413
icon: '/images/javascript.webp',

docs/els-for-runtimes-and-libraries/braces/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ TuxCare provides ELS for braces as an NPM package, hosted on a secure internal r
5353

5454
```text
5555
"dependencies": {
56-
"braces": "npm:@els-js/[email protected].1"
56+
"braces": "npm:@els-js/[email protected].2"
5757
}
5858
```
5959

docs/els-for-runtimes-and-libraries/ssr-window/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ TuxCare provides ELS for ssr-window as an NPM package, hosted on a secure intern
5353

5454
```text
5555
"dependencies": {
56-
"ssr-window": "npm:@els-js/[email protected].2"
56+
"ssr-window": "npm:@els-js/[email protected].3"
5757
}
5858
```
5959

@@ -97,7 +97,7 @@ TuxCare provides VEX for ssr-window ELS versions: [security.tuxcare.com/vex/cycl
9797

9898
## How to Upgrade to a Newer Version of TuxCare Packages
9999

100-
If you have already installed a package with a `tuxcare.2` suffix and want to upgrade to a newer release (for example, `tuxcare.2`), there are two options:
100+
If you have already installed a package with a `tuxcare.1` suffix and want to upgrade to a newer release (for example, `tuxcare.2`), there are two options:
101101

102102
* **Option 1**. Run the `npm install` command with the specific version. This will automatically update both `package.json` and `package-lock.json`:
103103

0 commit comments

Comments
 (0)