@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.
- package/dist/constants.d.ts +3 -2
- package/dist/constants.js +5 -4
- package/dist/constants.js.map +1 -1
- package/dist/gen/gqlSchema.js +1 -1
- package/dist/gen/gqlSchema.js.map +1 -1
- package/dist/gen/schema.types.d.ts +1 -1
- package/dist/schema.graphql +1 -1
- package/dist_esnext/constants.d.ts +3 -2
- package/dist_esnext/constants.js +5 -4
- package/dist_esnext/constants.js.map +1 -1
- package/dist_esnext/gen/gqlSchema.js +1 -1
- package/dist_esnext/gen/gqlSchema.js.map +1 -1
- package/dist_esnext/gen/schema.types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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,
|
|
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<
|
|
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.
|
|
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": "
|
|
44
|
+
"gitHead": "b8dd9f2dac9640cf1d0f6ce70fe979859519bf52"
|
|
45
45
|
}
|