pi-spark 0.11.0 → 0.11.2
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 +2 -4
- package/package.json +3 -3
- package/assets/cover.png +0 -0
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-

|
|
2
|
-
|
|
3
1
|
# pi-spark
|
|
4
2
|
|
|
5
|
-
|
|
3
|
+
[Pi](https://pi.dev/) extensions that polish the daily experience.
|
|
6
4
|
|
|
7
5
|
## Extensions
|
|
8
6
|
|
|
@@ -117,4 +115,4 @@ Project trust is an [input-loading guard](https://pi.dev/docs/latest/security#pr
|
|
|
117
115
|
|
|
118
116
|
## Other pi packages
|
|
119
117
|
|
|
120
|
-
|
|
118
|
+
See my [pi-packages](https://github.com/zlliang/pi-packages) repo for the full list.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-spark",
|
|
3
|
-
"version": "0.11.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.11.2",
|
|
4
|
+
"description": "Pi extensions that polish the daily experience.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-coding-agent",
|
|
7
7
|
"pi-package"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"extensions": [
|
|
23
23
|
"./extensions"
|
|
24
24
|
],
|
|
25
|
-
"image": "https://raw.githubusercontent.com/zlliang/pi-packages/main/
|
|
25
|
+
"image": "https://raw.githubusercontent.com/zlliang/pi-packages/main/assets/cover.png"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"liqe": "^3.8.7",
|
package/assets/cover.png
DELETED
|
Binary file
|