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