@hybrd/xmtp 1.0.8 → 1.1.0

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 (55) hide show
  1. package/.cache/tsbuildinfo.json +1 -1
  2. package/.turbo/turbo-build.log +42 -2
  3. package/biome.jsonc +1 -1
  4. package/dist/index.cjs +3385 -0
  5. package/dist/index.cjs.map +1 -0
  6. package/dist/index.d.cts +860 -0
  7. package/dist/index.d.ts +860 -0
  8. package/dist/index.js +3323 -0
  9. package/dist/index.js.map +1 -0
  10. package/package.json +39 -46
  11. package/src/service-client.ts +1 -1
  12. package/tsconfig.json +5 -10
  13. package/tsup.config.ts +14 -0
  14. package/.turbo/turbo-lint$colon$fix.log +0 -6
  15. package/.turbo/turbo-typecheck.log +0 -5
  16. package/dist/scripts/generate-keys.d.ts +0 -1
  17. package/dist/scripts/generate-keys.js +0 -19
  18. package/dist/scripts/refresh-identity.d.ts +0 -1
  19. package/dist/scripts/refresh-identity.js +0 -93
  20. package/dist/scripts/register-wallet.d.ts +0 -1
  21. package/dist/scripts/register-wallet.js +0 -75
  22. package/dist/scripts/revoke-all-installations.d.ts +0 -2
  23. package/dist/scripts/revoke-all-installations.js +0 -68
  24. package/dist/scripts/revoke-installations.d.ts +0 -2
  25. package/dist/scripts/revoke-installations.js +0 -62
  26. package/dist/src/abi/l2_resolver.d.ts +0 -992
  27. package/dist/src/abi/l2_resolver.js +0 -699
  28. package/dist/src/client.d.ts +0 -76
  29. package/dist/src/client.js +0 -709
  30. package/dist/src/constants.d.ts +0 -3
  31. package/dist/src/constants.js +0 -6
  32. package/dist/src/index.d.ts +0 -22
  33. package/dist/src/index.js +0 -46
  34. package/dist/src/lib/message-listener.d.ts +0 -69
  35. package/dist/src/lib/message-listener.js +0 -235
  36. package/dist/src/lib/message-listener.test.d.ts +0 -1
  37. package/dist/src/lib/message-listener.test.js +0 -303
  38. package/dist/src/lib/subjects.d.ts +0 -24
  39. package/dist/src/lib/subjects.js +0 -68
  40. package/dist/src/resolver/address-resolver.d.ts +0 -57
  41. package/dist/src/resolver/address-resolver.js +0 -168
  42. package/dist/src/resolver/basename-resolver.d.ts +0 -134
  43. package/dist/src/resolver/basename-resolver.js +0 -409
  44. package/dist/src/resolver/ens-resolver.d.ts +0 -95
  45. package/dist/src/resolver/ens-resolver.js +0 -249
  46. package/dist/src/resolver/index.d.ts +0 -1
  47. package/dist/src/resolver/index.js +0 -1
  48. package/dist/src/resolver/resolver.d.ts +0 -162
  49. package/dist/src/resolver/resolver.js +0 -238
  50. package/dist/src/resolver/xmtp-resolver.d.ts +0 -95
  51. package/dist/src/resolver/xmtp-resolver.js +0 -297
  52. package/dist/src/service-client.d.ts +0 -77
  53. package/dist/src/service-client.js +0 -198
  54. package/dist/src/types.d.ts +0 -123
  55. package/dist/src/types.js +0 -5
@@ -1,5 +1,45 @@
1
1
 
2
2
  
3
- > @hybrd/xmtp@1.0.8 build /Users/ian/Projects/01/hybrid/packages/xmtp
4
- > tsc
3
+ > @hybrd/xmtp@1.1.0 build /Users/ian/Projects/01/hybrid/packages/xmtp
4
+ > tsup
5
5
 
6
+ CLI Building entry: {"index":"src/index.ts"}
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.0
9
+ CLI Using tsup config: /Users/ian/Projects/01/hybrid/packages/xmtp/tsup.config.ts
10
+ CLI Target: es2020
11
+ CLI Cleaning output folder
12
+ CJS Build start
13
+ ESM Build start
14
+
15
+ [12:30:47 PM]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
16
+
17
+ scripts/revoke-installations.ts:89:4:
18
+  89 │ if (import.meta.url === file://${process.argv[1]}) {
19
+ ╵ ~~~~~~~~~~~
20
+
21
+ You need to set the output format to "esm" for "import.meta" to work correctly.
22
+
23
+
24
+
25
+
26
+ [12:30:47 PM]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
27
+
28
+ src/client.ts:21:33:
29
+  21 │ const __filename = fileURLToPath(import.meta.url)
30
+ ╵ ~~~~~~~~~~~
31
+
32
+ You need to set the output format to "esm" for "import.meta" to work correctly.
33
+
34
+
35
+
36
+ ESM dist/index.js 104.11 KB
37
+ ESM dist/index.js.map 194.82 KB
38
+ ESM ⚡️ Build success in 40ms
39
+ CJS dist/index.cjs 109.24 KB
40
+ CJS dist/index.cjs.map 195.29 KB
41
+ CJS ⚡️ Build success in 40ms
42
+ DTS Build start
43
+ DTS ⚡️ Build success in 4002ms
44
+ DTS dist/index.d.cts 27.42 KB
45
+ DTS dist/index.d.ts 27.42 KB
package/biome.jsonc CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3
- "extends": ["@hybrd/biome"]
3
+ "extends": ["@config/biome"]
4
4
  }