@gooddata/i18n-toolkit 10.24.0-alpha.6 → 10.24.0-alpha.60

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.
@@ -1,4 +1,4 @@
1
- // (C) 2021-2022 GoodData Corporation
1
+ // (C) 2021-2025 GoodData Corporation
2
2
  import * as path from "path";
3
3
  import glob from "fast-glob";
4
4
  import flatten from "lodash/flatten.js";
@@ -1,4 +1,4 @@
1
- // (C) 2021-2022 GoodData Corporation
1
+ // (C) 2021-2025 GoodData Corporation
2
2
  import * as path from "path";
3
3
  import { DefaultLocale } from "../data.js";
4
4
  import { message, done, fail } from "../utils/console.js";
@@ -1,4 +1,4 @@
1
- // (C) 2021-2022 GoodData Corporation
1
+ // (C) 2021-2025 GoodData Corporation
2
2
  import { DefaultLocale, CheckInsightPipe, CheckReportPipe } from "../data.js";
3
3
  import { done, skipped, message, fail } from "../utils/console.js";
4
4
  /**
@@ -1,4 +1,4 @@
1
- // (C) 2021-2022 GoodData Corporation
1
+ // (C) 2021-2025 GoodData Corporation
2
2
  import { extract } from "@formatjs/cli-lib";
3
3
  import fastGlob from "fast-glob";
4
4
  import * as path from "path";
@@ -1,4 +1,4 @@
1
- // (C) 2021-2022 GoodData Corporation
1
+ // (C) 2021-2025 GoodData Corporation
2
2
  import { Validator } from "jsonschema";
3
3
  import flatten from "lodash/flatten.js";
4
4
  import { LocalizationSchema } from "../schema/localization.js";
@@ -1,4 +1,4 @@
1
- // (C) 2021-2022 GoodData Corporation
1
+ // (C) 2021-2025 GoodData Corporation
2
2
  import groupBy from "lodash/groupBy.js";
3
3
  import difference from "lodash/difference.js";
4
4
  import intersection from "lodash/intersection.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/i18n-toolkit",
3
- "version": "10.24.0-alpha.6",
3
+ "version": "10.24.0-alpha.60",
4
4
  "author": "GoodData",
5
5
  "description": "Localization validator to validate localization complexity and intl and html format.",
6
6
  "repository": {