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

|
|
2
|
-
|
|
3
1
|
# pi-spark
|
|
4
2
|
|
|
5
3
|
A collection of [pi](https://pi.dev/) extensions that polish the daily pi experience.
|
|
@@ -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": "A collection of pi extensions that polish the daily pi experience",
|
|
3
|
+
"version": "0.11.1",
|
|
4
|
+
"description": "A collection of pi extensions that polish the daily pi 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
|