@nuffieldtechnologies/rugged-schema-types 1.0.5 → 1.0.7

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.
Files changed (2) hide show
  1. package/index.ts +2 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -64,6 +64,7 @@ input EventsInput {
64
64
  const _TemplateInfo = `
65
65
  type TemplateInfo {
66
66
  name: String,
67
+ shortName: String,
67
68
  type: String,
68
69
  id: String
69
70
  version: String
@@ -73,6 +74,7 @@ const _TemplateInfo = `
73
74
  const _TemplateInfoInput = `
74
75
  input TemplateInfoInput {
75
76
  name: String,
77
+ shortName: String,
76
78
  type: String,
77
79
  id: String
78
80
  version: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [