@truefoundry/tfy-infra-engine 0.1.3-canary.6cf4f48 → 0.1.3

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 CHANGED
@@ -701,7 +701,7 @@ function computeAggregateHash(files) {
701
701
  }
702
702
 
703
703
  // src/render/manifest.ts
704
- var ENGINE_VERSION = "0.1.3-canary.6cf4f48";
704
+ var ENGINE_VERSION = "0.1.3";
705
705
  function generateManifest(opts) {
706
706
  const { files, template, inputs, formatted, intentId, platformPrefix = "tfy_" } = opts;
707
707
  const manifestFiles = [];
package/dist/index.mjs CHANGED
@@ -654,7 +654,7 @@ function computeAggregateHash(files) {
654
654
  }
655
655
 
656
656
  // src/render/manifest.ts
657
- var ENGINE_VERSION = "0.1.3-canary.6cf4f48";
657
+ var ENGINE_VERSION = "0.1.3";
658
658
  function generateManifest(opts) {
659
659
  const { files, template, inputs, formatted, intentId, platformPrefix = "tfy_" } = opts;
660
660
  const manifestFiles = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truefoundry/tfy-infra-engine",
3
- "version": "0.1.3-canary.6cf4f48",
3
+ "version": "0.1.3",
4
4
  "description": "Config-driven HCL templating engine for infrastructure generation",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",