number-guess-sdk 1.0.64 → 1.0.65

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
@@ -510,3 +510,13 @@ Every read-only helper accepts an optional config override with custom contract
510
510
 
511
511
  Every read-only helper accepts an optional config override with custom contract address, contract name, api base, and network.
512
512
  <!-- rep-sdk-readme: 1777720976151 -->
513
+ ## Core Methods
514
+
515
+ - `getTotalGuesses()`
516
+ - `getTotalWins()`
517
+ - `getUserGuesses(address)`
518
+ - `getUserWins(address)`
519
+ - `getUserLastGuess(address)`
520
+ - `getUserLastTarget(address)`
521
+ - `createGuessCall(value)`
522
+ <!-- rep-sdk-readme: 1777757234230 -->
package/dist/client.js CHANGED
@@ -239,3 +239,5 @@ exports.NumberGuessClient = NumberGuessClient;
239
239
  // rep-sdk-client: 1777700899284
240
240
  // rep-sdk-client-guards: 1777721015633
241
241
  // rep-sdk-client: 1777721020903
242
+ // rep-sdk-client-guards: 1777757288279
243
+ // rep-sdk-client: 1777757326430
package/dist/types.js CHANGED
@@ -52,3 +52,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
52
52
  // rep-sdk-types: 1777657760108
53
53
  // rep-sdk-types: 1777700952087
54
54
  // rep-sdk-types: 1777721064789
55
+ // rep-sdk-types: 1777757318928
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "number-guess-sdk",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
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",