@harperfast/schema-codegen 1.0.9 → 1.0.10

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.
@@ -27,7 +27,7 @@ export async function handleApplication(scope) {
27
27
  }
28
28
 
29
29
  // Do not await this.
30
- delay(500).then(() => {
30
+ delay(5000).then(() => {
31
31
  // Initial generation
32
32
  regenerateAll(globalTypes, schemaTypes, jsdoc);
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/schema-codegen",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Generate useful types from your Harper database schemas",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/harperfast",