yield-result 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 (1) hide show
  1. package/package.json +10 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yield-result",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Rust-style ? operator for TypeScript using generators (yield*). Zero dependencies, type-safe error handling.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,6 +25,14 @@
25
25
  "bench": "npx vitest bench",
26
26
  "prepublishOnly": "npm run test && npm run test:types && npm run build"
27
27
  },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/Benevalterjr/yield-result.git"
31
+ },
32
+ "homepage": "https://github.com/Benevalterjr/yield-result#readme",
33
+ "bugs": {
34
+ "url": "https://github.com/Benevalterjr/yield-result/issues"
35
+ },
28
36
  "keywords": [
29
37
  "result",
30
38
  "error-handling",
@@ -43,3 +51,4 @@
43
51
  }
44
52
  }
45
53
 
54
+