@a16njs/models 0.5.0 → 0.6.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 +4 -3
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# @a16njs/models
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@a16njs/models)
|
|
4
|
+
[](https://codecov.io/gh/Texarkanine/a16n)
|
|
4
5
|
|
|
5
6
|
Type definitions and plugin interface for a16n.
|
|
6
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a16njs/models",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Type definitions and plugin interface 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/models"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://github.
|
|
12
|
+
"homepage": "https://texarkanine.github.io/a16n/models",
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/Texarkanine/a16n/issues"
|
|
15
15
|
},
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"clean": "rimraf dist *.tsbuildinfo",
|
|
41
41
|
"typecheck": "tsc --noEmit",
|
|
42
42
|
"test": "vitest run",
|
|
43
|
-
"test:watch": "vitest"
|
|
43
|
+
"test:watch": "vitest",
|
|
44
|
+
"test:coverage": "vitest run --coverage"
|
|
44
45
|
}
|
|
45
46
|
}
|