@decaf-ts/for-http 0.3.10 → 0.3.11

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.
@@ -17,4 +17,4 @@ export * from "./types";
17
17
  * @summary Version identifier for the module
18
18
  * @const VERSION
19
19
  */
20
- export declare const VERSION = "0.3.9";
20
+ export declare const VERSION = "0.3.10";
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.3.9";
20
+ export const VERSION = "0.3.10";
21
21
  //# sourceMappingURL=index.js.map
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.3.9";
37
+ exports.VERSION = "0.3.10";
38
38
  //# sourceMappingURL=index.js.map
package/lib/index.d.ts CHANGED
@@ -17,4 +17,4 @@ export * from "./types";
17
17
  * @summary Version identifier for the module
18
18
  * @const VERSION
19
19
  */
20
- export declare const VERSION = "0.3.9";
20
+ export declare const VERSION = "0.3.10";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-http",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "http wrappers for decaf-ts",
5
5
  "type": "module",
6
6
  "exports": {