@jh-tech/bff-update-feed-app-client 0.0.34 → 0.0.35

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@jh-tech/bff-update-feed-app-client",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "The bff solution for interfacing between the update feed ui and its backend systems",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "sideEffects": false,
8
8
  "dependencies": {
9
- "@jh-tech/util-tools-fe": "0.0.4",
9
+ "@jh-tech/util-tools-fe": "0.0.5",
10
10
  "@jackhayes/util-types": "0.0.32",
11
11
  "axios": "^1.10.0",
12
12
  "dotenv": "^17.2.0",
13
13
  "jh-be-tools": "1.0.96",
14
14
  "zod": "^4.1.11",
15
- "@jh-tech/bff-update-feed-app-shared": "0.0.34"
15
+ "@jh-tech/bff-update-feed-app-shared": "0.0.35"
16
16
  },
17
17
  "devDependencies": {
18
- "@jh-tech/util-tools-be": "0.0.4"
18
+ "@jh-tech/util-tools-be": "0.0.5"
19
19
  },
20
20
  "author": "",
21
21
  "license": "ISC",