@sprucelabs/spruce-templates 17.1.1 → 17.1.2

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.
@@ -33,7 +33,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
33
33
  {{> schemaBody namespace=namespace schema=schema renderAs="type" }}
34
34
  }
35
35
 
36
- type {{namePascal}}Entity = SchemaEntity<{{../globalSchemaNamespace}}.{{namespace}}{{#if (isDefined schema.version)}}.{{schema.version}}{{/if}}.{{namePascal}}Schema>
36
+ interface {{namePascal}}Entity extends SchemaEntity<{{../globalSchemaNamespace}}.{{namespace}}{{#if (isDefined schema.version)}}.{{schema.version}}{{/if}}.{{namePascal}}Schema> {}
37
37
 
38
38
  }
39
39
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "17.1.1",
6
+ "version": "17.1.2",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "tsconfig.json",
@@ -79,5 +79,5 @@
79
79
  "globby"
80
80
  ]
81
81
  },
82
- "gitHead": "1f61d0423bf24fdea6d1e27fa9d6d9be0972b642"
82
+ "gitHead": "dd59e470e34ad2dd6729caf3325c90695d5f1a82"
83
83
  }