@forwardimpact/outpost 3.2.0 → 3.2.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 +1 -1
  2. package/src/scheduler.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/outpost",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
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": {
package/src/scheduler.js CHANGED
@@ -7,7 +7,7 @@
7
7
  * construct further `Date` objects only for deterministic date *arithmetic*
8
8
  * over caller-supplied or parsed-from-state inputs (never an ambient no-arg
9
9
  * `new Date()`); the AST checker cannot distinguish the two, so this file is
10
- * allow-listed in check-ambient-deps.allow.yml with that reason.
10
+ * allow-listed in .coaligned/invariants/ambient-deps.allow.yml with that reason.
11
11
  */
12
12
 
13
13
  import { isoTimestamp } from "@forwardimpact/libutil";