hypertune
Advanced tools
Comparing version 1.7.11 to 1.7.12
# Changelog | ||
## 1.7.11 | ||
## 1.7.12 | ||
- Include build-time logic fallback in generated code by default. | ||
## 1.7.10 | ||
- Code generation improvements. | ||
@@ -10,0 +6,0 @@ |
@@ -21,3 +21,3 @@ "use strict"; | ||
.boolean() | ||
.default(true) | ||
.default(false) | ||
.describe("Embed a snapshot of your configuration logic in the generated code so the SDK can reliably, locally initialize first, before fetching the latest logic from the server, and can work even if the server is unreachable"), | ||
@@ -24,0 +24,0 @@ endpoints: zod_1.z |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** Replaced by the value in package.json on build */ | ||
exports.default = "1.7.11"; | ||
exports.default = "1.7.12"; | ||
//# sourceMappingURL=sdkVersion.js.map |
{ | ||
"name": "hypertune", | ||
"version": "1.7.11", | ||
"version": "1.7.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -19,3 +19,3 @@ import { z } from "zod"; | ||
.boolean() | ||
.default(true) | ||
.default(false) | ||
.describe( | ||
@@ -22,0 +22,0 @@ "Embed a snapshot of your configuration logic in the generated code so the SDK can reliably, locally initialize first, before fetching the latest logic from the server, and can work even if the server is unreachable" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
657069