@drdoc-com/pi-drdoc 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +11 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pi Plugin for Dr.DOC
2
2
 
3
- An integration plugin Package for the **Pi Agent** (`pi.dev`) ecosystem to interact seamlessly with the [**Dr.DOC Document Management System** \(DMS/ECM\)](drdoc.com/node/de/products/web).
3
+ An integration plugin Package for the **Pi Agent** (`pi.dev`) ecosystem to interact seamlessly with the [**Dr.DOC Document Management System** \(DMS/ECM\)](https://drdoc.com/node/de/products/web).
4
4
 
5
5
  This plugin allows the Pi Agent to query Dr.DOC archives, fetch document blobs, store files locally, generate direct web links, and display inline document previews.
6
6
 
@@ -66,3 +66,12 @@ The plugin utilizes configuration options supplied by the Dr.DOC client or envir
66
66
 
67
67
  This project is licensed under the Apache License 2.0.
68
68
  Dr.DOC DMS is licensed is under proprietary License.
69
+
70
+ ---
71
+
72
+ ## Documentation
73
+
74
+ See Dr.DOC Web REST API Documentation:
75
+ [https://drdoc.com/node/de/products/web/doku/rest-api](https://drdoc.com/node/de/products/web/doku/rest-api)
76
+
77
+
package/package.json CHANGED
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "@drdoc-com/pi-drdoc",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Dr.DOC DMS Integration Package for PI Agent",
5
5
  "type": "module",
6
- "license": "MIT",
7
- "keywords": ["pi-package", "pi-agent", "drdoc", "rest-api", "skill", "dms", "Dr.DOC"],
6
+ "license": "Apache License 2.0",
7
+ "keywords": [
8
+ "pi-package",
9
+ "pi-agent",
10
+ "drdoc",
11
+ "rest-api",
12
+ "skill",
13
+ "dms",
14
+ "Dr.DOC"
15
+ ],
8
16
  "private": false,
9
17
  "pi": {
10
18
  "extensions": [
@@ -29,4 +37,3 @@
29
37
  "@earendil-works/pi-coding-agent": "*"
30
38
  }
31
39
  }
32
-