@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 +9 -0
- package/package.json +1 -1
- package/src/error-rendering.ts +1 -1
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