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