@nomalism-com/api 0.45.61 → 0.45.63

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.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4437,7 +4437,7 @@ var Repository127 = class {
4437
4437
  this.route = route;
4438
4438
  }
4439
4439
  async create(data) {
4440
- const result = await this.api.post(`${this.route}pro_forma`, data);
4440
+ const result = await this.api.post(`${this.route}`, data);
4441
4441
  return result.data;
4442
4442
  }
4443
4443
  };
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.45.61",
4
+ "version": "0.45.63",
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.45.66",
26
+ "@nomalism-com/types": "^0.45.68",
27
27
  "axios": "^1.17.0"
28
28
  },
29
29
  "devDependencies": {