number-guess-sdk 1.0.97 → 1.0.99

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
@@ -523,3 +523,4 @@ Every read-only helper accepts an optional config override with custom contract
523
523
  ## Custom Config
524
524
 
525
525
  Every read-only helper accepts an optional config override with custom contract address, contract name, api base, and network.
526
+ <!-- rep-sdk-readme: 1777881251229 -->
package/dist/client.js CHANGED
@@ -242,3 +242,5 @@ exports.NumberGuessClient = NumberGuessClient;
242
242
  // rep-sdk-client-guards: 1777757288279
243
243
  // rep-sdk-client: 1777757326430
244
244
  // rep-sdk-client: 1777799372889
245
+ // rep-sdk-client-guards: 1777881299929
246
+ // rep-sdk-client: 1777881305183
package/dist/index.js CHANGED
@@ -63,3 +63,4 @@ Object.defineProperty(exports, "createGuessCall", { enumerable: true, get: funct
63
63
  // rep-sdk-index: 1777657912898
64
64
  // rep-sdk-index: 1777700865965
65
65
  // rep-sdk-index: 1777721149590
66
+ // rep-sdk-index: 1777881392783
package/dist/types.js CHANGED
@@ -54,3 +54,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
54
54
  // rep-sdk-types: 1777721064789
55
55
  // rep-sdk-types: 1777757318928
56
56
  // rep-sdk-types: 1777799335017
57
+ // rep-sdk-types: 1777881431011
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "number-guess-sdk",
3
- "version": "1.0.97",
3
+ "version": "1.0.99",
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",