@decaf-ts/for-http 0.3.44 → 0.3.45

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.
@@ -20,5 +20,5 @@ export * from "./event";
20
20
  * @summary Version identifier for the module
21
21
  * @const VERSION
22
22
  */
23
- export declare const VERSION = "0.3.43";
23
+ export declare const VERSION = "0.3.44";
24
24
  export declare const PACKAGE_NAME = "@decaf-ts/for-http";
package/lib/esm/index.js CHANGED
@@ -21,7 +21,7 @@ export * from "./event/index.js";
21
21
  * @summary Version identifier for the module
22
22
  * @const VERSION
23
23
  */
24
- export const VERSION = "0.3.43";
24
+ export const VERSION = "0.3.44";
25
25
  export const PACKAGE_NAME = "@decaf-ts/for-http";
26
26
  Metadata.registerLibrary(PACKAGE_NAME, VERSION);
27
27
  //# sourceMappingURL=index.js.map
package/lib/index.cjs CHANGED
@@ -38,7 +38,7 @@ __exportStar(require("./event/index.cjs"), exports);
38
38
  * @summary Version identifier for the module
39
39
  * @const VERSION
40
40
  */
41
- exports.VERSION = "0.3.43";
41
+ exports.VERSION = "0.3.44";
42
42
  exports.PACKAGE_NAME = "@decaf-ts/for-http";
43
43
  decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
44
44
  //# sourceMappingURL=index.js.map
package/lib/index.d.ts CHANGED
@@ -20,5 +20,5 @@ export * from "./event";
20
20
  * @summary Version identifier for the module
21
21
  * @const VERSION
22
22
  */
23
- export declare const VERSION = "0.3.43";
23
+ export declare const VERSION = "0.3.44";
24
24
  export declare const PACKAGE_NAME = "@decaf-ts/for-http";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-http",
3
- "version": "0.3.44",
3
+ "version": "0.3.45",
4
4
  "description": "http wrappers for decaf-ts",
5
5
  "type": "module",
6
6
  "exports": {
@@ -80,14 +80,8 @@
80
80
  },
81
81
  "homepage": "https://github.com/decaf-ts/for-http#readme",
82
82
  "devDependencies": {
83
- "@decaf-ts/for-nest": "^0.2.41",
84
83
  "@decaf-ts/utils": "latest",
85
- "@nestjs/common": "^11.1.14",
86
- "@nestjs/core": "^11.1.14",
87
- "@nestjs/platform-express": "^11.1.14",
88
- "@nestjs/swagger": "^11.2.6",
89
84
  "@types/jest": "^30.0.0",
90
- "event-source-plus": "^0.1.15",
91
85
  "fastify": "^5.6.1"
92
86
  },
93
87
  "dependencies": {
@@ -98,6 +92,7 @@
98
92
  "@decaf-ts/injectable-decorators": "latest",
99
93
  "@decaf-ts/logging": "latest",
100
94
  "@decaf-ts/transactional-decorators": "latest",
101
- "axios": "^1.13.2"
95
+ "axios": "^1.13.2",
96
+ "event-source-plus": "^0.1.15"
102
97
  }
103
98
  }