@monotykamary/dsh-host-frontend-static 0.1.2 → 0.1.4

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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@monotykamary/dsh-host-frontend-static",
3
3
  "description": "SPA dist server for the Web shell: owns the webserver fallback seat, serving the built frontend with index-tap injection, traversal rejection, and SPA index fallback",
4
- "version": "0.1.2",
4
+ "version": "0.1.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,17 +32,17 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@monotykamary/dsh-host-webserver": "^0.1.2",
36
- "@monotykamary/dsh-invariants": "^0.1.2",
35
+ "@monotykamary/dsh-host-webserver": "^0.1.4",
36
+ "@monotykamary/dsh-invariants": "^0.1.4",
37
37
  "@monotykamary/cordis": "^4.0.1"
38
38
  },
39
39
  "dependencies": {
40
40
  "@monotykamary/schemastery": "^3.18.1"
41
41
  },
42
42
  "devDependencies": {
43
+ "@monotykamary/dsh-host-webserver": "^0.1.4",
43
44
  "@monotykamary/cordis-plugin-loader": "^1.0.2",
44
45
  "@monotykamary/cordis": "^4.0.1",
45
- "@monotykamary/dsh-invariants": "^0.1.2",
46
- "@monotykamary/dsh-host-webserver": "^0.1.2"
46
+ "@monotykamary/dsh-invariants": "^0.1.4"
47
47
  }
48
48
  }