@forwardimpact/pathway 0.23.2 → 0.24.0

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 (2) hide show
  1. package/package.json +2 -2
  2. package/src/main.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/pathway",
3
- "version": "0.23.2",
3
+ "version": "0.24.0",
4
4
  "description": "Career progression web app and CLI for exploring roles and generating agent teams",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "./commands": "./src/commands/index.js"
41
41
  },
42
42
  "dependencies": {
43
- "@forwardimpact/map": "^0.13.0",
43
+ "@forwardimpact/map": "^0.14.0",
44
44
  "@forwardimpact/libskill": "^3.0.0",
45
45
  "@forwardimpact/libtemplate": "^0.2.0",
46
46
  "@forwardimpact/libui": "^1.0.0",
package/src/main.js CHANGED
@@ -50,6 +50,7 @@ async function init() {
50
50
  // Load data
51
51
  try {
52
52
  const data = await loadAllData("./data");
53
+ data.disciplines = data.disciplines.filter((d) => !d.hidden);
53
54
  setData(data);
54
55
 
55
56
  // Populate branding from framework data