@pwrs/cem 0.4.3 → 0.4.4

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 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -66,6 +66,7 @@ The `cem lsp` command starts a Language Server Protocol (LSP) server that provid
66
66
  - Slot validation with smart suggestions
67
67
  - Tag name validation with typo detection and missing import suggestions
68
68
  - Attribute validation against HTML global attributes and custom element schemas
69
+ - Attribute value validation against manifest type definitions (union types, literals, numbers, booleans)
69
70
  - Go-to-definition support for jumping to element source code
70
71
  - Go-to-references to find all usages of custom elements across your workspace
71
72
  - Support for HTML files and TypeScript template literals
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pwrs/cem",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "CLI tool for generating and working with Custom Elements Manifests",
5
5
  "type": "module",
6
6
  "engines": {
@@ -13,12 +13,12 @@
13
13
  "postinstall": "node ./install-platform-binary.js"
14
14
  },
15
15
  "optionalDependencies": {
16
- "@pwrs/cem-linux-x64": "0.4.3",
17
- "@pwrs/cem-linux-arm64": "0.4.3",
18
- "@pwrs/cem-darwin-x64": "0.4.3",
19
- "@pwrs/cem-darwin-arm64": "0.4.3",
20
- "@pwrs/cem-win32-x64": "0.4.3",
21
- "@pwrs/cem-win32-arm64": "0.4.3"
16
+ "@pwrs/cem-linux-x64": "0.4.4",
17
+ "@pwrs/cem-linux-arm64": "0.4.4",
18
+ "@pwrs/cem-darwin-x64": "0.4.4",
19
+ "@pwrs/cem-darwin-arm64": "0.4.4",
20
+ "@pwrs/cem-win32-x64": "0.4.4",
21
+ "@pwrs/cem-win32-arm64": "0.4.4"
22
22
  },
23
23
  "files": [
24
24
  "bin/cem.js",