diff --git a/dist/schema/package.json b/dist/schema/package.json index 49e837e..12195d1 100644 --- a/dist/schema/package.json +++ b/dist/schema/package.json @@ -1,6 +1,6 @@ { "name": "schema-dts", - "version": "0.2.0", + "version": "0.3.0", "displayName": "schema-dts: latest Schema.org TypeScript Declarations", "description": "A TypeScript package with latest Schema.Org Schema Typings", "authors": [ @@ -36,4 +36,4 @@ "bugs": "https://github.com/google/schema-dts/issues", "repository": "github:google/schema-dts", "license": "Apache-2.0" -} +} \ No newline at end of file diff --git a/package.json b/package.json index d9d3f98..1cbe554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schema-dts-gen", - "version": "0.2.0", + "version": "0.3.0", "displayName": "schema-dts Generator", "description": "Generate TypeScript Definitions for Schema.org Schema", "authors": [ diff --git a/src/cli/args.ts b/src/cli/args.ts index 82c44c6..2cc6832 100644 --- a/src/cli/args.ts +++ b/src/cli/args.ts @@ -38,7 +38,7 @@ export function ParseFlags(): Options|undefined { dest: 'schema' }); parser.addArgument('--layer', { - defaultValue: 'schema', + defaultValue: 'all-layers', help: 'Which layer of the schema to load? E.g. schema or all-layers.', metavar: 'name_of_file', dest: 'layer'