@crowi/plugin-renderer-plantuml 0.1.0-alpha.0 → 0.1.0-alpha.1
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 +10 -5
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crowi/plugin-renderer-plantuml",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.1",
|
|
4
4
|
"description": "PlantUML diagram renderer for Crowi 2.x. Sends ```plantuml fenced blocks to a PlantUML server and inlines the returned SVG (or PNG). Cache TTL 1h.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/crowi/crowi.git",
|
|
8
|
+
"directory": "packages/plugin-renderer-plantuml"
|
|
9
|
+
},
|
|
5
10
|
"main": "dist/index.js",
|
|
6
11
|
"module": "dist/index.mjs",
|
|
7
12
|
"types": "dist/index.d.ts",
|
|
@@ -20,11 +25,11 @@
|
|
|
20
25
|
"access": "public"
|
|
21
26
|
},
|
|
22
27
|
"peerDependencies": {
|
|
23
|
-
"zod": "^4
|
|
28
|
+
"zod": "^4"
|
|
24
29
|
},
|
|
25
30
|
"dependencies": {
|
|
26
31
|
"plantuml-encoder": "^1.4.0",
|
|
27
|
-
"@crowi/plugin-api": "^0.1.0-alpha.
|
|
32
|
+
"@crowi/plugin-api": "^0.1.0-alpha.1"
|
|
28
33
|
},
|
|
29
34
|
"devDependencies": {
|
|
30
35
|
"@types/jest": "^29.5.14",
|
|
@@ -34,8 +39,8 @@
|
|
|
34
39
|
"tsup": "^8.3.5",
|
|
35
40
|
"typescript": "^5.8.3",
|
|
36
41
|
"zod": "^4.4.3",
|
|
37
|
-
"@crowi/
|
|
38
|
-
"@crowi/
|
|
42
|
+
"@crowi/plugin-api": "0.1.0-alpha.1",
|
|
43
|
+
"@crowi/tsconfig": "0.1.0-alpha.0"
|
|
39
44
|
},
|
|
40
45
|
"scripts": {
|
|
41
46
|
"build": "tsup",
|