timelock-sdk 0.0.244 → 0.0.245
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/client.cjs +1 -1
- package/dist/client.d.cts +755 -755
- package/dist/client.d.ts +292 -292
- package/dist/client.js +1 -1
- package/dist/{index-5nk6fHx2.d.cts → index-30QEgiSM.d.ts} +11 -11
- package/dist/{index-CPdgeq8i.d.ts → index-M4O1ki8k.d.cts} +15 -15
- package/dist/{numberUtils-DAttwb1l.js → numberUtils-B_tJmFF0.js} +2 -2
- package/dist/{numberUtils-DAttwb1l.js.map → numberUtils-B_tJmFF0.js.map} +1 -1
- package/dist/{numberUtils-C7A_E_pk.cjs → numberUtils-CBParClR.cjs} +2 -2
- package/dist/{numberUtils-C7A_E_pk.cjs.map → numberUtils-CBParClR.cjs.map} +1 -1
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/dist/package.js +1 -1
- package/package.json +1 -1
package/dist/client.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
const require_numberUtils = require('./numberUtils-
|
|
3
|
+
const require_numberUtils = require('./numberUtils-CBParClR.cjs');
|
|
4
4
|
const require_stateView = require('./stateView-CkfUE7Sg.cjs');
|
|
5
5
|
const require_factory = require('./factory-CUMBEyKw.cjs');
|
|
6
6
|
let viem = require("viem");
|