@a16njs/plugin-cursor 0.6.0 → 0.7.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 +1 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# @a16njs/plugin-cursor
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@a16njs/plugin-cursor)
|
|
4
|
+
[](https://codecov.io/gh/Texarkanine/a16n)
|
|
4
5
|
|
|
5
6
|
Cursor IDE plugin for a16n. Discovers and emits Cursor rules.
|
|
6
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a16njs/plugin-cursor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Cursor IDE plugin for a16n",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"author": "Texarkanine",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "git+https://github.com/Texarkanine/a16n.git",
|
|
10
10
|
"directory": "packages/plugin-cursor"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://github.
|
|
12
|
+
"homepage": "https://texarkanine.github.io/a16n/plugin-cursor",
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/Texarkanine/a16n/issues"
|
|
15
15
|
},
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@a16njs/models": "0.
|
|
36
|
+
"@a16njs/models": "0.6.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^20.0.0",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"clean": "rimraf dist *.tsbuildinfo",
|
|
46
46
|
"typecheck": "tsc --noEmit",
|
|
47
47
|
"test": "vitest run",
|
|
48
|
-
"test:watch": "vitest"
|
|
48
|
+
"test:watch": "vitest",
|
|
49
|
+
"test:coverage": "vitest run --coverage"
|
|
49
50
|
}
|
|
50
51
|
}
|