@isograph/compiler 0.0.0-main-3092d4a2 → 0.0.0-main-17115d24

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.
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -84,6 +84,14 @@
84
84
  "ConfigFileOptions": {
85
85
  "type": "object",
86
86
  "properties": {
87
+ "generated_file_header": {
88
+ "description": "A string to generate, in a comment, at the top of every generated file.",
89
+ "default": null,
90
+ "type": [
91
+ "string",
92
+ "null"
93
+ ]
94
+ },
87
95
  "include_file_extensions_in_import_statements": {
88
96
  "description": "Should the compiler include file extensions in import statements in generated files? e.g. should it import ./param_type or ./param_type.ts?",
89
97
  "default": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isograph/compiler",
3
- "version": "0.0.0-main-3092d4a2",
3
+ "version": "0.0.0-main-17115d24",
4
4
  "description": "Installs the `yarn iso` command, which runs the Isograph compiler.",
5
5
  "homepage": "https://isograph.dev",
6
6
  "main": "index.js",