@decaf-ts/for-http 0.2.11 → 0.2.13
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/LICENSE.md +0 -53
- package/README.md +23 -3
- package/dist/for-http.cjs +2 -712
- package/dist/for-http.cjs.map +1 -0
- package/dist/for-http.js +2 -0
- package/dist/for-http.js.map +1 -0
- package/lib/RestRepository.cjs +1 -1
- package/lib/RestRepository.js.map +1 -0
- package/lib/RestService.cjs +1 -1
- package/lib/RestService.js.map +1 -0
- package/lib/adapter.cjs +1 -1
- package/lib/adapter.js.map +1 -0
- package/lib/axios/axios.cjs +4 -2
- package/lib/axios/axios.js.map +1 -0
- package/lib/axios/constants.cjs +1 -1
- package/lib/axios/constants.js.map +1 -0
- package/lib/axios/index.cjs +1 -1
- package/lib/axios/index.js.map +1 -0
- package/lib/axios/types.cjs +1 -1
- package/lib/axios/types.js.map +1 -0
- package/lib/esm/RestRepository.js +1 -1
- package/lib/esm/RestRepository.js.map +1 -0
- package/lib/esm/RestService.js +1 -1
- package/lib/esm/RestService.js.map +1 -0
- package/lib/esm/adapter.js +1 -1
- package/lib/esm/adapter.js.map +1 -0
- package/lib/esm/axios/axios.js +4 -2
- package/lib/esm/axios/axios.js.map +1 -0
- package/lib/esm/axios/constants.js +1 -1
- package/lib/esm/axios/constants.js.map +1 -0
- package/lib/esm/axios/index.js +1 -1
- package/lib/esm/axios/index.js.map +1 -0
- package/lib/esm/axios/types.js +1 -1
- package/lib/esm/axios/types.js.map +1 -0
- package/lib/esm/index.d.ts +1 -1
- package/lib/esm/index.js +2 -2
- package/lib/esm/index.js.map +1 -0
- package/lib/esm/types.js +1 -1
- package/lib/esm/types.js.map +1 -0
- package/lib/index.cjs +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -0
- package/lib/types.cjs +1 -1
- package/lib/types.js.map +1 -0
- package/package.json +12 -49
- package/dist/for-http.esm.cjs +0 -705
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/axios/types.ts"],"names":[],"mappings":""}
|
package/lib/esm/index.d.ts
CHANGED
package/lib/esm/index.js
CHANGED
|
@@ -17,5 +17,5 @@ export * from "./types.js";
|
|
|
17
17
|
* @summary Version identifier for the module
|
|
18
18
|
* @const VERSION
|
|
19
19
|
*/
|
|
20
|
-
export const VERSION = "0.2.
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
export const VERSION = "0.2.13";
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AAExB;;;;;;;GAOG;AACH,iCAAwB;AACxB,6BAA0B;AAC1B,oCAAiC;AACjC,iCAA8B;AAC9B,2BAAwB;AAExB;;;;GAIG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC"}
|
package/lib/esm/types.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":""}
|
package/lib/index.cjs
CHANGED
|
@@ -34,5 +34,5 @@ __exportStar(require("./types.cjs"), exports);
|
|
|
34
34
|
* @summary Version identifier for the module
|
|
35
35
|
* @const VERSION
|
|
36
36
|
*/
|
|
37
|
-
exports.VERSION = "0.2.
|
|
38
|
-
//# sourceMappingURL=
|
|
37
|
+
exports.VERSION = "0.2.13";
|
|
38
|
+
//# sourceMappingURL=index.js.map
|
package/lib/index.d.ts
CHANGED
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,0BAAwB;AAExB;;;;;;;GAOG;AACH,oDAAwB;AACxB,gDAA0B;AAC1B,uDAAiC;AACjC,oDAA8B;AAC9B,8CAAwB;AAExB;;;;GAIG;AACU,QAAA,OAAO,GAAG,aAAa,CAAC"}
|
package/lib/types.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=types.js.map
|
package/lib/types.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decaf-ts/for-http",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"description": "http wrappers for decaf-ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -61,69 +61,32 @@
|
|
|
61
61
|
"dist"
|
|
62
62
|
],
|
|
63
63
|
"keywords": [
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"jsdoc",
|
|
71
|
-
"doc",
|
|
72
|
-
"docs",
|
|
73
|
-
"documentation",
|
|
74
|
-
"ci/cd",
|
|
75
|
-
"ci",
|
|
76
|
-
"cd",
|
|
77
|
-
"template",
|
|
64
|
+
"http",
|
|
65
|
+
"server",
|
|
66
|
+
"fastify",
|
|
67
|
+
"api",
|
|
68
|
+
"rest",
|
|
69
|
+
"decaf",
|
|
78
70
|
"typescript",
|
|
79
|
-
"
|
|
71
|
+
"middleware",
|
|
72
|
+
"client",
|
|
73
|
+
"request"
|
|
80
74
|
],
|
|
81
75
|
"author": "Tiago Venceslau and Contributors",
|
|
82
|
-
"license": "MIT
|
|
76
|
+
"license": "MIT",
|
|
83
77
|
"bugs": {
|
|
84
78
|
"url": "https://github.com/decaf-ts/for-http/issues"
|
|
85
79
|
},
|
|
86
80
|
"homepage": "https://github.com/decaf-ts/for-http#readme",
|
|
87
81
|
"devDependencies": {
|
|
88
82
|
"@decaf-ts/utils": "latest",
|
|
89
|
-
"
|
|
90
|
-
"@rollup/plugin-commonjs": "^28.0.3",
|
|
91
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
92
|
-
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
93
|
-
"@rollup/plugin-typescript": "^12.1.2",
|
|
94
|
-
"@stylistic/eslint-plugin": "^4.2.0",
|
|
95
|
-
"@types/jest": "^29.5.14",
|
|
96
|
-
"clean-publish": "^5.1.0",
|
|
97
|
-
"dpdm": "^3.14.0",
|
|
98
|
-
"eslint": "^9.25.1",
|
|
99
|
-
"eslint-config-prettier": "^10.1.2",
|
|
100
|
-
"eslint-plugin-prettier": "^5.2.6",
|
|
101
|
-
"fastify": "^5.6.1",
|
|
102
|
-
"globals": "^16.0.0",
|
|
103
|
-
"jest": "^29.7.0",
|
|
104
|
-
"jest-html-reporters": "^3.1.7",
|
|
105
|
-
"jest-junit": "^16.0.0",
|
|
106
|
-
"jsdoc": "^4.0.4",
|
|
107
|
-
"jsdoc-mermaid": "^1.0.0",
|
|
108
|
-
"markdown-include": "^0.4.3",
|
|
109
|
-
"minimist": "^1.2.8",
|
|
110
|
-
"nodemon": "^3.1.9",
|
|
111
|
-
"npm-check-updates": "^18.0.0",
|
|
112
|
-
"prettier": "3.5.3",
|
|
113
|
-
"rimraf": "^6.0.1",
|
|
114
|
-
"rollup": "^4.40.0",
|
|
115
|
-
"ts-jest": "^29.3.2",
|
|
116
|
-
"ts-loader": "^9.5.2",
|
|
117
|
-
"ts-node": "^10.9.2",
|
|
118
|
-
"typescript": "^5.8.3",
|
|
119
|
-
"typescript-eslint": "^8.31.0"
|
|
83
|
+
"fastify": "^5.6.1"
|
|
120
84
|
},
|
|
121
85
|
"peerDependencies": {
|
|
122
86
|
"@decaf-ts/core": "latest",
|
|
123
87
|
"@decaf-ts/db-decorators": "latest",
|
|
124
88
|
"@decaf-ts/decorator-validation": "latest",
|
|
125
89
|
"@decaf-ts/injectable-decorators": "latest",
|
|
126
|
-
"@decaf-ts/logging": "latest",
|
|
127
90
|
"@decaf-ts/reflection": "latest",
|
|
128
91
|
"@decaf-ts/transactional-decorators": "latest",
|
|
129
92
|
"axios": "^1.7.8",
|