@nium/nium-sdk 0.1.9 → 0.1.10

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/index.js CHANGED
@@ -197,7 +197,8 @@ var initConfig = null;
197
197
  var ENV_URLS = {
198
198
  local: "http://localhost:3000",
199
199
  qa: "https://onboard-qa.nium.com",
200
- sandbox: "https://onboard-sandbox.nium.com/",
200
+ preprod: "https://onboard-preprod.nium.com",
201
+ sandbox: "https://onboard-sandbox.nium.com",
201
202
  production: "https://onboard.nium.com"
202
203
  };
203
204
  var ELEMENT_ROUTES = {
package/dist/index.mjs CHANGED
@@ -169,7 +169,8 @@ var initConfig = null;
169
169
  var ENV_URLS = {
170
170
  local: "http://localhost:3000",
171
171
  qa: "https://onboard-qa.nium.com",
172
- sandbox: "https://onboard-sandbox.nium.com/",
172
+ preprod: "https://onboard-preprod.nium.com",
173
+ sandbox: "https://onboard-sandbox.nium.com",
173
174
  production: "https://onboard.nium.com"
174
175
  };
175
176
  var ELEMENT_ROUTES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nium/nium-sdk",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "NIUM Onboarding SDK - Embed hosted onboarding forms with a clean JavaScript API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",