@shroud-fi/core 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 +2 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shroud-fi/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "secp256k1 stealth-address identity layer for the ShroudFi privacy SDK. EIP-5564/6538 primitives every other package builds on.",
5
5
  "keywords": [
6
6
  "shroudfi",
@@ -16,14 +16,6 @@
16
16
  "author": "ShroudFi",
17
17
  "license": "MIT",
18
18
  "homepage": "https://shroudfi.live/sdk#core",
19
- "bugs": {
20
- "url": "https://github.com/NotMcAfee/shroudfi/issues"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "git+https://github.com/NotMcAfee/shroudfi.git",
25
- "directory": "packages/core"
26
- },
27
19
  "type": "module",
28
20
  "main": "./dist/cjs/index.js",
29
21
  "module": "./dist/esm/index.js",
@@ -49,7 +41,7 @@
49
41
  "viem": "^2.21.0",
50
42
  "vitest": "^2.0.0",
51
43
  "typescript": "^5.6.0",
52
- "@shroud-fi/transport": "0.1.0"
44
+ "@shroud-fi/transport": "0.1.2"
53
45
  },
54
46
  "publishConfig": {
55
47
  "access": "public"