@nomalism-com/api 0.43.30 → 0.43.32
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 +5 -5
package/dist/index.js
CHANGED
|
@@ -4311,7 +4311,7 @@ var API = class {
|
|
|
4311
4311
|
this.LLM = new Repository120(getModuleParams("llm", "llm"));
|
|
4312
4312
|
this.PatchNotes = new Repository121(getModuleParams("integration", "patch_notes"));
|
|
4313
4313
|
this.DocumentHeaderSurvey = new Repository122(
|
|
4314
|
-
getModuleParams("stock", "
|
|
4314
|
+
getModuleParams("stock", "document_header_survey")
|
|
4315
4315
|
);
|
|
4316
4316
|
}
|
|
4317
4317
|
};
|
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.
|
|
4
|
+
"version": "0.43.32",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"prepack": "npm run lint && npm run build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@nomalism-com/types": "^0.43.
|
|
27
|
-
"axios": "^1.13.
|
|
26
|
+
"@nomalism-com/types": "^0.43.31",
|
|
27
|
+
"axios": "^1.13.5"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@swc/core": "^1.15.
|
|
31
|
-
"@types/node": "^24.
|
|
30
|
+
"@swc/core": "^1.15.13",
|
|
31
|
+
"@types/node": "^24.10.14",
|
|
32
32
|
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
33
33
|
"@typescript-eslint/parser": "^8.56.1",
|
|
34
34
|
"eslint": "^9.39.3",
|