@nomalism-com/api 0.45.60 → 0.45.62
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/dist/index.js +1 -1
- package/package.json +1 -1
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}
|
|
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.
|
|
4
|
+
"version": "0.45.62",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|