@nomalism-com/api 0.40.94 → 0.40.95
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
|
@@ -4063,7 +4063,7 @@ var Repository120 = class {
|
|
|
4063
4063
|
method: "POST",
|
|
4064
4064
|
headers: {
|
|
4065
4065
|
"Content-Type": "application/json",
|
|
4066
|
-
|
|
4066
|
+
Authorization: this.api.defaults.headers.common.Authorization
|
|
4067
4067
|
},
|
|
4068
4068
|
body: JSON.stringify(data),
|
|
4069
4069
|
signal: ac.signal
|
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.40.
|
|
4
|
+
"version": "0.40.95",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|