@esb-market-contracts/backend 1.0.54 → 1.0.55

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/constants.d.ts CHANGED
@@ -1 +1,3 @@
1
- export {}
1
+ //#region src/app/routes/routes.constants.d.ts
2
+ export declare const API_VERSION_PATH = "/v1";
3
+ //#endregion
package/constants.js CHANGED
@@ -0,0 +1,5 @@
1
+ // src/app/routes/routes.constants.ts
2
+ var API_VERSION_PATH = "/v1";
3
+ export {
4
+ API_VERSION_PATH
5
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esb-market-contracts/backend",
3
3
  "description": "Shared TypeScript contract definitions for backend.",
4
- "version": "1.0.54",
4
+ "version": "1.0.55",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "sideEffects": false,