@mapvx/web-js 1.1.2-dev.1 → 1.1.2-dev.3

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.1.2-dev.1";
18
+ const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.1.2-dev.3";
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.1.2-dev.1";
10
+ const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.1.2-dev.3";
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.1.2-dev.1";
12
+ const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.1.2-dev.3";
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.1.2-dev.1";
7
+ const SDK_VERSION = typeof VERSION !== "undefined" ? VERSION : "1.1.2-dev.3";
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
@@ -6799,7 +6799,7 @@ var rollbar_umd_min_default = /*#__PURE__*/__webpack_require__.n(rollbar_umd_min
6799
6799
  // version placeholder is replaced with the package version by
6800
6800
  // scripts/inject-build-defines.js. The access token falls back to the MapVX
6801
6801
  // SDK-web Rollbar project token when none is injected at build time.
6802
- var SDK_VERSION = true ? "1.1.2-dev.1" : 0;
6802
+ var SDK_VERSION = true ? "1.1.2-dev.3" : 0;
6803
6803
  var ACCESS_TOKEN = false ? 0 : "28279d52df43411ebd138c2bee0ab1df";
6804
6804
  var _rollbarConfig = {
6805
6805
  accessToken: ACCESS_TOKEN,
@@ -6846,7 +6846,7 @@ function logger_toPrimitive(t, r) { if ("object" != logger_typeof(t) || !t) retu
6846
6846
  // by scripts/inject-build-defines.js. The Countly key falls back to the
6847
6847
  // MapVX key when none is injected at build time.
6848
6848
  var IS_DEBUG = true ? false : 0;
6849
- var logger_SDK_VERSION = true ? "1.1.2-dev.1" : 0;
6849
+ var logger_SDK_VERSION = true ? "1.1.2-dev.3" : 0;
6850
6850
  var COUNTLY_API_KEY = false ? 0 : "f0c8d3b96d336e857a8628f49dd1baf7d7add0e9";
6851
6851
  var logger_countly = {
6852
6852
  apiKey: COUNTLY_API_KEY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapvx/web-js",
3
- "version": "1.1.2-dev.1",
3
+ "version": "1.1.2-dev.3",
4
4
  "description": "MapVX maps web SDK",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",