retuple 1.0.0-next.5 → 1.0.0-next.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retuple",
3
- "version": "1.0.0-next.5",
3
+ "version": "1.0.0-next.7",
4
4
  "scripts": {
5
5
  "test": "vitest",
6
6
  "lint": "eslint . --ext .ts -c eslint.config.mjs --fix",
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "author": "Matthew Wilson",
24
24
  "license": "MIT",
25
- "description": "A strongly typed errors as values library built around tuples.",
25
+ "description": "A Result type built around tuples. Treat errors as values, and make exceptions exceptional.",
26
26
  "repository": {
27
27
  "type": "git",
28
28
  "url": "git+https://github.com/traverse1984/retuple.git"