@truefoundry/tfy-infra-engine 0.1.0 → 0.1.2

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
@@ -650,7 +650,7 @@ function computeAggregateHash(files) {
650
650
  }
651
651
 
652
652
  // src/render/manifest.ts
653
- var ENGINE_VERSION = "0.1.0";
653
+ var ENGINE_VERSION = "0.1.2";
654
654
  function generateManifest(opts) {
655
655
  const { files, template, inputs, formatted, intentId, platformPrefix = "tfy_" } = opts;
656
656
  const manifestFiles = [];
package/dist/index.mjs CHANGED
@@ -605,7 +605,7 @@ function computeAggregateHash(files) {
605
605
  }
606
606
 
607
607
  // src/render/manifest.ts
608
- var ENGINE_VERSION = "0.1.0";
608
+ var ENGINE_VERSION = "0.1.2";
609
609
  function generateManifest(opts) {
610
610
  const { files, template, inputs, formatted, intentId, platformPrefix = "tfy_" } = opts;
611
611
  const manifestFiles = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truefoundry/tfy-infra-engine",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Config-driven HCL templating engine for infrastructure generation",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",