@nomalism-com/api 0.43.41 → 0.43.42

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1560,7 +1560,7 @@ declare namespace sideMenu {
1560
1560
  export { Repository$i as default };
1561
1561
  }
1562
1562
 
1563
- declare class Repository$h implements Nomalism$1.ErrorLog.IRepository {
1563
+ declare class Repository$h implements Nomalism$1.ErrorLog.IController {
1564
1564
  route: string;
1565
1565
  private api;
1566
1566
  constructor({ api, route }: IModuleConstructor);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/api",
3
3
  "description": "A nomalism API package for performing HTTP requests on API endpoints",
4
- "version": "0.43.41",
4
+ "version": "0.43.42",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "prepack": "npm run lint && npm run build"
24
24
  },
25
25
  "dependencies": {
26
- "@nomalism-com/types": "^0.43.45",
26
+ "@nomalism-com/types": "^0.43.47",
27
27
  "axios": "^1.13.6"
28
28
  },
29
29
  "devDependencies": {