@genesislcap/seed-utils 14.431.0 → 14.432.1-FUI-2489.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/seed-utils",
3
3
  "description": "Seed utilities",
4
- "version": "14.431.0",
4
+ "version": "14.432.1-FUI-2489.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -17,10 +17,10 @@
17
17
  "lint:fix": "genx lint --fix"
18
18
  },
19
19
  "devDependencies": {
20
- "@genesislcap/foundation-testing": "14.431.0",
21
- "@genesislcap/genx": "14.431.0",
22
- "@genesislcap/ts-builder": "14.431.0",
23
- "@genesislcap/uvu-playwright-builder": "14.431.0",
20
+ "@genesislcap/foundation-testing": "14.432.1-FUI-2489.1",
21
+ "@genesislcap/genx": "14.432.1-FUI-2489.1",
22
+ "@genesislcap/ts-builder": "14.432.1-FUI-2489.1",
23
+ "@genesislcap/uvu-playwright-builder": "14.432.1-FUI-2489.1",
24
24
  "@types/node": "^22.10.2",
25
25
  "@types/tmp": "^0.2.6",
26
26
  "edit-json-file": "^1.7.0",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "4e523b6a77df321a9c70fcdf7c12a4ffcb98769a"
37
+ "gitHead": "9bae1c5f931d4787041aae3536be9493c11e6312"
38
38
  }
@@ -1,116 +1,116 @@
1
1
  {
2
- "name": "mock-seed",
3
- "description": "",
4
- "version": "1.0.0",
5
- "private": true,
6
- "license": "UNLICENSED",
7
- "config": {
8
- "API_HOST": "ws://localhost:9064",
9
- "PORT": 6060,
10
- "ENABLE_SSO": false
2
+ "name": "mock-seed",
3
+ "description": "",
4
+ "version": "1.0.0",
5
+ "private": true,
6
+ "license": "UNLICENSED",
7
+ "config": {
8
+ "API_HOST": "ws://localhost:9064",
9
+ "PORT": 6060,
10
+ "ENABLE_SSO": false
11
+ },
12
+ "genx": {
13
+ "app": {
14
+ "rootElement": "mockseed-root"
11
15
  },
12
- "genx": {
13
- "app": {
14
- "rootElement": "mockseed-root"
15
- },
16
- "federation": {
17
- "remotes": [
18
- "@genesislcap/foundation-zero"
19
- ]
20
- }
21
- },
22
- "scripts": {
23
- "baseline": "npm run clean && npm run bootstrap",
24
- "bootstrap": "npm install --no-fund --no-audit",
25
- "bootstrap:ci": "npm ci --no-fund --no-audit",
26
- "build": "genx build -e ENABLE_SSO",
27
- "build:stats": "genx analyze",
28
- "clean": "genx clean dist node_modules",
29
- "dev": "genx dev -b webpack -e API_HOST,ENABLE_SSO",
30
- "dev:docker": "npm run dev -- --host 0.0.0.0",
31
- "dev:intellij": "genx dev -e ENABLE_SSO",
32
- "dev:no-open": "npm run dev -- --no-open",
33
- "dev:https": "npm run dev -- --https",
34
- "dev:webpack": "npm run dev -- -b webpack",
35
- "dsconfig": "dsconfig --path src/styles/design-tokens.json",
36
- "git:setup": "cd .. && npx --yes husky install",
37
- "lint": "genx lint --profile",
38
- "lint:fix": "genx lint --fix",
39
- "lint:eslint": "genx lint -l eslint --profile",
40
- "lint:stylelint": "genx lint -l stylelint",
41
- "serve": "genx serve",
42
- "test": "genx test",
43
- "test:coverage": "genx test --coverage",
44
- "test:unit:watch": "genx test --watch"
45
- },
46
- "husky": {
47
- "hooks": {
48
- "pre-commit": "lint-staged"
49
- }
50
- },
51
- "lint-staged": {
52
- "*.{ts,js}": [
53
- "eslint"
54
- ],
55
- "*.styles.ts": [
56
- "stylelint"
16
+ "federation": {
17
+ "remotes": [
18
+ "@genesislcap/foundation-zero"
57
19
  ]
58
- },
59
- "eslintConfig": {
60
- "extends": "@genesislcap/eslint-config"
61
- },
62
- "stylelint": {
63
- "extends": "@genesislcap/stylelint-config"
64
- },
65
- "prettier": "@genesislcap/prettier-config",
66
- "devDependencies": {
67
- "@genesislcap/design-system-configurator": "14.146.1",
68
- "@genesislcap/foundation-testing": "14.146.1",
69
- "@genesislcap/genx": "14.146.1",
70
- "husky": "^7.0.4",
71
- "lint-prepush": "^2.2.1",
72
- "lint-staged": "^12.4.1"
73
- },
74
- "dependencies": {
75
- "@genesislcap/foundation-comms": "14.139.0",
76
- "@genesislcap/foundation-entity-management": "14.139.0",
77
- "@genesislcap/foundation-events": "14.139.0",
78
- "@genesislcap/foundation-forms": "14.139.0",
79
- "@genesislcap/foundation-header": "14.139.0",
80
- "@genesislcap/foundation-inbox": "14.139.0",
81
- "@genesislcap/foundation-layout": "14.139.0",
82
- "@genesislcap/foundation-logger": "14.139.0",
83
- "@genesislcap/foundation-login": "14.139.0",
84
- "@genesislcap/foundation-shell": "14.139.0",
85
- "@genesislcap/foundation-store": "14.139.0",
86
- "@genesislcap/foundation-ui": "14.139.0",
87
- "@genesislcap/foundation-utils": "14.139.0",
88
- "@genesislcap/foundation-zero": "14.139.0",
89
- "@genesislcap/foundation-zero-grid-pro": "14.139.0",
90
- "@genesislcap/g2plot-chart": "14.139.0",
91
- "@microsoft/fast-components": "2.30.6",
92
- "@microsoft/fast-element": "1.14.0",
93
- "@microsoft/fast-foundation": "2.50.0",
94
- "@microsoft/fast-router": "0.4.8",
95
- "@microsoft/fast-web-utilities": "5.4.1",
96
- "rxjs": "^7.5.4"
97
- },
98
- "overrides": {
99
- "@genesislcap/foundation-comms": "14.139.0",
100
- "@genesislcap/foundation-entity-management": "14.139.0",
101
- "@genesislcap/foundation-events": "14.139.0",
102
- "@genesislcap/foundation-forms": "14.139.0",
103
- "@genesislcap/foundation-header": "14.139.0",
104
- "@genesislcap/foundation-inbox": "14.139.0",
105
- "@genesislcap/foundation-layout": "14.139.0",
106
- "@genesislcap/foundation-logger": "14.139.0",
107
- "@genesislcap/foundation-login": "14.139.0",
108
- "@genesislcap/foundation-shell": "14.139.0",
109
- "@genesislcap/foundation-store": "14.139.0",
110
- "@genesislcap/foundation-ui": "14.139.0",
111
- "@genesislcap/foundation-utils": "14.139.0",
112
- "@genesislcap/foundation-zero": "14.139.0",
113
- "@genesislcap/foundation-zero-grid-pro": "14.139.0",
114
- "@genesislcap/g2plot-chart": "14.139.0"
115
20
  }
116
- }
21
+ },
22
+ "scripts": {
23
+ "baseline": "npm run clean && npm run bootstrap",
24
+ "bootstrap": "npm install --no-fund --no-audit",
25
+ "bootstrap:ci": "npm ci --no-fund --no-audit",
26
+ "build": "genx build -e ENABLE_SSO",
27
+ "build:stats": "genx analyze",
28
+ "clean": "genx clean dist node_modules",
29
+ "dev": "genx dev -b webpack -e API_HOST,ENABLE_SSO",
30
+ "dev:docker": "npm run dev -- --host 0.0.0.0",
31
+ "dev:intellij": "genx dev -e ENABLE_SSO",
32
+ "dev:no-open": "npm run dev -- --no-open",
33
+ "dev:https": "npm run dev -- --https",
34
+ "dev:webpack": "npm run dev -- -b webpack",
35
+ "dsconfig": "dsconfig --path src/styles/design-tokens.json",
36
+ "git:setup": "cd .. && npx --yes husky install",
37
+ "lint": "genx lint --profile",
38
+ "lint:fix": "genx lint --fix",
39
+ "lint:eslint": "genx lint -l eslint --profile",
40
+ "lint:stylelint": "genx lint -l stylelint",
41
+ "serve": "genx serve",
42
+ "test": "genx test",
43
+ "test:coverage": "genx test --coverage",
44
+ "test:unit:watch": "genx test --watch"
45
+ },
46
+ "husky": {
47
+ "hooks": {
48
+ "pre-commit": "lint-staged"
49
+ }
50
+ },
51
+ "lint-staged": {
52
+ "*.{ts,js}": [
53
+ "eslint"
54
+ ],
55
+ "*.styles.ts": [
56
+ "stylelint"
57
+ ]
58
+ },
59
+ "eslintConfig": {
60
+ "extends": "@genesislcap/eslint-config"
61
+ },
62
+ "stylelint": {
63
+ "extends": "@genesislcap/stylelint-config"
64
+ },
65
+ "devDependencies": {
66
+ "@genesislcap/design-system-configurator": "14.146.1",
67
+ "@genesislcap/foundation-testing": "14.146.1",
68
+ "@genesislcap/genx": "14.146.1",
69
+ "husky": "^7.0.4",
70
+ "lint-prepush": "^2.2.1",
71
+ "lint-staged": "^12.4.1"
72
+ },
73
+ "dependencies": {
74
+ "@genesislcap/foundation-comms": "14.139.0",
75
+ "@genesislcap/foundation-entity-management": "14.139.0",
76
+ "@genesislcap/foundation-events": "14.139.0",
77
+ "@genesislcap/foundation-forms": "14.139.0",
78
+ "@genesislcap/foundation-header": "14.139.0",
79
+ "@genesislcap/foundation-inbox": "14.139.0",
80
+ "@genesislcap/foundation-layout": "14.139.0",
81
+ "@genesislcap/foundation-logger": "14.139.0",
82
+ "@genesislcap/foundation-login": "14.139.0",
83
+ "@genesislcap/foundation-shell": "14.139.0",
84
+ "@genesislcap/foundation-store": "14.139.0",
85
+ "@genesislcap/foundation-ui": "14.139.0",
86
+ "@genesislcap/foundation-utils": "14.139.0",
87
+ "@genesislcap/foundation-zero": "14.139.0",
88
+ "@genesislcap/foundation-zero-grid-pro": "14.139.0",
89
+ "@genesislcap/g2plot-chart": "14.139.0",
90
+ "@microsoft/fast-components": "2.30.6",
91
+ "@microsoft/fast-element": "1.14.0",
92
+ "@microsoft/fast-foundation": "2.50.0",
93
+ "@microsoft/fast-router": "0.4.8",
94
+ "@microsoft/fast-web-utilities": "5.4.1",
95
+ "rxjs": "^7.5.4"
96
+ },
97
+ "overrides": {
98
+ "@genesislcap/foundation-comms": "14.139.0",
99
+ "@genesislcap/foundation-entity-management": "14.139.0",
100
+ "@genesislcap/foundation-events": "14.139.0",
101
+ "@genesislcap/foundation-forms": "14.139.0",
102
+ "@genesislcap/foundation-header": "14.139.0",
103
+ "@genesislcap/foundation-inbox": "14.139.0",
104
+ "@genesislcap/foundation-layout": "14.139.0",
105
+ "@genesislcap/foundation-logger": "14.139.0",
106
+ "@genesislcap/foundation-login": "14.139.0",
107
+ "@genesislcap/foundation-shell": "14.139.0",
108
+ "@genesislcap/foundation-store": "14.139.0",
109
+ "@genesislcap/foundation-ui": "14.139.0",
110
+ "@genesislcap/foundation-utils": "14.139.0",
111
+ "@genesislcap/foundation-zero": "14.139.0",
112
+ "@genesislcap/foundation-zero-grid-pro": "14.139.0",
113
+ "@genesislcap/g2plot-chart": "14.139.0"
114
+ },
115
+ "oxfmt": "@genesislcap/oxfmt-config"
116
+ }