diagrams-js 0.0.7 → 0.0.8
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "diagrams-js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"architecture",
|
|
@@ -1043,10 +1043,10 @@
|
|
|
1043
1043
|
"dev": "vp build --watch",
|
|
1044
1044
|
"docs": "cd docs && pnpm start",
|
|
1045
1045
|
"docs:build": "cd docs && pnpm run build",
|
|
1046
|
+
"docs:install-build": "cd docs && pnpm install && pnpm run build",
|
|
1046
1047
|
"test": "vp test",
|
|
1047
1048
|
"check": "vp check",
|
|
1048
1049
|
"fix": "vp check --fix",
|
|
1049
|
-
"postinstall": "cd docs && pnpm install",
|
|
1050
1050
|
"prepublishOnly": "vp run build",
|
|
1051
1051
|
"prepare": "vp config",
|
|
1052
1052
|
"generate": "npx tsx scripts/generate.ts",
|