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 +1 -2
- package/package.json +1 -1
- package/xypriss.plugin.xsig +4 -4
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 {
|
|
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
package/xypriss.plugin.xsig
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- XYPRISS SIGNATURE (G3) ---
|
|
2
|
-
Manifest: xypriss-swagger@1.0.
|
|
2
|
+
Manifest: xypriss-swagger@1.0.38
|
|
3
3
|
Min-Engine: 1.0.35
|
|
4
|
-
Fingerprint: sha256:
|
|
4
|
+
Fingerprint: sha256:1c9cf9b7e980d2d2a03b577fb579b468012ac1ac5816b9bec1c65db9dabe7bb2
|
|
5
5
|
Identity: ed25519:a58b17a3e46302dd3ae5538bc9b8b991c57f4c5fe2e7d8ac41803de818d947f4
|
|
6
|
-
Expires: 2027-04-
|
|
6
|
+
Expires: 2027-04-22T21:03:55Z
|
|
7
7
|
Revision: sha256:none
|
|
8
8
|
--- BEGIN CRYPTOGRAPHIC PROOF ---
|
|
9
|
-
base64:
|
|
9
|
+
base64:uh/Zj4YyJg4ACEPGtgG9spmUxkNSkIefqrzo02GMLGm/onhKt6aFa4fjCVo8qr37Oxn1tHt1IUp4abf3Ew4NAw==
|
|
10
10
|
--- END XYPRISS SIGNATURE ---
|