@edgeiq/edgeiq-api-js 1.12.8 → 1.12.9

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/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  ## Description
2
2
 
3
3
  An SDK Wrapper to use EdgeIQ API
4
+ <!-- Version 1.12.8 - Updated for testing npm publish pipeline -->
4
5
  We will be using:
5
6
  - Typescript
6
7
  - Axios
@@ -0,0 +1 @@
1
+ import 'jest';
@@ -0,0 +1,6 @@
1
+ import 'jest';
2
+ beforeAll(() => {
3
+ });
4
+ afterAll(() => {
5
+ });
6
+ //# sourceMappingURL=setup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup.js","sourceRoot":"","sources":["../../src/__tests__/setup.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,CAAC;AAGd,SAAS,CAAC,GAAG,EAAE;AAEf,CAAC,CAAC,CAAC;AAEH,QAAQ,CAAC,GAAG,EAAE;AAEd,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeiq/edgeiq-api-js",
3
- "version": "1.12.8",
3
+ "version": "1.12.9",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",
@@ -32,7 +32,7 @@
32
32
  "version": "npm run format && git add -A src"
33
33
  },
34
34
  "dependencies": {
35
- "axios": "^1.8.2",
35
+ "axios": "^1.4.0",
36
36
  "chalk": "^4.1.2",
37
37
  "crypto-js": "^4.2.0",
38
38
  "jwt-decode": "^4.0.0"