@crowi/plugin-api 1.0.0-alpha.10 → 1.0.0-alpha.11

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,7 +7,7 @@ import('<plugin-name>')` at boot and calls each `register*` callback it
7
7
  implements. See
8
8
  [RFC-0001](https://github.com/crowi/crowi/blob/main/docs/rfcs/0001-plugin-architecture.md)
9
9
  for the full design and the
10
- [plugin development guide](https://crowi.wiki/docs/plugins/developing)
10
+ [plugin development guide](https://crowi.wiki/en/docs/develop/plugins-developing)
11
11
  for a walkthrough.
12
12
 
13
13
  > **Alpha notice**: Crowi v2 is under active alpha development and this
@@ -145,7 +145,7 @@ A few things make this different from every other `register*` / `reconfigure` ca
145
145
 
146
146
  ## See also
147
147
 
148
- - [Plugin development guide](https://crowi.wiki/docs/plugins/developing) —
148
+ - [Plugin development guide](https://crowi.wiki/en/docs/develop/plugins-developing) —
149
149
  the full walkthrough (markers, `adminPlacement`, `configI18n`,
150
150
  `PluginContext`, dependency plugins, renderer plugins).
151
151
  - [RFC-0001: Plugin architecture](https://github.com/crowi/crowi/blob/main/docs/rfcs/0001-plugin-architecture.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowi/plugin-api",
3
- "version": "1.0.0-alpha.10",
3
+ "version": "1.0.0-alpha.11",
4
4
  "description": "Type-only contract for Crowi 2.0 plugins. See docs/rfcs/0001-plugin-architecture.md.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,20 +25,20 @@
25
25
  "access": "public"
26
26
  },
27
27
  "peerDependencies": {
28
- "hono": "^4.12.34",
28
+ "hono": "^4.13.5",
29
29
  "zod": "^4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/jest": "^30.0.0",
33
33
  "@types/node": "^24",
34
- "hono": "^4.12.34",
34
+ "hono": "^4.13.5",
35
35
  "jest": "^30.5.0",
36
36
  "ts-jest": "^29.4.12",
37
37
  "tsup": "^8.3.5",
38
38
  "typescript": "^6.0.3",
39
39
  "zod": "^4.4.3",
40
- "@crowi/tsconfig": "0.1.0-alpha.0",
41
- "@crowi/svg-sanitize": "0.1.0-alpha.1"
40
+ "@crowi/svg-sanitize": "0.1.0-alpha.1",
41
+ "@crowi/tsconfig": "0.1.0-alpha.0"
42
42
  },
43
43
  "dependencies": {
44
44
  "@xmldom/xmldom": "^0.9.12",