@a16njs/plugin-a16n 0.3.0 → 0.4.0
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 +0 -16
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -97,22 +97,6 @@ Use this ID with CLI commands:
|
|
|
97
97
|
- `--from a16n`: Read from `.a16n/` directory
|
|
98
98
|
- `--to a16n`: Write to `.a16n/` directory
|
|
99
99
|
|
|
100
|
-
## Development Status
|
|
101
|
-
|
|
102
|
-
**Current Version**: 0.1.0 (Phase 9 in progress)
|
|
103
|
-
|
|
104
|
-
- ✅ M1: IR Model Versioning & Extensions (complete)
|
|
105
|
-
- ✅ M2: Plugin Package Setup (complete)
|
|
106
|
-
- ✅ M3: Frontmatter Parsing & Formatting (complete)
|
|
107
|
-
- ✅ M4: IR Emission (complete)
|
|
108
|
-
- ✅ M5: IR Discovery (complete)
|
|
109
|
-
- ✅ M6: E2E Integration Testing (complete)
|
|
110
|
-
- 🚧 M7: Integration Testing & Documentation (upcoming)
|
|
111
|
-
|
|
112
|
-
## License
|
|
113
|
-
|
|
114
|
-
AGPL-3.0
|
|
115
|
-
|
|
116
100
|
## Links
|
|
117
101
|
|
|
118
102
|
- [Homepage](https://texarkanine.github.io/a16n/plugin-a16n)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a16njs/plugin-a16n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "a16n Intermediate Representation (IR) plugin for a16n",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"author": "Texarkanine",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"gray-matter": "^4.0.3",
|
|
36
36
|
"yaml": "^2.8.2",
|
|
37
|
-
"@a16njs/models": "0.
|
|
37
|
+
"@a16njs/models": "0.8.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^20.0.0",
|