@basemaps/shared 6.26.0 → 6.27.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.27.0](https://github.com/linz/basemaps/compare/v6.26.0...v6.27.0) (2022-05-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **infra:** Increase the import api size limitation to 1200GB. ([#2215](https://github.com/linz/basemaps/issues/2215)) ([94c4da8](https://github.com/linz/basemaps/commit/94c4da8eb0f07f03e46f5ac7a6759c486e56f5d4))
12
+ * **lambda-tiler:** Increase limit of total file size. ([#2205](https://github.com/linz/basemaps/issues/2205)) ([5246ea0](https://github.com/linz/basemaps/commit/5246ea0879a4bf6b20770fb633d63afac778d54d))
13
+
14
+
15
+
16
+
17
+
6
18
  # [6.26.0](https://github.com/linz/basemaps/compare/v6.25.0...v6.26.0) (2022-05-12)
7
19
 
8
20
  **Note:** Version bump only for package @basemaps/shared
package/build/const.d.ts CHANGED
@@ -27,6 +27,10 @@ export declare const Env: {
27
27
  AwsRoleConfigBucket: string;
28
28
  /** Import Imagery bucket */
29
29
  ImportImageryBucket: string;
30
+ /** Import Imagery files number limit */
31
+ ImportFilesNumberLimit: string;
32
+ /** Import Imagery files total size limit in GB */
33
+ ImportFilesSizeLimitGb: string;
30
34
  Gdal: {
31
35
  /** Should the gdal docker container be used? */
32
36
  UseDocker: string;
@@ -1 +1 @@
1
- {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../src/const.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAajB,CAAC;AAEF,eAAO,MAAM,GAAG;IACd,iDAAiD;;IAGjD,yCAAyC;;IAGzC,0DAA0D;;IAG1D,6DAA6D;;IAG7D,uDAAuD;;IAGvD,6BAA6B;;IAG7B,4BAA4B;;;QAI1B,gDAAgD;;QAEhD,2DAA2D;;;;;;;;;IAW7D,+EAA+E;iBAClE,MAAM,GAAG,MAAM,GAAG,SAAS;IAIxC,gGAAgG;uBAC7E,MAAM,iBAAiB,MAAM,GAAG,MAAM;oBAazC,OAAO;CAGxB,CAAC"}
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../src/const.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAajB,CAAC;AAEF,eAAO,MAAM,GAAG;IACd,iDAAiD;;IAGjD,yCAAyC;;IAGzC,0DAA0D;;IAG1D,6DAA6D;;IAG7D,uDAAuD;;IAGvD,6BAA6B;;IAG7B,4BAA4B;;IAG5B,wCAAwC;;IAGxC,kDAAkD;;;QAIhD,gDAAgD;;QAEhD,2DAA2D;;;;;;;;;IAW7D,+EAA+E;iBAClE,MAAM,GAAG,MAAM,GAAG,SAAS;IAIxC,gGAAgG;uBAC7E,MAAM,iBAAiB,MAAM,GAAG,MAAM;oBAazC,OAAO;CAGxB,CAAC"}
package/build/const.js CHANGED
@@ -28,6 +28,10 @@ export const Env = {
28
28
  AwsRoleConfigBucket: 'ROLE_CONFIG_BUCKET',
29
29
  /** Import Imagery bucket */
30
30
  ImportImageryBucket: 'IMPORT_IMAGERY_BUCKET',
31
+ /** Import Imagery files number limit */
32
+ ImportFilesNumberLimit: 'FILES_NUMBER_LIMIT',
33
+ /** Import Imagery files total size limit in GB */
34
+ ImportFilesSizeLimitGb: 'FILES_SIZE_LIMIT_GB',
31
35
  Gdal: {
32
36
  /** Should the gdal docker container be used? */
33
37
  UseDocker: 'GDAL_DOCKER',
@@ -1,4 +1,4 @@
1
- import { CompositeError } from '@linzjs/s3fs';
1
+ import { CompositeError } from '../../composite.error.js';
2
2
  import { fsa } from '../index.js';
3
3
  /**
4
4
  * Create an interface for stubbing `FileOperator.read,write,readJson,writeJson`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/shared",
3
- "version": "6.26.0",
3
+ "version": "6.27.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,13 +23,12 @@
23
23
  "test": "ospec --globs 'build/**/*.test.js'"
24
24
  },
25
25
  "dependencies": {
26
- "@basemaps/config": "^6.26.0",
26
+ "@basemaps/config": "^6.27.0",
27
27
  "@basemaps/geo": "^6.26.0",
28
28
  "@basemaps/tiler": "^6.26.0",
29
29
  "@chunkd/source-aws-v2": "^8.1.0",
30
30
  "@linzjs/geojson": "^6.21.1",
31
31
  "@linzjs/metrics": "^6.21.1",
32
- "@linzjs/s3fs": "^6.9.1",
33
32
  "aws-sdk": "^2.890.0",
34
33
  "pino": "^7.5.0",
35
34
  "proj4": "^2.6.2",
@@ -49,5 +48,5 @@
49
48
  "files": [
50
49
  "build/"
51
50
  ],
52
- "gitHead": "1b3a7eb8aad1e0c9bb2ca64e0dcfe13b16e08a50"
51
+ "gitHead": "c6aa61c20503cbc7f04cf31927f4e2b95aed34cb"
53
52
  }