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