@pwrs/cem 0.1.17 → 0.2.1
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.
- package/README.md +6 -6
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -48,16 +48,16 @@ For information on building and testing, please see
|
|
|
48
48
|
This program is free software: you can redistribute it and/or modify it under
|
|
49
49
|
the terms of the [GNU General Public License v3.0][gpl3].
|
|
50
50
|
|
|
51
|
-
© 2025 Benny Powers
|
|
51
|
+
© 2025 Benny Powers
|
|
52
52
|
|
|
53
53
|
[cem]: https://github.com/webcomponents/custom-elements-manifest
|
|
54
54
|
[dtcg]: https://tr.designtokens.org/format/
|
|
55
55
|
[go]: https://go.dev
|
|
56
56
|
[treesitter]: https://tree-sitter.github.io/tree-sitter/
|
|
57
57
|
[gpl3]: https://www.gnu.org/licenses/gpl-3.0.html
|
|
58
|
-
[contributingmd]:
|
|
58
|
+
[contributingmd]: https://bennypowers.github.io/cem/docs/contributing/
|
|
59
59
|
[issuenew]: https://github.com/bennypowers/cem/issues/new
|
|
60
|
-
[installationdocs]: https://bennypowers.github.io/cem/installation/
|
|
61
|
-
[generatedocs]: https://bennypowers.github.io/cem/commands/generate/
|
|
62
|
-
[listdocs]: https://bennypowers.github.io/cem/commands/list/
|
|
63
|
-
[configdocs]: https://bennypowers.github.io/cem/configuration/
|
|
60
|
+
[installationdocs]: https://bennypowers.github.io/cem/docs/installation/
|
|
61
|
+
[generatedocs]: https://bennypowers.github.io/cem/docs/commands/generate/
|
|
62
|
+
[listdocs]: https://bennypowers.github.io/cem/docs/commands/list/
|
|
63
|
+
[configdocs]: https://bennypowers.github.io/cem/docs/configuration/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pwrs/cem",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
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.1
|
|
17
|
-
"@pwrs/cem-linux-arm64": "0.1
|
|
18
|
-
"@pwrs/cem-darwin-x64": "0.1
|
|
19
|
-
"@pwrs/cem-darwin-arm64": "0.1
|
|
20
|
-
"@pwrs/cem-win32-x64": "0.1
|
|
21
|
-
"@pwrs/cem-win32-arm64": "0.1
|
|
16
|
+
"@pwrs/cem-linux-x64": "0.2.1",
|
|
17
|
+
"@pwrs/cem-linux-arm64": "0.2.1",
|
|
18
|
+
"@pwrs/cem-darwin-x64": "0.2.1",
|
|
19
|
+
"@pwrs/cem-darwin-arm64": "0.2.1",
|
|
20
|
+
"@pwrs/cem-win32-x64": "0.2.1",
|
|
21
|
+
"@pwrs/cem-win32-arm64": "0.2.1"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"bin/cem.js",
|