@jahia/vite-plugin 1.0.0 → 1.0.1

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/index.js +2 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -9,6 +9,7 @@ const clientLibs = {
9
9
  // See src/esm-shims/README.md for details
10
10
  "react": "./src/shared/react.ts",
11
11
  "react/jsx-runtime": "./src/shared/react/jsx-runtime.ts",
12
+ "react-dom": "./src/shared/react-dom.ts",
12
13
  "react-dom/client": "./src/shared/react-dom/client.ts",
13
14
  // Packages already in ESM can be copied as-is from node_modules
14
15
  "i18next": "i18next",
@@ -17,6 +18,7 @@ const clientLibs = {
17
18
  const serverLibs = {
18
19
  "react": "./src/shared/react.ts",
19
20
  "react/jsx-runtime": "./src/shared/react/jsx-runtime.ts",
21
+ "react-dom": "./src/shared/react-dom.ts",
20
22
  // Packages already in ESM can be copied as-is from node_modules
21
23
  "i18next": "i18next",
22
24
  "react-i18next": "react-i18next",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahia/vite-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com:Jahia/javascript-modules.git",
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "vite": ">=6.0.0"
43
43
  },
44
- "packageManager": "yarn@4.9.4"
44
+ "packageManager": "yarn@4.10.3"
45
45
  }