sysprom 1.2.5 → 1.2.6
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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sysprom",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "SysProM — System Provenance Model CLI and library",
|
|
5
5
|
"author": "ExaDev",
|
|
6
6
|
"homepage": "https://exadev.github.io/SysProM",
|
|
@@ -45,8 +45,7 @@
|
|
|
45
45
|
"test": "turbo run _test",
|
|
46
46
|
"test:coverage": "turbo run _test:coverage",
|
|
47
47
|
"docs": "turbo run _docs:cli _docs:api",
|
|
48
|
-
"docs:
|
|
49
|
-
"docs:serve": "typedoc --options typedoc.html.json --watch --serve",
|
|
48
|
+
"docs:serve": "typedoc --watch --serve",
|
|
50
49
|
"lint": "turbo run _lint",
|
|
51
50
|
"spm": "tsx src/cli/index.ts",
|
|
52
51
|
"_lint": "eslint --cache .",
|
|
@@ -57,7 +56,6 @@
|
|
|
57
56
|
"_test:coverage": "c8 --src src --exclude 'src/cli/**' --exclude 'src/generate-schema.ts' tsx --test tests/*.test.ts",
|
|
58
57
|
"_docs:cli": "tsx scripts/generate-cli-docs.ts",
|
|
59
58
|
"_docs:api": "typedoc",
|
|
60
|
-
"_docs:api:html": "typedoc --options typedoc.html.json",
|
|
61
59
|
"prepare": "husky"
|
|
62
60
|
},
|
|
63
61
|
"dependencies": {
|