@hardkas/artifacts 0.5.1-alpha → 0.5.3-alpha

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
@@ -2,7 +2,7 @@ import { ArtifactType, NetworkId, ExecutionMode, ContentHash, WorkflowId, Artifa
2
2
  import { z } from 'zod';
3
3
  import { TxOutput, Utxo, TxPlan as TxPlan$1 } from '@hardkas/tx-builder';
4
4
 
5
- declare const HARDKAS_VERSION = "0.5.1-alpha";
5
+ declare const HARDKAS_VERSION = "0.5.3-alpha";
6
6
  declare const ARTIFACT_SCHEMAS: {
7
7
  readonly LOCALNET_STATE: "hardkas.localnetState.v1";
8
8
  readonly REAL_ACCOUNT_STORE: "hardkas.realAccountStore.v1";
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var HARDKAS_VERSION = "0.5.1-alpha";
2
+ var HARDKAS_VERSION = "0.5.3-alpha";
3
3
  var ARTIFACT_SCHEMAS = {
4
4
  LOCALNET_STATE: "hardkas.localnetState.v1",
5
5
  REAL_ACCOUNT_STORE: "hardkas.realAccountStore.v1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardkas/artifacts",
3
- "version": "0.5.1-alpha",
3
+ "version": "0.5.3-alpha",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Javier Rodriguez",
@@ -24,8 +24,8 @@
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
26
  "zod": "^3.24.1",
27
- "@hardkas/core": "0.5.1-alpha",
28
- "@hardkas/tx-builder": "0.5.1-alpha"
27
+ "@hardkas/core": "0.5.3-alpha",
28
+ "@hardkas/tx-builder": "0.5.3-alpha"
29
29
  },
30
30
  "devDependencies": {
31
31
  "tsup": "^8.3.5",