@farthershore/product 0.6.0 → 0.6.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.
- package/README.md +1 -1
- package/dist/bin.js +540 -558
- package/dist/codegen.js +203 -165
- package/dist/index.js +540 -558
- package/dist/types/codegen/index.d.ts +9 -1
- package/dist/types/declarations.d.ts +3 -1
- package/dist/types/ir-types.d.ts +13 -1
- package/dist/types/product.d.ts +12 -4
- package/dist/types/route-metering.d.ts +3 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ Route metering is explicit:
|
|
|
119
119
|
|
|
120
120
|
- omitted route metering inherits product defaults such as `requests = 1`
|
|
121
121
|
- `reports` declares dynamic meters the upstream may report with
|
|
122
|
-
`@farthershore/
|
|
122
|
+
`@farthershore/backend`
|
|
123
123
|
- `costs` declares gateway-known fixed usage values for a route
|
|
124
124
|
- `estimates` overrides reusable meter estimates for admission checks
|
|
125
125
|
- `unmetered: true` clears all inherited and explicit route metering
|