@hardkas/artifacts 0.8.10-alpha → 0.8.11-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.js +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// package.json
|
|
2
2
|
var package_default = {
|
|
3
3
|
name: "@hardkas/artifacts",
|
|
4
|
-
version: "0.8.
|
|
4
|
+
version: "0.8.11-alpha",
|
|
5
5
|
type: "module",
|
|
6
6
|
license: "MIT",
|
|
7
7
|
author: "Javier Rodriguez",
|
|
@@ -2093,6 +2093,7 @@ function createTxPlanArtifact(options) {
|
|
|
2093
2093
|
artifact.lineage.lineageId = hash;
|
|
2094
2094
|
artifact.lineage.parentArtifactId = hash;
|
|
2095
2095
|
artifact.lineage.rootArtifactId = hash;
|
|
2096
|
+
artifact.lineage.artifactId = hash;
|
|
2096
2097
|
const finalHash = calculateContentHash(artifact, CURRENT_HASH_VERSION);
|
|
2097
2098
|
artifact.planId = `plan-${finalHash.slice(0, 16)}`;
|
|
2098
2099
|
artifact.contentHash = finalHash;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hardkas/artifacts",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11-alpha",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Javier Rodriguez",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"types": "./dist/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"zod": "^3.24.1",
|
|
31
|
-
"@hardkas/core": "0.8.
|
|
32
|
-
"@hardkas/tx-builder": "0.8.
|
|
31
|
+
"@hardkas/core": "0.8.11-alpha",
|
|
32
|
+
"@hardkas/tx-builder": "0.8.11-alpha"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"tsup": "^8.3.5",
|