@aturi.to/waypoints 0.1.0 → 0.1.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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -82,5 +82,5 @@ If you change waypoint data or parsing logic in the app, re-run `npm run sync`.
|
|
|
82
82
|
|
|
83
83
|
## License
|
|
84
84
|
|
|
85
|
-
MIT ©
|
|
85
|
+
MIT © atpotato, LLC. (The Aturi app itself is GPL-3.0; these packages are
|
|
86
86
|
dual-licensed MIT by the copyright holder to remove the adoption barrier.)
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aturi.to/waypoints",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "[Beta] Aturi's curated catalog of Atmosphere (AT Protocol) clients, with per-client \"Open in…\" link builders, recommendations, and URL/AT-URI resolution. Zero runtime dependencies.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "atpotato, LLC",
|
|
7
7
|
"homepage": "https://aturi.to",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|