@thi.ng/api 8.9.6 → 8.9.7
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/CHANGELOG.md +1 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/api",
|
|
3
|
-
"version": "8.9.
|
|
3
|
+
"version": "8.9.7",
|
|
4
4
|
"description": "Common, generic types, interfaces & mixins",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -31,17 +31,16 @@
|
|
|
31
31
|
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc api decorators mixins",
|
|
32
32
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
33
33
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
34
|
-
"doc:readme": "
|
|
35
|
-
"doc:stats": "tools:module-stats",
|
|
34
|
+
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
36
35
|
"pub": "yarn npm publish --access public",
|
|
37
|
-
"test": "
|
|
36
|
+
"test": "bun test"
|
|
38
37
|
},
|
|
39
38
|
"devDependencies": {
|
|
40
|
-
"@microsoft/api-extractor": "^7.38.
|
|
41
|
-
"@thi.ng/testament": "^0.
|
|
39
|
+
"@microsoft/api-extractor": "^7.38.2",
|
|
40
|
+
"@thi.ng/testament": "^0.4.0",
|
|
42
41
|
"rimraf": "^5.0.5",
|
|
43
42
|
"tools": "^0.0.1",
|
|
44
|
-
"typedoc": "^0.25.
|
|
43
|
+
"typedoc": "^0.25.3",
|
|
45
44
|
"typescript": "^5.2.2"
|
|
46
45
|
},
|
|
47
46
|
"keywords": [
|
|
@@ -225,5 +224,5 @@
|
|
|
225
224
|
"default": "./watch.js"
|
|
226
225
|
}
|
|
227
226
|
},
|
|
228
|
-
"gitHead": "
|
|
227
|
+
"gitHead": "9f4d8ad79bca1d68214fbc9bbc5fb55f5a445f7e\n"
|
|
229
228
|
}
|