@bbuilders/djeon402-sdk-client 1.0.2 → 1.0.3

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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbuilders/djeon402-sdk-client",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "DJEON402 SDK for browser and frontend applications (React, Vue)",
5
5
  "keywords": [
6
6
  "djeon402",
@@ -16,13 +16,8 @@
16
16
  "ethereum",
17
17
  "wagmi"
18
18
  ],
19
- "author": "DJEON402 Team",
19
+ "author": "bbuilders <dev@bbuilders.xyz>",
20
20
  "license": "MIT",
21
- "repository": {
22
- "type": "git",
23
- "url": "https://github.com/yourorg/dongjeon402-sdk.git",
24
- "directory": "packages/sdk-client"
25
- },
26
21
  "type": "module",
27
22
  "main": "./dist/index.cjs",
28
23
  "module": "./dist/index.mjs",