pi-docparser 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.
- package/CHANGELOG.md +8 -0
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project follows semantic versioning.
|
|
6
6
|
|
|
7
|
+
## [1.0.1] - 2026-03-20
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- added Pi package gallery preview image metadata
|
|
12
|
+
- added concrete `document_parse` usage examples to the README
|
|
13
|
+
- added GitHub repository metadata to improve the npm package listing
|
|
14
|
+
|
|
7
15
|
## [1.0.0] - 2026-03-20
|
|
8
16
|
|
|
9
17
|
Initial public release.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-docparser",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Pi package that adds a document_parse tool and companion skill for parsing PDFs, Office documents, spreadsheets, and images with LiteParse.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"document-parse",
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
],
|
|
14
14
|
"homepage": "https://maximilian-schwarzmueller.com",
|
|
15
15
|
"license": "MIT",
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/maxedapps/pi-docparser.git"
|
|
19
|
+
},
|
|
16
20
|
"files": [
|
|
17
21
|
"assets",
|
|
18
22
|
"extensions",
|