@ontrails/core 1.0.0-beta.45 → 1.0.0-beta.46

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ontrails/core
2
2
 
3
+ ## 1.0.0-beta.46
4
+
5
+ ### Patch Changes
6
+
7
+ - [`768cc79`](https://github.com/outfitter-dev/trails/commit/768cc79ca10947b8808b376e281e1a81131b4acc): Close missed projection vocabulary residue in Regrade internals and public
8
+ error-rendering guidance, and keep lifecycle-ambiguous governed identifiers in
9
+ the Warden review inventory instead of assigning them an unsafe automatic
10
+ target.
11
+
3
12
  ## 1.0.0-beta.45
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/core",
3
- "version": "1.0.0-beta.45",
3
+ "version": "1.0.0-beta.46",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/outfitter-dev/trails.git",
@@ -58,7 +58,7 @@ export const renderErrorDiagnostics = (
58
58
  };
59
59
 
60
60
  /**
61
- * Project an error through the shared public redaction policy.
61
+ * Render an error through the shared public redaction policy.
62
62
  *
63
63
  * @example
64
64
  * ```ts