@genesislcap/foundation-store 14.82.0 → 14.83.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -6
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-store",
3
3
  "description": "Genesis Foundation Store",
4
- "version": "14.82.0",
4
+ "version": "14.83.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
8
8
  "types": "dist/foundation-store.d.ts",
9
+ "engines": {
10
+ "node": ">=18.0.0"
11
+ },
9
12
  "config": {
10
13
  "PORT": 3070
11
14
  },
@@ -22,13 +25,13 @@
22
25
  "serve": "genx serve"
23
26
  },
24
27
  "devDependencies": {
25
- "@genesislcap/genx": "14.82.0",
28
+ "@genesislcap/genx": "14.83.0",
26
29
  "rimraf": "^3.0.2"
27
30
  },
28
31
  "dependencies": {
29
- "@genesislcap/foundation-events": "14.82.0",
30
- "@genesislcap/foundation-logger": "14.82.0",
31
- "@genesislcap/foundation-utils": "14.82.0",
32
+ "@genesislcap/foundation-events": "14.83.0",
33
+ "@genesislcap/foundation-logger": "14.83.0",
34
+ "@genesislcap/foundation-utils": "14.83.0",
32
35
  "@microsoft/fast-element": "^1.7.0",
33
36
  "@microsoft/fast-foundation": "^2.33.2",
34
37
  "fast-safe-stringify": "^2.1.1",
@@ -43,5 +46,5 @@
43
46
  "publishConfig": {
44
47
  "access": "public"
45
48
  },
46
- "gitHead": "69108b95942ed1e47c3cf1eaf9fd3c3ed9188de0"
49
+ "gitHead": "a1e05428d4da3c1626d96739667e3d8bc0c9e4e2"
47
50
  }