@towns-labs/sdk 3.4.1 → 4.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/dist/createApp.d.ts +1 -1
- package/dist/createApp.d.ts.map +1 -1
- package/package.json +8 -8
package/dist/createApp.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export interface CreateAppResult {
|
|
|
22
22
|
appAddress: Address;
|
|
23
23
|
/** The private key for the app account Store this securely if you didn't provide your own */
|
|
24
24
|
appPrivateKey: Hex;
|
|
25
|
-
/** The encoded app private data string Use this with `
|
|
25
|
+
/** The encoded app private data string Use this with `makeTownsApp()` from `@towns-labs/app-framework` */
|
|
26
26
|
appPrivateData: string;
|
|
27
27
|
/** HS256 shared secret (base64-encoded) for webhook JWT verification */
|
|
28
28
|
jwtSecretBase64: string;
|
package/dist/createApp.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createApp.d.ts","sourceRoot":"","sources":["../src/createApp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAGtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAChE,OAAO,EAA6B,KAAK,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAI/E,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,YAAY,CAAA;AAIvD,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAClE,MAAM,WAAW,eAAe;IAC5B,2DAA2D;IAC3D,KAAK,EAAE,aAAa,CAAA;IACpB,wDAAwD;IACxD,QAAQ,EAAE,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,UAAU,GAAG,aAAa,GAAG,aAAa,CAAC,GACjF,OAAO,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,CAAA;IACtC,+CAA+C;IAC/C,aAAa,EAAE,YAAY,GAAG,cAAc,CAAA;IAC5C,uJAAuJ;IACvJ,YAAY,EAAE,OAAO,CAAA;IACrB,8GAA8G;IAC9G,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,mGAAmG;IACnG,aAAa,CAAC,EAAE,GAAG,CAAA;CACtB;AAED,MAAM,WAAW,eAAe;IAC5B,0DAA0D;IAC1D,UAAU,EAAE,OAAO,CAAA;IACnB,6FAA6F;IAC7F,aAAa,EAAE,GAAG,CAAA;IAClB,
|
|
1
|
+
{"version":3,"file":"createApp.d.ts","sourceRoot":"","sources":["../src/createApp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAGtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAChE,OAAO,EAA6B,KAAK,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAI/E,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,YAAY,CAAA;AAIvD,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAClE,MAAM,WAAW,eAAe;IAC5B,2DAA2D;IAC3D,KAAK,EAAE,aAAa,CAAA;IACpB,wDAAwD;IACxD,QAAQ,EAAE,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,UAAU,GAAG,aAAa,GAAG,aAAa,CAAC,GACjF,OAAO,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,CAAA;IACtC,+CAA+C;IAC/C,aAAa,EAAE,YAAY,GAAG,cAAc,CAAA;IAC5C,uJAAuJ;IACvJ,YAAY,EAAE,OAAO,CAAA;IACrB,8GAA8G;IAC9G,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,mGAAmG;IACnG,aAAa,CAAC,EAAE,GAAG,CAAA;CACtB;AAED,MAAM,WAAW,eAAe;IAC5B,0DAA0D;IAC1D,UAAU,EAAE,OAAO,CAAA;IACnB,6FAA6F;IAC7F,aAAa,EAAE,GAAG,CAAA;IAClB,0GAA0G;IAC1G,cAAc,EAAE,MAAM,CAAA;IACtB,wEAAwE;IACxE,eAAe,EAAE,MAAM,CAAA;CAC1B;AAED,wBAAsB,SAAS,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC,CAgGjF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@towns-labs/sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@ethereumjs/util": "^10.0.0",
|
|
23
23
|
"@noble/curves": "^1.9.1",
|
|
24
24
|
"@noble/hashes": "^1.8.0",
|
|
25
|
-
"@towns-labs/encryption": "^
|
|
26
|
-
"@towns-labs/proto": "^
|
|
27
|
-
"@towns-labs/relayer-client": "^
|
|
28
|
-
"@towns-labs/rpc-connector": "^
|
|
29
|
-
"@towns-labs/sdk-crypto": "^
|
|
30
|
-
"@towns-labs/utils": "^
|
|
31
|
-
"@towns-labs/web3": "^
|
|
25
|
+
"@towns-labs/encryption": "^4.1.0",
|
|
26
|
+
"@towns-labs/proto": "^4.1.0",
|
|
27
|
+
"@towns-labs/relayer-client": "^4.1.0",
|
|
28
|
+
"@towns-labs/rpc-connector": "^4.1.0",
|
|
29
|
+
"@towns-labs/sdk-crypto": "^4.1.0",
|
|
30
|
+
"@towns-labs/utils": "^4.1.0",
|
|
31
|
+
"@towns-labs/web3": "^4.1.0",
|
|
32
32
|
"debug": "^4.3.4",
|
|
33
33
|
"dexie": "^4.2.1",
|
|
34
34
|
"ethereum-cryptography": "^3.2.0",
|