@lobstercove/lichen-sdk 1.0.0 → 1.0.2

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/index.d.ts CHANGED
@@ -21,7 +21,7 @@ export { BOUNTY_STATUS_OPEN, BOUNTY_STATUS_COMPLETED, BOUNTY_STATUS_CANCELLED, }
21
21
  /**
22
22
  * SDK version
23
23
  */
24
- export declare const VERSION = "1.0.0";
24
+ export declare const VERSION = "1.0.2";
25
25
  /**
26
26
  * Default RPC URL (override with LICHEN_RPC_URL env var)
27
27
  */
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ export { BOUNTY_STATUS_OPEN, BOUNTY_STATUS_COMPLETED, BOUNTY_STATUS_CANCELLED, }
16
16
  /**
17
17
  * SDK version
18
18
  */
19
- export const VERSION = '1.0.0';
19
+ export const VERSION = '1.0.2';
20
20
  /**
21
21
  * Default RPC URL (override with LICHEN_RPC_URL env var)
22
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobstercove/lichen-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Official JavaScript/TypeScript SDK for Lichen blockchain",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",