solfaces 2.3.1 → 2.3.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 +3 -3
- package/SKILL.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/solfaces)
|
|
4
4
|
[](https://www.npmjs.com/package/solfaces)
|
|
5
|
-
[](https://github.com/jorger3301/
|
|
5
|
+
[](https://github.com/jorger3301/SolFace/blob/main/LICENSE)
|
|
6
6
|
[](https://bundlephobia.com/package/solfaces)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
|
-
[](https://github.com/jorger3301/SolFace/actions/workflows/ci.yml)
|
|
9
9
|
|
|
10
10
|
**Deterministic wallet avatars and names for the Solana ecosystem.**
|
|
11
11
|
|
|
@@ -56,7 +56,7 @@ npm install solfaces
|
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
58
|
# Zero dependencies — just copy the file
|
|
59
|
-
curl -O https://raw.githubusercontent.com/jorger3301/
|
|
59
|
+
curl -O https://raw.githubusercontent.com/jorger3301/SolFace/main/python/solfaces.py
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
---
|
package/SKILL.md
CHANGED
|
@@ -93,7 +93,7 @@ npm install solfaces
|
|
|
93
93
|
<script src="https://unpkg.com/solfaces/dist/solfaces.cdn.global.js"></script>
|
|
94
94
|
```
|
|
95
95
|
```bash
|
|
96
|
-
curl -O https://raw.githubusercontent.com/jorger3301/
|
|
96
|
+
curl -O https://raw.githubusercontent.com/jorger3301/SolFace/main/python/solfaces.py
|
|
97
97
|
```
|
|
98
98
|
|
|
99
99
|
---
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solfaces",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "Deterministic wallet avatars and names for the Solana ecosystem. SHA-256 name derivation, zero-dependency trait engine with React, vanilla JS, and server-side rendering support.",
|
|
5
5
|
"author": "https://github.com/jorger3301",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/jorger3301/
|
|
9
|
+
"url": "git+https://github.com/jorger3301/SolFace.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/jorger3301/
|
|
11
|
+
"homepage": "https://github.com/jorger3301/SolFace#readme",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"solana",
|
|
14
14
|
"avatar",
|