@pushengineering/umg-web-components 3.0.9 → 3.0.10

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ To deepen your understanding of web components, their key concepts, and the spec
8
8
  # Local Development Environment
9
9
 
10
10
  ## Installation
11
- 1. Install Node.js globally using one of the following methods:
11
+ 1. Install Node.js `v20.*.*` globally using one of the following methods:
12
12
  - Mac: [NVM](https://github.com/nvm-sh/nvm)
13
13
  - Windows: [NVM for Windows](https://github.com/coreybutler/nvm-windows)
14
14
  - Direct download: [Node.js](https://nodejs.org/en/download)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushengineering/umg-web-components",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "type": "module",
5
5
  "module": "dist/components/index.js",
6
6
  "types": "dist/components/index.d.ts",