@based/schema 2.3.0 → 2.4.0

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.
@@ -55,6 +55,7 @@ export declare const languages: {
55
55
  lg: string;
56
56
  ka: string;
57
57
  de: string;
58
+ gsw: string;
58
59
  ki: string;
59
60
  el: string;
60
61
  kl: string;
@@ -55,6 +55,7 @@ export const languages = {
55
55
  lg: 'Ganda',
56
56
  ka: 'Georgian',
57
57
  de: 'German',
58
+ gsw: 'Swiss German',
58
59
  ki: 'Gikuyu, Kikuyu',
59
60
  el: 'Greek (Modern)',
60
61
  kl: 'Greenlandic, Kalaallisut',
@@ -154,6 +154,7 @@ export type BasedSchemaField = BasedSchemaFields[keyof BasedSchemaFields] | (Bas
154
154
  $ref: string;
155
155
  });
156
156
  export type BasedSchemaType = {
157
+ directory?: string;
157
158
  fields: {
158
159
  [name: string]: BasedSchemaField;
159
160
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@based/schema",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/src/index.js",
6
6
  "files": [