@formatjs/unplugin 1.1.17 → 1.1.18

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 (1) hide show
  1. package/package.json +15 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/unplugin",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "Universal build plugin for FormatJS — supports Vite, Webpack, Rollup, esbuild, and Rspack",
5
5
  "keywords": [
6
6
  "esbuild-plugin",
@@ -24,20 +24,22 @@
24
24
  "types": "index.d.ts",
25
25
  "exports": {
26
26
  ".": "./index.js",
27
- "./vite": "./vite.js",
28
- "./webpack": "./webpack.js",
29
- "./rollup": "./rollup.js",
30
27
  "./esbuild": "./esbuild.js",
28
+ "./rollup": "./rollup.js",
31
29
  "./rspack": "./rspack.js",
32
- "./transform": "./transform.js"
30
+ "./transform": "./transform.js",
31
+ "./vite": "./vite.js",
32
+ "./webpack": "./webpack.js"
33
33
  },
34
34
  "dependencies": {
35
+ "@bazel/runfiles": "^6.5.0",
36
+ "@formatjs/icu-messageformat-parser": "3.5.11",
37
+ "@formatjs/ts-transformer": "4.4.12",
38
+ "@types/node": "22 || 24",
35
39
  "decode-named-character-reference": "^1.3.0",
36
40
  "magic-string": "^0.30.0",
37
- "oxc-parser": "^0.132.0",
38
- "unplugin": "^3.0.0",
39
- "@formatjs/icu-messageformat-parser": "3.5.10",
40
- "@formatjs/ts-transformer": "4.4.11"
41
+ "oxc-parser": "^0.133.0",
42
+ "unplugin": "^3.0.0"
41
43
  },
42
44
  "peerDependencies": {
43
45
  "@rspack/core": ">=1",
@@ -47,19 +49,19 @@
47
49
  "webpack": "^5.104.1"
48
50
  },
49
51
  "peerDependenciesMeta": {
50
- "vite": {
52
+ "@rspack/core": {
51
53
  "optional": true
52
54
  },
53
- "webpack": {
55
+ "esbuild": {
54
56
  "optional": true
55
57
  },
56
58
  "rollup": {
57
59
  "optional": true
58
60
  },
59
- "esbuild": {
61
+ "vite": {
60
62
  "optional": true
61
63
  },
62
- "@rspack/core": {
64
+ "webpack": {
63
65
  "optional": true
64
66
  }
65
67
  }