@genesislcap/foundation-entity-management 14.33.1-alpha-3ede04766.0 → 14.33.2

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.
@@ -1101,6 +1101,27 @@
1101
1101
  }
1102
1102
  ]
1103
1103
  },
1104
+ {
1105
+ "kind": "javascript-module",
1106
+ "path": "src/routes/config.ts",
1107
+ "declarations": [],
1108
+ "exports": []
1109
+ },
1110
+ {
1111
+ "kind": "javascript-module",
1112
+ "path": "src/routes/index.ts",
1113
+ "declarations": [],
1114
+ "exports": [
1115
+ {
1116
+ "kind": "js",
1117
+ "name": "*",
1118
+ "declaration": {
1119
+ "name": "*",
1120
+ "package": "./config"
1121
+ }
1122
+ }
1123
+ ]
1124
+ },
1104
1125
  {
1105
1126
  "kind": "javascript-module",
1106
1127
  "path": "src/profiles/editProfileSchema.ts",
@@ -1744,27 +1765,6 @@
1744
1765
  }
1745
1766
  ]
1746
1767
  },
1747
- {
1748
- "kind": "javascript-module",
1749
- "path": "src/routes/config.ts",
1750
- "declarations": [],
1751
- "exports": []
1752
- },
1753
- {
1754
- "kind": "javascript-module",
1755
- "path": "src/routes/index.ts",
1756
- "declarations": [],
1757
- "exports": [
1758
- {
1759
- "kind": "js",
1760
- "name": "*",
1761
- "declaration": {
1762
- "name": "*",
1763
- "package": "./config"
1764
- }
1765
- }
1766
- ]
1767
- },
1768
1768
  {
1769
1769
  "kind": "javascript-module",
1770
1770
  "path": "src/users/users.template.ts",
package/package.json CHANGED
@@ -1,15 +1,12 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.33.1-alpha-3ede04766.0",
4
+ "version": "14.33.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
8
8
  "types": "dist/foundation-entity-management.d.ts",
9
9
  "config": {
10
- "API_HOST": "wss://public-foundation.genesislab.global/gwf/",
11
- "DEFAULT_USER": "JohnDoe",
12
- "DEFAULT_PASSWORD": "Password11*",
13
10
  "PORT": 5080
14
11
  },
15
12
  "genx": {
@@ -27,10 +24,9 @@
27
24
  "build:webpack": "genx build",
28
25
  "build:webpack:stats": "genx analyze",
29
26
  "clean": "genx clean",
30
- "dev": "npm run dev:webpack",
31
- "dev:no-open": "npm run dev:webpack -- --no-open",
32
- "dev:webpack": "cross-env NODE_ENV=development API_HOST=$npm_package_config_API_HOST DEFAULT_USER=$npm_package_config_DEFAULT_USER DEFAULT_PASSWORD=$npm_package_config_DEFAULT_PASSWORD genx dev",
33
- "dev:webpack:https": "npm run dev:webpack -- --https",
27
+ "dev": "genx dev",
28
+ "dev:no-open": "genx dev --no-open",
29
+ "dev:https": "genx dev --https",
34
30
  "serve": "genx serve",
35
31
  "test": "genx test",
36
32
  "test:coverage": "genx test --coverage",
@@ -44,21 +40,20 @@
44
40
  "test:debug": "genx test --debug"
45
41
  },
46
42
  "devDependencies": {
47
- "@genesislcap/foundation-testing": "14.33.1-alpha-3ede04766.0",
48
- "@genesislcap/genx": "14.33.1-alpha-3ede04766.0",
49
- "bulma": "^0.9.3",
50
- "cross-env": "^7.0.3"
43
+ "@genesislcap/foundation-testing": "^14.33.2",
44
+ "@genesislcap/genx": "^14.33.2",
45
+ "bulma": "^0.9.3"
51
46
  },
52
47
  "dependencies": {
53
- "@genesislcap/foundation-comms": "14.33.1-alpha-3ede04766.0",
54
- "@genesislcap/foundation-errors": "14.33.1-alpha-3ede04766.0",
55
- "@genesislcap/foundation-forms": "14.33.1-alpha-3ede04766.0",
56
- "@genesislcap/foundation-login": "14.33.1-alpha-3ede04766.0",
57
- "@genesislcap/foundation-ui": "14.33.1-alpha-3ede04766.0",
58
- "@genesislcap/foundation-utils": "14.33.1-alpha-3ede04766.0",
59
- "@genesislcap/foundation-zero": "14.33.1-alpha-3ede04766.0",
60
- "@genesislcap/foundation-zero-grid-pro": "14.33.1-alpha-3ede04766.0",
61
- "@genesislcap/grid-pro": "14.33.1-alpha-3ede04766.0",
48
+ "@genesislcap/foundation-comms": "^14.33.2",
49
+ "@genesislcap/foundation-errors": "^14.33.2",
50
+ "@genesislcap/foundation-forms": "^14.33.2",
51
+ "@genesislcap/foundation-login": "^14.33.2",
52
+ "@genesislcap/foundation-ui": "^14.33.2",
53
+ "@genesislcap/foundation-utils": "^14.33.2",
54
+ "@genesislcap/foundation-zero": "^14.33.2",
55
+ "@genesislcap/foundation-zero-grid-pro": "^14.33.2",
56
+ "@genesislcap/grid-pro": "^14.33.2",
62
57
  "@microsoft/fast-components": "^2.21.3",
63
58
  "@microsoft/fast-element": "^1.7.0",
64
59
  "@microsoft/fast-foundation": "^2.33.2",
@@ -83,5 +78,5 @@
83
78
  "access": "public"
84
79
  },
85
80
  "customElements": "dist/custom-elements.json",
86
- "gitHead": "46e1ca26b6115fe9e823c37b4ebbf8fd48ccf9f6"
81
+ "gitHead": "05ec400108143dea0930c2f08a5ce23c1563dae3"
87
82
  }