near-safe 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "near-safe",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "license": "MIT",
5
5
  "description": "An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.",
6
6
  "author": "bh2smith",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/mintbase/near-safe.git"
9
+ "url": "https://github.com/BitteProtocol/near-safe"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/mintbase/near-safe/issues"
12
+ "url": "https://github.com/BitteProtocol/near-safe/issues"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=20.0.0"