@formatjs/icu-messageformat-parser 3.3.0 → 3.4.0

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/index.d.ts CHANGED
@@ -3,6 +3,5 @@ import { type MessageFormatElement } from "./types.js";
3
3
  export declare function parse(message: string, opts?: ParserOptions): MessageFormatElement[];
4
4
  export * from "./types.js";
5
5
  export type { ParserOptions };
6
- // only for testing
7
6
  export declare const _Parser: typeof Parser;
8
7
  export { isStructurallySame } from "./manipulator.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/icu-messageformat-parser",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "types": "index.d.ts",
@@ -11,9 +11,9 @@
11
11
  "./manipulator.js": "./manipulator.js"
12
12
  },
13
13
  "dependencies": {
14
- "tslib": "^2.8.0",
15
- "@formatjs/ecma402-abstract": "3.0.8",
16
- "@formatjs/icu-skeleton-parser": "2.0.8"
14
+ "tslib": "^2.8.1",
15
+ "@formatjs/ecma402-abstract": "3.1.0",
16
+ "@formatjs/icu-skeleton-parser": "2.1.0"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
@@ -1,3 +1,2 @@
1
- // @generated from regex-gen.ts
2
1
  export declare const SPACE_SEPARATOR_REGEX: RegExp;
3
2
  export declare const WHITE_SPACE_REGEX: RegExp;
@@ -1,3 +1 @@
1
- // @generated from time-data-gen.ts
2
- // prettier-ignore
3
1
  export declare const timeData: Record<string, string[]>;