@arcforge/axon 0.7.3 → 1.0.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 +5 -5
- package/index.js +829 -0
- package/package.json +14 -48
- package/LICENSE +0 -26
- package/app/index.ts +0 -204
- package/dist/axon.js +0 -398
- package/dist/cpufeatures-tnar8e9z.node +0 -0
- package/dist/sshcrypto-j88rng6w.node +0 -0
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ axon
|
|
|
58
58
|
|
|
59
59
|
**Requirements:**
|
|
60
60
|
- [Bun](https://bun.sh) runtime installed
|
|
61
|
-
- Valid Axon API key (get yours at [axon.
|
|
61
|
+
- Valid Axon API key (get yours at [axon.arclabs.it](https://axon.arclabs.it))
|
|
62
62
|
|
|
63
63
|
---
|
|
64
64
|
|
|
@@ -172,15 +172,15 @@ Axon operates on a **credit-based system**:
|
|
|
172
172
|
- **Top-ups** available for one-time purchases
|
|
173
173
|
- Credits never expire
|
|
174
174
|
|
|
175
|
-
Manage your subscription at [axon.
|
|
175
|
+
Manage your subscription at [axon.arclabs.it/billing](https://axon.arclabs.it/billing)
|
|
176
176
|
|
|
177
177
|
---
|
|
178
178
|
|
|
179
179
|
## Support
|
|
180
180
|
|
|
181
|
-
- **Website**: [axon.
|
|
182
|
-
- **Documentation**: [axon.
|
|
183
|
-
- **Billing**: [axon.
|
|
181
|
+
- **Website**: [axon.arclabs.it](https://axon.arclabs.it)
|
|
182
|
+
- **Documentation**: [axon.arclabs.it/docs](https://axon.arclabs.it/docs)
|
|
183
|
+
- **Billing**: [axon.arclabs.it/billing](https://axon.arclabs.it/billing)
|
|
184
184
|
|
|
185
185
|
---
|
|
186
186
|
|