@cloudyventures/baseh 2.0.2 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -164,5 +164,4 @@ input.
164
164
 
165
165
  ## License
166
166
 
167
- AGPL-3.0. Commercial licensing available; see
168
- [COMMERCIAL.md](https://github.com/cloudyventures/baseh/blob/main/COMMERCIAL.md).
167
+ Apache-2.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudyventures/baseh",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "baseH: reversible, checksummed, human-safe short references for integers.",
5
5
  "repository": "github:cloudyventures/baseh",
6
6
  "homepage": "https://github.com/cloudyventures/baseh#readme",
@@ -55,5 +55,5 @@
55
55
  "typescript": "^5.6.0",
56
56
  "typescript-eslint": "^8.65.0"
57
57
  },
58
- "license": "AGPL-3.0-only"
58
+ "license": "Apache-2.0"
59
59
  }