@truefoundry/tfy-infra-engine 0.1.4-canary.c42a870 → 0.1.4

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
@@ -696,7 +696,7 @@ function computeAggregateHash(files) {
696
696
  }
697
697
 
698
698
  // src/render/manifest.ts
699
- var ENGINE_VERSION = "0.1.4-canary.c42a870";
699
+ var ENGINE_VERSION = "0.1.4";
700
700
  function generateManifest(opts) {
701
701
  const { files, template, inputs, formatted, intentId, platformPrefix = "tfy_" } = opts;
702
702
  const manifestFiles = [];
package/dist/index.mjs CHANGED
@@ -649,7 +649,7 @@ function computeAggregateHash(files) {
649
649
  }
650
650
 
651
651
  // src/render/manifest.ts
652
- var ENGINE_VERSION = "0.1.4-canary.c42a870";
652
+ var ENGINE_VERSION = "0.1.4";
653
653
  function generateManifest(opts) {
654
654
  const { files, template, inputs, formatted, intentId, platformPrefix = "tfy_" } = opts;
655
655
  const manifestFiles = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truefoundry/tfy-infra-engine",
3
- "version": "0.1.4-canary.c42a870",
3
+ "version": "0.1.4",
4
4
  "description": "Config-driven HCL templating engine for infrastructure generation",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",