@inco/shield-js 0.0.0-bootstrap.0 → 0.1.0

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.
@@ -10,7 +10,7 @@ import { type Address, type Hex, type PublicClient } from 'viem';
10
10
  import { type UserOperation } from 'viem/account-abstraction';
11
11
  import type { IntentOp, UserGasParams } from '../intent.js';
12
12
  import type { ShieldConfig, ShieldSigner } from '../types.js';
13
- declare const ENTRYPOINT_VERSION: "0.7";
13
+ declare const ENTRYPOINT_VERSION = "0.7";
14
14
  /** Placeholder `abi.encode(bytes[] signers, bytes[] sigs)`. Real signer addresses
15
15
  * required: OZ's `isSigner` check runs before any `ecrecover`, so zero-address
16
16
  * signers short-circuit the validation loop and under-quote gas. */
@@ -6,7 +6,7 @@ import type { UserOperation } from 'viem/account-abstraction';
6
6
  import type { IntentKind } from '../../generated/inco/shield/v2/drafting_pb.js';
7
7
  import type * as abi from '../shield.eip712.gen.js';
8
8
  import type { DefiInteraction, IndividualRevocation, Transfer, UserWideRevocation, Withdrawal } from '../shield.eip712.gen.js';
9
- export declare const ENTRYPOINT_VERSION: "0.7";
9
+ export declare const ENTRYPOINT_VERSION = "0.7";
10
10
  /**
11
11
  * A drafted op — the full on-chain settlement struct the enclave produces from
12
12
  * an intent via `draft()`, tagged by {@link IntentKind}. This is the "cheque":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inco/shield-js",
3
- "version": "0.0.0-bootstrap.0",
3
+ "version": "0.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": "https://github.com/Inco-fhevm/shield",
6
6
  "type": "module",