@autohq/cli 0.1.266 → 0.1.267

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.
@@ -23353,7 +23353,7 @@ Object.assign(lookup, {
23353
23353
  // package.json
23354
23354
  var package_default = {
23355
23355
  name: "@autohq/cli",
23356
- version: "0.1.266",
23356
+ version: "0.1.267",
23357
23357
  license: "SEE LICENSE IN README.md",
23358
23358
  publishConfig: {
23359
23359
  access: "public"
package/dist/index.js CHANGED
@@ -19842,6 +19842,13 @@ var init_specifier = __esm({
19842
19842
  }
19843
19843
  });
19844
19844
 
19845
+ // ../../packages/schemas/src/templates/content-source.ts
19846
+ var init_content_source = __esm({
19847
+ "../../packages/schemas/src/templates/content-source.ts"() {
19848
+ "use strict";
19849
+ }
19850
+ });
19851
+
19845
19852
  // ../../packages/schemas/src/templates/registry.ts
19846
19853
  function deriveLatestVersion(template) {
19847
19854
  const [first, ...rest] = template.versions;
@@ -20051,6 +20058,7 @@ var init_templates = __esm({
20051
20058
  "use strict";
20052
20059
  init_types();
20053
20060
  init_specifier();
20061
+ init_content_source();
20054
20062
  init_registry();
20055
20063
  init_hardcoded();
20056
20064
  init_subscription();
@@ -22896,7 +22904,7 @@ var init_package = __esm({
22896
22904
  "package.json"() {
22897
22905
  package_default = {
22898
22906
  name: "@autohq/cli",
22899
- version: "0.1.266",
22907
+ version: "0.1.267",
22900
22908
  license: "SEE LICENSE IN README.md",
22901
22909
  publishConfig: {
22902
22910
  access: "public"
@@ -24870,6 +24878,14 @@ var init_template_bump_diagnostics = __esm({
24870
24878
  }
24871
24879
  });
24872
24880
 
24881
+ // ../../packages/schemas/src/project-apply-files/template-staleness.ts
24882
+ var init_template_staleness = __esm({
24883
+ "../../packages/schemas/src/project-apply-files/template-staleness.ts"() {
24884
+ "use strict";
24885
+ init_templates();
24886
+ }
24887
+ });
24888
+
24873
24889
  // ../../packages/schemas/src/project-apply-files/index.ts
24874
24890
  function readProjectApplyDirectorySource(input) {
24875
24891
  const resourceRoot = normalizeSourcePath(input.resourceRoot ?? "");
@@ -25025,6 +25041,7 @@ var init_project_apply_files = __esm({
25025
25041
  init_template_injection();
25026
25042
  init_template_injection();
25027
25043
  init_template_bump_diagnostics();
25044
+ init_template_staleness();
25028
25045
  }
25029
25046
  });
25030
25047
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.266",
3
+ "version": "0.1.267",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"