@ndustrial/contxt-sdk 5.5.4 → 5.5.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndustrial/contxt-sdk",
3
- "version": "5.5.4",
3
+ "version": "5.5.6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",
@@ -18,7 +18,7 @@
18
18
  "lint": "eslint --format 'node_modules/eslint-friendly-formatter' '+(src|support)/**/*.js'",
19
19
  "prepare": "npm run build",
20
20
  "test": "npm run lint && npm run test:js",
21
- "test:js": "NODE_ENV=test mocha --opts 'support/mocha.opts' 'src/**/*.spec.js'",
21
+ "test:js": "NODE_ENV=test mocha --config 'support/mocharc.yml' 'src/**/*.spec.js'",
22
22
  "test:js:dev": "npm run test:js -- --watch",
23
23
  "test:js:inspect": "npm run test:js -- --inspect-brk",
24
24
  "watch": "gulp watch"
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "auth0-js": "^9.14.2",
62
- "axios": "^0.27.2",
62
+ "axios": "^1.6.8",
63
63
  "change-case": "^4.1.2",
64
64
  "lodash.has": "^4.5.2",
65
65
  "lodash.isplainobject": "^4.0.6",
@@ -95,7 +95,7 @@
95
95
  "lodash.pick": "^4.4.0",
96
96
  "lodash.sortby": "^4.7.0",
97
97
  "lodash.times": "^4.3.2",
98
- "mocha": "^6.2.3",
98
+ "mocha": "^10.3.0",
99
99
  "mock-socket": "^9.1.5",
100
100
  "prettier": "^2.7.1",
101
101
  "pretty-quick": "^3.1.3",
@@ -104,4 +104,4 @@
104
104
  "sinon": "^7.3.2",
105
105
  "sinon-chai": "^3.2.0"
106
106
  }
107
- }
107
+ }
@@ -0,0 +1,4 @@
1
+ require:
2
+ - "babel-register"
3
+ - "support/addons.js"
4
+ - "support/globals.js"
@@ -1,3 +0,0 @@
1
- --require babel-register
2
- --require support/addons.js
3
- --require support/globals.js