@cantonconnect/core 0.2.1 → 0.2.2

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 +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -244,9 +244,9 @@ try {
244
244
 
245
245
  ## Links
246
246
 
247
- - [GitHub Repository](https://github.com/cantonconnect/wallet-sdk)
248
- - [Wallet Provider Guide](https://github.com/cantonconnect/wallet-sdk/blob/main/docs/wallet-provider-guide.md)
249
- - [Report Issues](https://github.com/cantonconnect/wallet-sdk/issues)
247
+ - [GitHub Repository](https://github.com/cayvox/CantonConnect)
248
+ - [Wallet Provider Guide](https://github.com/cayvox/CantonConnect/blob/main/docs/wallet-provider-guide.md)
249
+ - [Report Issues](https://github.com/cayvox/CantonConnect/issues)
250
250
 
251
251
  ---
252
252
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cantonconnect/core",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Core types, errors, and abstractions for CantonConnect",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -24,12 +24,12 @@
24
24
  "license": "MIT",
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "https://github.com/cantonconnect/wallet-sdk.git",
27
+ "url": "https://github.com/cayvox/CantonConnect.git",
28
28
  "directory": "packages/core"
29
29
  },
30
- "homepage": "https://github.com/cantonconnect/wallet-sdk#readme",
30
+ "homepage": "https://github.com/cayvox/CantonConnect#readme",
31
31
  "bugs": {
32
- "url": "https://github.com/cantonconnect/wallet-sdk/issues"
32
+ "url": "https://github.com/cayvox/CantonConnect/issues"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.3.3",