@riverscapes/common 2.0.26 → 2.0.27

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.
@@ -1 +1 @@
1
- {"version":3,"file":"gqlSchema.js","sourceRoot":"","sources":["../../src/gen/gqlSchema.ts"],"names":[],"mappings":";;;;AAAA,OAAO,GAAG,MAAM,aAAa,CAAA;AAE7B,eAAe,GAAG,8i8DAAA,2+7DAypEjB,KAAA"}
1
+ {"version":3,"file":"gqlSchema.js","sourceRoot":"","sources":["../../src/gen/gqlSchema.ts"],"names":[],"mappings":";;;;AAAA,OAAO,GAAG,MAAM,aAAa,CAAA;AAE7B,eAAe,GAAG,+i8DAAA,4+7DAypEjB,KAAA"}
@@ -1790,7 +1790,7 @@ export type TileIndexOriginFile = FileDownloadMetaInterface & {
1790
1790
  };
1791
1791
  export type TileService = {
1792
1792
  __typename?: 'TileService';
1793
- bounds?: Maybe<Array<Maybe<Scalars['Float']['output']>>>;
1793
+ bounds?: Maybe<Array<Scalars['Float']['output']>>;
1794
1794
  duration?: Maybe<Scalars['Float']['output']>;
1795
1795
  errorMsg?: Maybe<Scalars['String']['output']>;
1796
1796
  format?: Maybe<Scalars['String']['output']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riverscapes/common",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "Common elements to all riverscapes tools (client and server)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist_esnext/index.js",
@@ -41,5 +41,5 @@
41
41
  "ts-jest": "^29.2.3",
42
42
  "typescript": "^4.7.2"
43
43
  },
44
- "gitHead": "dd2997d59e977e12246a054ecb277f0ffee26658"
44
+ "gitHead": "b8dd9f2dac9640cf1d0f6ce70fe979859519bf52"
45
45
  }