@a16njs/engine 0.1.0 → 0.2.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 +6 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @a16njs/engine
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@a16njs/engine)
|
|
4
|
+
|
|
3
5
|
Conversion engine for a16n. Orchestrates plugins to convert between tools.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
@@ -73,3 +75,7 @@ List all registered plugins.
|
|
|
73
75
|
### `engine.getPlugin(id)`
|
|
74
76
|
|
|
75
77
|
Get a plugin by ID.
|
|
78
|
+
|
|
79
|
+
## Documentation
|
|
80
|
+
|
|
81
|
+
Full documentation available at <https://texarkanine.github.io/a16n/engine>.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a16njs/engine",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Conversion engine for a16n",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"author": "Texarkanine",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"dist"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@a16njs/models": "0.
|
|
34
|
+
"@a16njs/models": "0.4.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^20.0.0",
|
|
38
38
|
"typescript": "^5.4.0",
|
|
39
39
|
"vitest": "^2.0.0",
|
|
40
|
-
"@a16njs/plugin-claude": "0.
|
|
41
|
-
"@a16njs/plugin-cursor": "0.
|
|
40
|
+
"@a16njs/plugin-claude": "0.5.0",
|
|
41
|
+
"@a16njs/plugin-cursor": "0.5.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsc",
|