@stencil/react-output-target
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "@stencil/react-output-target", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "React output target for @stencil/core components.", | ||
@@ -43,2 +43,3 @@ "main": "./dist/react-output-target.js", | ||
"@types/react": "^18.2.74", | ||
"@types/react-dom": "^18.3.0", | ||
"react": "^18.2.0", | ||
@@ -55,2 +56,3 @@ "ts-dedent": "^2.2.0", | ||
"html-react-parser": "^5.1.10", | ||
"react-dom": "^18.3.1", | ||
"ts-morph": "^22.0.0" | ||
@@ -57,0 +59,0 @@ }, |
@@ -88,5 +88,3 @@ # @stencil/react-output-target | ||
| `excludeComponents` | An array of component tag names to exclude from the React output target. Useful if you want to prevent certain web components from being in the React library. | | ||
| `customElementsDir` | The directory where the custom elements are saved. This value is automatically detected from the Stencil configuration file for the `dist-custom-elements` output target. If you are working in an environment that uses absolute paths, consider setting this value manually. | | ||
| `hydrateModule` | For server side rendering support, provide the package for importing the [Stencil Hydrate module](https://stenciljs.com/docs/hydrate-app#hydrate-app), e.g. `my-package/hydrate`. This will generate two files: a `component.server.ts` which defines all component wrappers and a `components.ts` that re-exports these components for importing in your application. | | ||
| `hydrateModule` | For server side rendering support, provide the package for importing the [Stencil Hydrate module](https://stenciljs.com/docs/hydrate-app#hydrate-app), e.g. `my-package/hydrate`. This will generate two files: a `component.server.ts` which defines all component wrappers and a `components.ts` that re-exports these components for importing in your application. | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
736648
12947
5
9
90
+ Addedreact-dom@^18.3.1
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)