@mapvx/web-js 1.2.4-dev.2 → 1.2.5-dev.1

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.
@@ -15,7 +15,7 @@ const rollbar_2 = require("./rollbar");
15
15
  // by scripts/inject-build-defines.js. The Countly key falls back to the
16
16
  // MapVX key when none is injected at build time.
17
17
  const IS_DEBUG = typeof DEBUG !== "undefined" ? DEBUG : false;
18
- const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.2.4-dev.2";
18
+ const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.2.5-dev.1";
19
19
  const COUNTLY_API_KEY = typeof COUNTLY_KEY !== "undefined" && COUNTLY_KEY
20
20
  ? COUNTLY_KEY
21
21
  : "f0c8d3b96d336e857a8628f49dd1baf7d7add0e9";
@@ -7,7 +7,7 @@ exports.argsToDict = exports._rollbarConfig = void 0;
7
7
  // version placeholder is replaced with the package version by
8
8
  // scripts/inject-build-defines.js. The access token falls back to the MapVX
9
9
  // SDK-web Rollbar project token when none is injected at build time.
10
- const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.2.4-dev.2";
10
+ const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.2.5-dev.1";
11
11
  const ACCESS_TOKEN = typeof ROLLBAR_ACCESS_TOKEN !== "undefined" && ROLLBAR_ACCESS_TOKEN
12
12
  ? ROLLBAR_ACCESS_TOKEN
13
13
  : "28279d52df43411ebd138c2bee0ab1df";
@@ -9,7 +9,7 @@ import { _rollbarConfig } from "./rollbar";
9
9
  // by scripts/inject-build-defines.js. The Countly key falls back to the
10
10
  // MapVX key when none is injected at build time.
11
11
  const IS_DEBUG = typeof DEBUG !== "undefined" ? DEBUG : false;
12
- const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.2.4-dev.2";
12
+ const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.2.5-dev.1";
13
13
  const COUNTLY_API_KEY = typeof COUNTLY_KEY !== "undefined" && COUNTLY_KEY
14
14
  ? COUNTLY_KEY
15
15
  : "f0c8d3b96d336e857a8628f49dd1baf7d7add0e9";
@@ -4,7 +4,7 @@
4
4
  // version placeholder is replaced with the package version by
5
5
  // scripts/inject-build-defines.js. The access token falls back to the MapVX
6
6
  // SDK-web Rollbar project token when none is injected at build time.
7
- const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.2.4-dev.2";
7
+ const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.2.5-dev.1";
8
8
  const ACCESS_TOKEN = typeof ROLLBAR_ACCESS_TOKEN !== "undefined" && ROLLBAR_ACCESS_TOKEN
9
9
  ? ROLLBAR_ACCESS_TOKEN
10
10
  : "28279d52df43411ebd138c2bee0ab1df";
package/dist/umd/index.js CHANGED
@@ -6798,7 +6798,7 @@ var rollbar_umd_min_default = /*#__PURE__*/__webpack_require__.n(rollbar_umd_min
6798
6798
  // version placeholder is replaced with the package version by
6799
6799
  // scripts/inject-build-defines.js. The access token falls back to the MapVX
6800
6800
  // SDK-web Rollbar project token when none is injected at build time.
6801
- var SDK_VERSION = true ? "1.2.4-dev.2" : 0;
6801
+ var SDK_VERSION = true ? "1.2.5-dev.1" : 0;
6802
6802
  var ACCESS_TOKEN = false ? 0 : "28279d52df43411ebd138c2bee0ab1df";
6803
6803
  var _rollbarConfig = {
6804
6804
  accessToken: ACCESS_TOKEN,
@@ -6845,7 +6845,7 @@ function logger_toPrimitive(t, r) { if ("object" != logger_typeof(t) || !t) retu
6845
6845
  // by scripts/inject-build-defines.js. The Countly key falls back to the
6846
6846
  // MapVX key when none is injected at build time.
6847
6847
  var IS_DEBUG = true ? false : 0;
6848
- var logger_SDK_VERSION = true ? "1.2.4-dev.2" : 0;
6848
+ var logger_SDK_VERSION = true ? "1.2.5-dev.1" : 0;
6849
6849
  var COUNTLY_API_KEY = false ? 0 : "f0c8d3b96d336e857a8628f49dd1baf7d7add0e9";
6850
6850
  var logger_countly = {
6851
6851
  apiKey: COUNTLY_API_KEY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapvx/web-js",
3
- "version": "1.2.4-dev.2",
3
+ "version": "1.2.5-dev.1",
4
4
  "description": "MapVX maps web SDK",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",