Skip to content

Commit 83aeb35

Browse files
Merge pull request #286 from ejarocki-cloudlinux/doc/updates
update tuxcare versions
2 parents f12e1e0 + 05d3d82 commit 83aeb35

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
@@ -396,6 +396,10 @@ export default {
396396
path: '/els-for-runtimes-and-libraries/vue/',
397397
icon: '/images/vue-logo.webp',
398398
},
399+
{
400+
path: '/els-for-runtimes-and-libraries/vue-template-compiler/',
401+
icon: '/images/vue-template-compiler-logo.webp',
402+
},
399403
{
400404
path: '/els-for-runtimes-and-libraries/webpack-dev-server/',
401405
icon: '/images/webpack-dev-server.webp',
@@ -408,10 +412,6 @@ export default {
408412
path: '/els-for-runtimes-and-libraries/webpack-subresource-integrity/',
409413
icon: '/images/webpack-subresource-integrity-logo.webp',
410414
},
411-
{
412-
path: '/els-for-runtimes-and-libraries/vue-template-compiler/',
413-
icon: '/images/vue-template-compiler-logo.webp',
414-
},
415415
{
416416
path: '/els-for-runtimes-and-libraries/xml2js/',
417417
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)