@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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 = [];
|