@hybrd/xmtp 1.2.4 → 1.2.5

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @hybrd/xmtp@1.2.4 build /Users/ian/Projects/01/hybrid/packages/xmtp
3
+ > @hybrd/xmtp@1.2.5 build /Users/ian/Projects/01/hybrid/packages/xmtp
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: {"index":"src/index.ts"}
@@ -12,7 +12,7 @@
12
12
  CJS Build start
13
13
  ESM Build start
14
14
 
15
- [9:12:40 AM]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
15
+ [10:30:48 AM]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
16
16
 
17
17
  scripts/revoke-installations.ts:89:4:
18
18
   89 │ if (import.meta.url === file://${process.argv[1]}) {
@@ -23,7 +23,7 @@
23
23
 
24
24
 
25
25
 
26
- [9:12:40 AM]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
26
+ [10:30:48 AM]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
27
27
 
28
28
  src/client.ts:21:33:
29
29
   21 │ const __filename = fileURLToPath(import.meta.url)
@@ -33,13 +33,13 @@
33
33
 
34
34
 
35
35
 
36
- CJS dist/index.cjs 109.24 KB
37
- CJS dist/index.cjs.map 195.29 KB
38
- CJS ⚡️ Build success in 47ms
39
36
  ESM dist/index.js 104.11 KB
40
37
  ESM dist/index.js.map 194.82 KB
41
- ESM ⚡️ Build success in 47ms
38
+ ESM ⚡️ Build success in 43ms
39
+ CJS dist/index.cjs 109.24 KB
40
+ CJS dist/index.cjs.map 195.29 KB
41
+ CJS ⚡️ Build success in 43ms
42
42
  DTS Build start
43
- DTS ⚡️ Build success in 3934ms
43
+ DTS ⚡️ Build success in 2487ms
44
44
  DTS dist/index.d.cts 27.42 KB
45
45
  DTS dist/index.d.ts 27.42 KB
package/README.md CHANGED
@@ -208,7 +208,7 @@ pnpm with-env pnpm --filter @hybrd/xmtp custom:storage
208
208
 
209
209
  | Script | Command | Description |
210
210
  | ------------------ | -------------------------------------------- | --------------------------------- |
211
- | `gen:keys` | `pnpm --filter @hybrd/xmtp gen:keys` | Generate new XMTP wallet keys |
211
+ | `keys` | `pnpm --filter @hybrd/xmtp keys` | Generate new XMTP wallet keys |
212
212
  | `register` | `pnpm --filter @hybrd/xmtp register` | Register wallet on XMTP network |
213
213
  | `revoke` | `pnpm --filter @hybrd/xmtp revoke` | Revoke old XMTP installations |
214
214
  | `enhanced:demo` | `pnpm --filter @hybrd/xmtp enhanced:demo` | Demo enhanced connection features |
@@ -377,4 +377,4 @@ import { ENSResolver, BasenameResolver } from '@hybrd/xmtp/resolver'
377
377
 
378
378
  const ensResolver = new ENSResolver({ mainnetClient })
379
379
  const basenameResolver = new BasenameResolver({ publicClient: baseClient })
380
- ```
380
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybrd/xmtp",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {