slid-phi 2.2.1 → 2.2.3
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 +24 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,10 +1,32 @@
|
|
|
1
1
|
# slid-phi (public stub)
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="./brand/slid-phi-labs-master.jpg" alt="Zero Range Wave · Slid Phi Labs" width="720"/>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center"><strong>Slid Phi Labs</strong> — official product branding</p>
|
|
8
|
+
|
|
9
|
+
<p align="center"><img src="https://raw.githubusercontent.com/ceedot-rock/splabs-brand/main/assets/brand/logos/logo-slid-phi.jpg" alt="product logo" width="280"/></p>
|
|
10
|
+
|
|
3
11
|
**Proprietary.** Public npm does **not** include codec source.
|
|
4
12
|
|
|
13
|
+
**Site:** [www.slidphilabs.com](https://www.slidphilabs.com) (under construction)
|
|
14
|
+
|
|
5
15
|
## Get the real package
|
|
6
16
|
|
|
7
|
-
1.
|
|
8
|
-
2.
|
|
17
|
+
1. **Try / Support** — choose an option below
|
|
18
|
+
2. Access — private install or download (after purchase)
|
|
19
|
+
|
|
20
|
+
| Offer | Price | Link |
|
|
21
|
+
|-------|------:|------|
|
|
22
|
+
| **Support + Integration** | **$199** | [Buy](https://buy.stripe.com/7sYbJ27NjfJSbhz8gw6wE09) |
|
|
23
|
+
| Sponsor | $29 | [Sponsor](https://buy.stripe.com/cNi6oI8RnbtCgBTgN26wE01) |
|
|
24
|
+
| Consulting (deeper) | $250 | [Book](https://buy.stripe.com/eVqfZi0kR41a4TbgN26wE02) |
|
|
25
|
+
|
|
26
|
+
Contact: [corey@slidphilabs.com](mailto:corey@slidphilabs.com)
|
|
27
|
+
|
|
28
|
+
Repo: [github.com/ceedot-rock/SlidPhiLabs](https://github.com/ceedot-rock/SlidPhiLabs)
|
|
29
|
+
|
|
30
|
+
npm: [`slid-phi`](https://www.npmjs.com/package/slid-phi)
|
|
9
31
|
|
|
10
32
|
© Slid Phi Labs · All rights reserved
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slid-phi",
|
|
3
|
-
"version": "2.2.
|
|
4
|
-
"description": "Slid Phi Labs Omni-Dormant integer codecs
|
|
3
|
+
"version": "2.2.3",
|
|
4
|
+
"description": "Slid Phi Labs Omni-Dormant integer codecs — Zeckendorf / hybrid Fibonacci + optional gap-ANS path. Pure JS. Support and integration available.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"author": "Slid Phi Labs",
|
|
21
21
|
"license": "SEE LICENSE IN LICENSE",
|
|
22
|
-
"homepage": "https://slidphilabs.
|
|
22
|
+
"homepage": "https://www.slidphilabs.com",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
25
|
"url": "git+https://github.com/ceedot-rock/SlidPhiLabs.git"
|