xypriss-swagger 1.0.37 → 1.0.38

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/README.md CHANGED
@@ -26,7 +26,7 @@ In your main XyPriss application, import and register the `SwaggerPlugin`:
26
26
 
27
27
  ```typescript
28
28
  import { SwaggerPlugin } from "xypriss-swagger";
29
- import { XyPrissServer } from "xypriss";
29
+ import { createServer } from "xypriss";
30
30
 
31
31
  const server = createServer({
32
32
  plugins: {
@@ -52,7 +52,6 @@ Ensure the plugin is authorized in your `xypriss.config.jsonc`:
52
52
  {
53
53
  "$internal": {
54
54
  "xypriss-swagger": {
55
- "type": "plugin",
56
55
  "__meta__": {
57
56
  "path": "ROOT://",
58
57
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xypriss-swagger",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Auto-documentation plugin for XyPriss Router V2",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -1,10 +1,10 @@
1
1
  --- XYPRISS SIGNATURE (G3) ---
2
- Manifest: xypriss-swagger@1.0.37
2
+ Manifest: xypriss-swagger@1.0.38
3
3
  Min-Engine: 1.0.35
4
- Fingerprint: sha256:53f24df6e325461b5f45bdf2c1ad7dab95e6c904979af8ffc396507a543ded56
4
+ Fingerprint: sha256:1c9cf9b7e980d2d2a03b577fb579b468012ac1ac5816b9bec1c65db9dabe7bb2
5
5
  Identity: ed25519:a58b17a3e46302dd3ae5538bc9b8b991c57f4c5fe2e7d8ac41803de818d947f4
6
- Expires: 2027-04-22T20:54:37Z
6
+ Expires: 2027-04-22T21:03:55Z
7
7
  Revision: sha256:none
8
8
  --- BEGIN CRYPTOGRAPHIC PROOF ---
9
- base64:d2rumcZZmiZpCpc1TQbA1RmMnDgppcYNSv+LHuZ+SZXF0NHXotKdQeroTQaCEnqxjvRJEXyPjZsJNgt4RW8AAw==
9
+ base64:uh/Zj4YyJg4ACEPGtgG9spmUxkNSkIefqrzo02GMLGm/onhKt6aFa4fjCVo8qr37Oxn1tHt1IUp4abf3Ew4NAw==
10
10
  --- END XYPRISS SIGNATURE ---