number-guess-sdk 1.0.192 → 1.0.194

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
@@ -524,3 +524,4 @@ Every read-only helper accepts an optional config override with custom contract
524
524
 
525
525
  Every read-only helper accepts an optional config override with custom contract address, contract name, api base, and network.
526
526
  <!-- rep-sdk-readme: 1777881251229 -->
527
+ <!-- rep-sdk-readme: 1778861066212 -->
package/dist/client.js CHANGED
@@ -244,3 +244,4 @@ exports.NumberGuessClient = NumberGuessClient;
244
244
  // rep-sdk-client: 1777799372889
245
245
  // rep-sdk-client-guards: 1777881299929
246
246
  // rep-sdk-client: 1777881305183
247
+ // rep-sdk-client-guards: 1778860806578
package/dist/index.js CHANGED
@@ -64,3 +64,4 @@ Object.defineProperty(exports, "createGuessCall", { enumerable: true, get: funct
64
64
  // rep-sdk-index: 1777700865965
65
65
  // rep-sdk-index: 1777721149590
66
66
  // rep-sdk-index: 1777881392783
67
+ // rep-sdk-index: 1778860852874
package/dist/types.js CHANGED
@@ -55,3 +55,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
55
55
  // rep-sdk-types: 1777757318928
56
56
  // rep-sdk-types: 1777799335017
57
57
  // rep-sdk-types: 1777881431011
58
+ // rep-sdk-types: 1778860940313
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "number-guess-sdk",
3
- "version": "1.0.192",
3
+ "version": "1.0.194",
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",