@edraj/tsdmart 5.0.4 → 5.2.0

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/index.ts CHANGED
@@ -1,5 +1,3 @@
1
- // can and needs to be redone
2
-
3
1
  export * from "./dmart.model";
4
2
  export * from "./dmart.service";
5
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edraj/tsdmart",
3
- "version": "5.0.4",
3
+ "version": "5.2.0",
4
4
  "description": "A TypeScript implementation of the Dmart that depends on axios.",
5
5
  "author": "Kefah T. Issa",
6
6
  "email": "kefah.issa@gmail.com",
package/tsconfig.json CHANGED
@@ -40,9 +40,5 @@
40
40
  },
41
41
  "ts-node": {
42
42
  "esm": true
43
- },
44
- "parser": "@typescript-eslint/parser",
45
- "plugins": [
46
- "@typescript-eslint"
47
- ]
43
+ }
48
44
  }
package/config.ts DELETED
@@ -1,9 +0,0 @@
1
-
2
- export const Config = {
3
- baseURL: "http://localhost:8282",
4
- headers: {
5
- "Content-type": "application/json",
6
- "Authorization": "",
7
- },
8
- };
9
-