@spences10/pi-sqlite-tools 0.0.7 → 0.0.8
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 +9 -0
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @spences10/pi-sqlite-tools
|
|
2
2
|
|
|
3
|
+
## 0.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bea8707: Add package-specific homepage links so Pi gallery pages
|
|
8
|
+
point to each package README.
|
|
9
|
+
- 3e91b90: Add shared package gallery preview image to all Pi package
|
|
10
|
+
manifests.
|
|
11
|
+
|
|
3
12
|
## 0.0.7
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-sqlite-tools",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Pi extension that reminds the model to prefer mcp-sqlite-tools for SQLite database work",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"database",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"pi-package",
|
|
10
10
|
"sqlite"
|
|
11
11
|
],
|
|
12
|
+
"homepage": "https://github.com/spences10/my-pi/tree/main/packages/pi-sqlite-tools#readme",
|
|
12
13
|
"license": "MIT",
|
|
13
14
|
"author": "Scott Spence <me@scottspence.com>",
|
|
14
15
|
"repository": {
|
|
@@ -42,7 +43,8 @@
|
|
|
42
43
|
"pi": {
|
|
43
44
|
"extensions": [
|
|
44
45
|
"./dist/index.js"
|
|
45
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"image": "https://raw.githubusercontent.com/spences10/my-pi/main/assets/pi-package-preview.png"
|
|
46
48
|
},
|
|
47
49
|
"scripts": {
|
|
48
50
|
"build": "pnpm --filter \"$npm_package_name^...\" run build:self && pnpm run build:self",
|