@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 dame.art
3
+ Copyright (c) 2026 atpotato, LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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 © dame.art. (The Aturi app itself is GPL-3.0; these packages are
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.0",
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": "dame.art",
6
+ "author": "atpotato, LLC",
7
7
  "homepage": "https://aturi.to",
8
8
  "repository": {
9
9
  "type": "git",