@nuffieldtechnologies/rugged-schema-types 2.1.48 → 2.1.49

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/package.json +1 -1
  2. package/schemas/task.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "2.1.48",
3
+ "version": "2.1.49",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -47,7 +47,7 @@ export const _EntityHierarchyInfo = `#graphql
47
47
  category: String
48
48
  entity: String
49
49
  }
50
- `
50
+ `;
51
51
 
52
52
  export const _TaskInput = `
53
53
  input TaskInput {
@@ -96,7 +96,7 @@ export const _EntityHierarchyInput = `
96
96
  category: String
97
97
  entity: String
98
98
  }
99
- `
99
+ `;
100
100
 
101
101
  export const _TaskFilter = `
102
102
  input TaskFilter {