@forwardimpact/map 0.11.0 → 0.11.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.
Files changed (2) hide show
  1. package/package.json +4 -1
  2. package/src/modifiers.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/map",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Public data model for career frameworks, consumed by AI agents and engineers",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -45,5 +45,8 @@
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=18.0.0"
48
+ },
49
+ "publishConfig": {
50
+ "access": "public"
48
51
  }
49
52
  }
package/src/modifiers.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Skill Modifier Helpers for Validation
3
3
  *
4
4
  * Contains only the isCapability function needed for schema validation.
5
- * Full modifier logic is in @forwardimpact/libpathway.
5
+ * Full modifier logic is in @forwardimpact/libskill.
6
6
  */
7
7
 
8
8
  import { Capability } from "./levels.js";