number-guess-sdk 1.0.51 → 1.0.53

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/README.md CHANGED
@@ -506,3 +506,7 @@ Every read-only helper accepts an optional config override with custom contract
506
506
  - `getUserLastGuess(address)`
507
507
  - `getUserLastTarget(address)`
508
508
  - `createGuessCall(value)`
509
+ ## Custom Config
510
+
511
+ Every read-only helper accepts an optional config override with custom contract address, contract name, api base, and network.
512
+ <!-- rep-sdk-readme: 1777720976151 -->
package/dist/client.js CHANGED
@@ -237,3 +237,5 @@ exports.NumberGuessClient = NumberGuessClient;
237
237
  // rep-sdk-client: 1777614253365
238
238
  // rep-sdk-client-guards: 1777700861418
239
239
  // rep-sdk-client: 1777700899284
240
+ // rep-sdk-client-guards: 1777721015633
241
+ // rep-sdk-client: 1777721020903
package/dist/index.js CHANGED
@@ -62,3 +62,4 @@ Object.defineProperty(exports, "createGuessCall", { enumerable: true, get: funct
62
62
  // rep-sdk-index: 1777614331369
63
63
  // rep-sdk-index: 1777657912898
64
64
  // rep-sdk-index: 1777700865965
65
+ // rep-sdk-index: 1777721149590
package/dist/types.js CHANGED
@@ -51,3 +51,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
51
51
  // rep-sdk-types: 1777614123715
52
52
  // rep-sdk-types: 1777657760108
53
53
  // rep-sdk-types: 1777700952087
54
+ // rep-sdk-types: 1777721064789
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "number-guess-sdk",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "TypeScript SDK for interacting with the Number Guess smart contract on Stacks blockchain",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",