periapsis 1.0.7 → 1.0.8

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/TODO.md ADDED
@@ -0,0 +1,8 @@
1
+ # TODO
2
+
3
+ ## Test Coverage
4
+
5
+ - Add schema validation tests in `test/policy.test.mjs`:
6
+ - Invalid `date-time` rejection for `validateExceptionRecordSchema` and `validateLicenseRecordSchema` (e.g. `"not-a-date"`, `"2025-13-01T00:00:00Z"`)
7
+ - `formatSchemaErrors` output when ajv returns errors (currently untested)
8
+ - Update SPXD reference json for this quarter for any new references added to the standard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "periapsis",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -37,7 +37,7 @@
37
37
  },
38
38
  {
39
39
  "name": "fast-uri",
40
- "version": "3.1.0",
40
+ "version": "3.1.2",
41
41
  "license": "BSD-3-Clause",
42
42
  "path": "node_modules/fast-uri",
43
43
  "repository": {