@ontrails/permits 1.0.0-beta.42 → 1.0.0-beta.43

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,15 @@
1
1
  # @ontrails/permits
2
2
 
3
+ ## 1.0.0-beta.43
4
+
5
+ ### Patch Changes
6
+
7
+ - [`88a6a62`](https://github.com/outfitter-dev/trails/commit/88a6a62a9e9e230ca6d368fa78dc3ece6c816204): Complete the v1 classification-first cutover from projection/project vocabulary
8
+ to derive/derived for contract-owned fact production and render/rendered for
9
+ surface presentation. Public type, helper, rule, relation, and report names move
10
+ without compatibility aliases; ordinary repository/project nouns remain
11
+ explicit preserves or structured review inventory.
12
+
3
13
  ## 1.0.0-beta.42
4
14
 
5
15
  ## 1.0.0-beta.41
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/permits",
3
- "version": "1.0.0-beta.42",
3
+ "version": "1.0.0-beta.43",
4
4
  "files": [
5
5
  "src/**/*.ts",
6
6
  "!src/**/__tests__/**",
@@ -24,7 +24,7 @@
24
24
  "clean": "rm -rf dist *.tsbuildinfo"
25
25
  },
26
26
  "peerDependencies": {
27
- "@ontrails/core": "^1.0.0-beta.42",
27
+ "@ontrails/core": "^1.0.0-beta.43",
28
28
  "zod": "^4.3.5"
29
29
  }
30
30
  }
package/src/boundary.ts CHANGED
@@ -120,7 +120,7 @@ const materializeAuthAdapter = async (
120
120
  * Resolve a surface-extracted bearer token to a `BasePermit`.
121
121
  *
122
122
  * Surfaces own credential extraction. This helper owns the shared auth
123
- * adapter lookup, invocation, error normalization, and BasePermit projection.
123
+ * adapter lookup, invocation, error normalization, and BasePermit rendering.
124
124
  */
125
125
  export const resolvePermitFromBearerToken = async (
126
126
  options: ResolvePermitFromBearerTokenOptions