@forwardimpact/outpost 3.1.2 → 3.1.3

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/index.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/outpost",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Personal operations center — context from email, calendar, and knowledge assembled so preparation is continuous, not a morning scramble.",
5
5
  "homepage": "https://www.forwardimpact.team",
6
6
  "repository": {
@@ -55,7 +55,7 @@
55
55
  "@forwardimpact/libtelemetry": "^0.1.33"
56
56
  },
57
57
  "devDependencies": {
58
- "@forwardimpact/libharness": "^0.1.14"
58
+ "@forwardimpact/libmock": "^0.1.0"
59
59
  },
60
60
  "engines": {
61
61
  "bun": ">=1.2.0",
package/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Public entry point for @forwardimpact/outpost.
2
2
  // Outpost is primarily a CLI — this file exists so the package conforms
3
- // to the repo-wide layout contract (spec 390). The runtime CLI dispatch
4
- // lives in src/outpost.js.
3
+ // to the repo-wide layout contract. The runtime CLI dispatch lives in
4
+ // src/outpost.js.
5
5
  export * from "./outpost.js";