@decaf-ts/for-http 0.3.36 → 0.3.37

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.
@@ -19,5 +19,5 @@ export * from "./types";
19
19
  * @summary Version identifier for the module
20
20
  * @const VERSION
21
21
  */
22
- export declare const VERSION = "0.3.35";
22
+ export declare const VERSION = "0.3.36";
23
23
  export declare const PACKAGE_NAME = "@decaf-ts/for-http";
package/lib/esm/index.js CHANGED
@@ -20,7 +20,7 @@ export * from "./types.js";
20
20
  * @summary Version identifier for the module
21
21
  * @const VERSION
22
22
  */
23
- export const VERSION = "0.3.35";
23
+ export const VERSION = "0.3.36";
24
24
  export const PACKAGE_NAME = "@decaf-ts/for-http";
25
25
  Metadata.registerLibrary(PACKAGE_NAME, VERSION);
26
26
  //# sourceMappingURL=index.js.map
package/lib/index.cjs CHANGED
@@ -37,7 +37,7 @@ __exportStar(require("./types.cjs"), exports);
37
37
  * @summary Version identifier for the module
38
38
  * @const VERSION
39
39
  */
40
- exports.VERSION = "0.3.35";
40
+ exports.VERSION = "0.3.36";
41
41
  exports.PACKAGE_NAME = "@decaf-ts/for-http";
42
42
  decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
43
43
  //# sourceMappingURL=index.js.map
package/lib/index.d.ts CHANGED
@@ -19,5 +19,5 @@ export * from "./types";
19
19
  * @summary Version identifier for the module
20
20
  * @const VERSION
21
21
  */
22
- export declare const VERSION = "0.3.35";
22
+ export declare const VERSION = "0.3.36";
23
23
  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.36",
3
+ "version": "0.3.37",
4
4
  "description": "http wrappers for decaf-ts",
5
5
  "type": "module",
6
6
  "exports": {