@towns-protocol/react-sdk 0.0.280 → 0.0.283

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 +8 -8
package/package.json CHANGED
@@ -1,27 +1,24 @@
1
1
  {
2
2
  "name": "@towns-protocol/react-sdk",
3
3
  "description": "React Hooks for Towns Protocol SDK",
4
- "version": "0.0.280",
4
+ "version": "0.0.283",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
7
7
  "types": "./dist/types/index.d.ts",
8
- "publishConfig": {
9
- "access": "public"
10
- },
11
8
  "scripts": {
12
9
  "build": "yarn run clean && yarn run build:esm+types",
13
10
  "build:esm+types": "tsc --project tsconfig.build.json --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types",
14
- "lint": "eslint ./src --max-warnings=0",
11
+ "clean": "rm -rf dist tsconfig.tsbuildinfo",
15
12
  "gen": "yarn gen:extractor && yarn gen:docs",
16
13
  "gen:docs": "tsx ./scripts/docgen/generate.ts",
17
14
  "gen:extractor": "api-extractor run --local",
18
- "clean": "rm -rf dist tsconfig.tsbuildinfo",
15
+ "lint": "eslint ./src --max-warnings=0",
19
16
  "test:build": "publint --strict && attw --pack --ignore-rules cjs-resolves-to-esm",
20
17
  "typecheck": "tsc --noEmit",
21
18
  "watch": "yarn build -w"
22
19
  },
23
20
  "dependencies": {
24
- "@towns-protocol/sdk": "^0.0.280",
21
+ "@towns-protocol/sdk": "^0.0.283",
25
22
  "ethers": "^5.7.2"
26
23
  },
27
24
  "devDependencies": {
@@ -63,6 +60,9 @@
63
60
  "react": "^18.2 || ^19.0",
64
61
  "typescript": "^5"
65
62
  },
63
+ "publishConfig": {
64
+ "access": "public"
65
+ },
66
66
  "repository": {
67
67
  "type": "git",
68
68
  "url": "https://github.com/towns-protocol/towns.git",
@@ -70,5 +70,5 @@
70
70
  },
71
71
  "sideEffects": false,
72
72
  "typings": "./dist/types/index.d.ts",
73
- "gitHead": "33ff565c6d354f4039d06fbdb63bd572f8616380"
73
+ "gitHead": "f69d38eaeca9a87265746214d7d4da66e005358a"
74
74
  }