@farthershore/product 0.3.0 → 0.3.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/dist/bin.js +1 -1
- package/dist/codegen.js +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -2353,7 +2353,7 @@ function hashIr(ir) {
|
|
|
2353
2353
|
}
|
|
2354
2354
|
|
|
2355
2355
|
// src/version.ts
|
|
2356
|
-
var SDK_VERSION = true ? "0.3.
|
|
2356
|
+
var SDK_VERSION = true ? "0.3.1" : "0.0.0-dev";
|
|
2357
2357
|
|
|
2358
2358
|
// src/business.ts
|
|
2359
2359
|
var BUSINESS_BRAND = Symbol.for("farthershore.product.business");
|
package/dist/codegen.js
CHANGED
|
@@ -152,6 +152,7 @@ function generateManifestSource(ir) {
|
|
|
152
152
|
...route.metering?.estimates && Object.keys(route.metering.estimates).length ? { estimates: route.metering.estimates } : {},
|
|
153
153
|
...route.metering?.onStatusCodes !== void 0 ? { onStatusCodes: route.metering.onStatusCodes } : {},
|
|
154
154
|
...route.unmetered !== void 0 ? { unmetered: route.unmetered } : {},
|
|
155
|
+
...route.inheritDefaultMeters !== void 0 ? { inheritDefaultMeters: route.inheritDefaultMeters } : {},
|
|
155
156
|
...route.action !== void 0 ? { action: route.action } : {}
|
|
156
157
|
}));
|
|
157
158
|
lines.push(`business.feature(${lit(file.feature)}, ${lit(options, 0)});`);
|
package/dist/index.js
CHANGED
|
@@ -2348,7 +2348,7 @@ function canonicalIrJson(ir) {
|
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
2350
|
// src/version.ts
|
|
2351
|
-
var SDK_VERSION = true ? "0.3.
|
|
2351
|
+
var SDK_VERSION = true ? "0.3.1" : "0.0.0-dev";
|
|
2352
2352
|
|
|
2353
2353
|
// src/business.ts
|
|
2354
2354
|
var BUSINESS_BRAND = Symbol.for("farthershore.product.business");
|