@forwardimpact/pathway 0.14.1 → 0.15.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/pathway",
3
- "version": "0.14.1",
3
+ "version": "0.15.0",
4
4
  "description": "Career progression web app and CLI for exploring roles and generating agents",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -40,8 +40,8 @@
40
40
  "./commands": "./src/commands/index.js"
41
41
  },
42
42
  "dependencies": {
43
- "@forwardimpact/schema": "^0.7.0",
44
- "@forwardimpact/model": "^0.8.0",
43
+ "@forwardimpact/schema": "^0.8.0",
44
+ "@forwardimpact/model": "^0.9.0",
45
45
  "mustache": "^4.2.0",
46
46
  "simple-icons": "^16.7.0",
47
47
  "yaml": "^2.3.4"
@@ -192,7 +192,6 @@ function createRoleAgentCard(agent) {
192
192
  );
193
193
  }
194
194
 
195
-
196
195
  /**
197
196
  * Download all agent files as a ZIP
198
197
  * @param {Object} profile - Agent profile
@@ -930,8 +930,6 @@ async function importJSZip() {
930
930
  return module.default;
931
931
  }
932
932
 
933
-
934
-
935
933
  /**
936
934
  * Create help section explaining how agent builder works
937
935
  * @returns {HTMLElement}