sim-node-lib 0.0.143 → 0.0.144

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.
@@ -27,7 +27,7 @@ class AxiosService {
27
27
  }
28
28
  console.log('AUTHSTRING: ', authString);
29
29
  headers = {
30
- authorization: authString,
30
+ authorization: 'Basic QVBJX1JFVEFHVUFSREE6T0ttZ0pTRVBKcFlWVlY4WklyczA=',
31
31
  };
32
32
  return this;
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-node-lib",
3
- "version": "0.0.143",
3
+ "version": "0.0.144",
4
4
  "description": "Library from SIMLabs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",