@localess/cli 3.0.7-dev.20260512203425 → 3.0.7-dev.20260513180146

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.
Files changed (2) hide show
  1. package/dist/client.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/client.d.ts CHANGED
@@ -18,7 +18,7 @@ export type LocalessClientOptions = {
18
18
  /**
19
19
  * Content version to fetch, leave empty for 'published' or 'draft' for the latest draft
20
20
  */
21
- version?: 'draft' | string;
21
+ version?: 'draft';
22
22
  /**
23
23
  * Enable debug mode
24
24
  */
@@ -64,7 +64,7 @@ export type ContentFetchParams = {
64
64
  * Content version to fetch, leave empty for 'published' or 'draft' for the latest draft.
65
65
  * Overrides the version set in the client options.
66
66
  */
67
- version?: 'draft' | string;
67
+ version?: 'draft';
68
68
  /**
69
69
  * Locale identifier (ISO 639-1) to fetch content in, leave empty for default locale.
70
70
  *
@@ -85,7 +85,7 @@ export type TranslationFetchParams = {
85
85
  * Translation version to fetch, leave empty for 'published' or 'draft' for the latest draft.
86
86
  * Overrides the version set in the client options.
87
87
  */
88
- version?: 'draft' | string;
88
+ version?: 'draft';
89
89
  };
90
90
  export interface LocalessClient {
91
91
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localess/cli",
3
- "version": "3.0.7-dev.20260512203425",
3
+ "version": "3.0.7-dev.20260513180146",
4
4
  "description": "Localess Command Line.",
5
5
  "keywords": [
6
6
  "localess",