@tricoteuses/assemblee 3.0.10 → 3.0.12

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.
@@ -45,7 +45,7 @@ declare const retrieveDocumentsParser: import('zod-opts').Parser<{
45
45
  description: string;
46
46
  type: z.ZodOptional<z.ZodNumber>;
47
47
  };
48
- skipReident: {
48
+ skipReindent: {
49
49
  description: string;
50
50
  type: z.ZodDefault<z.ZodBoolean>;
51
51
  };
@@ -34,7 +34,7 @@ declare const retrieveOpenDataParser: import('zod-opts').Parser<{
34
34
  description: string;
35
35
  type: import('zod').ZodOptional<import('zod').ZodNumber>;
36
36
  };
37
- skipReident: {
37
+ skipReindent: {
38
38
  description: string;
39
39
  type: import('zod').ZodDefault<import('zod').ZodBoolean>;
40
40
  };
@@ -93,5 +93,5 @@ type Options = ReturnType<typeof retrieveOpenDataParser.parse>;
93
93
  * @param {any} options - Options to control the processing behavior, such as fetching and silent mode.
94
94
  * @returns {Promise<void>} A promise that resolves when the dataset processing is complete.
95
95
  */
96
- export declare function processDataset({ dataset, dataDir, options: { fetch, silent, skipReident }, }: ProcessDatasetArguments): Promise<void>;
96
+ export declare function processDataset({ dataset, dataDir, options: { fetch, silent, skipReindent }, }: ProcessDatasetArguments): Promise<void>;
97
97
  export {};
@@ -83,7 +83,7 @@ export declare const keepDirOption: {
83
83
  description: string;
84
84
  type: z.ZodDefault<z.ZodBoolean>;
85
85
  };
86
- export declare const skipReidentOption: {
86
+ export declare const skipReindentOption: {
87
87
  description: string;
88
88
  type: z.ZodDefault<z.ZodBoolean>;
89
89
  };
@@ -112,7 +112,7 @@ export declare const commonOptions: {
112
112
  description: string;
113
113
  type: z.ZodOptional<z.ZodNumber>;
114
114
  };
115
- readonly skipReident: {
115
+ readonly skipReindent: {
116
116
  description: string;
117
117
  type: z.ZodDefault<z.ZodBoolean>;
118
118
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tricoteuses/assemblee",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
4
4
  "description": "Retrieve, clean up & handle French Assemblée nationale's open data",
5
5
  "keywords": [
6
6
  "Assemblée nationale",