@basemaps/landing 6.32.2 → 6.33.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,14 @@
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.33.0](https://github.com/linz/basemaps/compare/v6.32.2...v6.33.0) (2022-08-01)
7
+
8
+ **Note:** Version bump only for package @basemaps/landing
9
+
10
+
11
+
12
+
13
+
6
14
  ## [6.32.2](https://github.com/linz/basemaps/compare/v6.32.1...v6.32.2) (2022-07-28)
7
15
 
8
16
  **Note:** Version bump only for package @basemaps/landing
@@ -7,7 +7,7 @@
7
7
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/css/ol.css"
8
8
  type="text/css" />
9
9
  <script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/build/ol.js"></script>
10
- <script src="../lib/attribution-6.32.2-a5dcb359f35150b9.js" integrity="sha512-pdyzWfNRULnTqKS/7l7Cpz01oahUjsKk1QO0F1C+ZACqxwM3yvvXQOF88SP78pWAf2EGystuQ0OdOTR42bkmEQ=="></script>
10
+ <script src="../lib/attribution-6.33.0-a5dcb359f35150b9.js" integrity="sha512-pdyzWfNRULnTqKS/7l7Cpz01oahUjsKk1QO0F1C+ZACqxwM3yvvXQOF88SP78pWAf2EGystuQ0OdOTR42bkmEQ=="></script>
11
11
  </head>
12
12
 
13
13
  <body>
@@ -19674,6 +19674,7 @@ var ulid = factory();
19674
19674
  var hasLocalStorage = () => typeof localStorage !== "undefined";
19675
19675
  var OneDayMs = 24 * 60 * 60 * 1e3;
19676
19676
  var ApiKeyExpireMs = 30 * OneDayMs;
19677
+ var ApiKeyMaxAgeMs = 91 * OneDayMs;
19677
19678
  function newApiKey() {
19678
19679
  const newKey = "c" + ulid().toLowerCase();
19679
19680
  if (hasLocalStorage())
@@ -27712,7 +27713,7 @@ var Config = {
27712
27713
  return "UA-23232486-4";
27713
27714
  },
27714
27715
  get Version() {
27715
- return "v6.32.2";
27716
+ return "v6.33.0";
27716
27717
  },
27717
27718
  map: new MapConfig()
27718
27719
  };