@lukoweb/apitogo 0.1.22 → 0.1.24

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/cli/cli.js CHANGED
@@ -3821,7 +3821,7 @@ import {
3821
3821
  // package.json
3822
3822
  var package_default = {
3823
3823
  name: "@lukoweb/apitogo",
3824
- version: "0.1.22",
3824
+ version: "0.1.24",
3825
3825
  type: "module",
3826
3826
  sideEffects: [
3827
3827
  "**/*.css",
@@ -124,7 +124,6 @@ export interface FlatZudokuConfig {
124
124
  logoUrl?: string
125
125
  dir?: ("ltr" | "rtl")
126
126
  logo?: _Schema0
127
- showPoweredBy?: boolean
128
127
  banner?: {
129
128
  message: unknown
130
129
  color?: unknown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukoweb/apitogo",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
6
  "**/*.css",