directus-template-cli 0.5.0 → 0.5.1

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.
@@ -17,7 +17,6 @@ async function getCommunityTemplates() {
17
17
  const { dir } = await (0, giget_1.downloadTemplate)('github:directus-labs/directus-templates', {
18
18
  dir: downloadDir,
19
19
  force: true,
20
- preferOffline: true,
21
20
  });
22
21
  return await (0, read_templates_1.readAllTemplates)(dir);
23
22
  }
@@ -280,5 +280,5 @@
280
280
  ]
281
281
  }
282
282
  },
283
- "version": "0.5.0"
283
+ "version": "0.5.1"
284
284
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus-template-cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "CLI Utility for applying templates to a Directus instance.",
5
5
  "author": "bryantgillespie @bryantgillespie",
6
6
  "bin": {