@grammarly/editor-sdk
Advanced tools
Comparing version 2.3.9 to 2.3.10
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "2.3.9", | ||
"version": "2.3.10", | ||
"main": "./lib/index.js", | ||
@@ -40,6 +40,6 @@ "module": "./lib/index.esm.js", | ||
"devDependencies": { | ||
"@grammarly/plugin-core": "2.3.9", | ||
"@grammarly/plugin-editor": "2.3.9", | ||
"@grammarly/plugin-invariant": "2.3.9", | ||
"@grammarly/plugin-reactivity": "2.3.9", | ||
"@grammarly/plugin-core": "2.3.10", | ||
"@grammarly/plugin-editor": "2.3.10", | ||
"@grammarly/plugin-invariant": "2.3.10", | ||
"@grammarly/plugin-reactivity": "2.3.10", | ||
"@microsoft/api-extractor": "^7.28.7", | ||
@@ -46,0 +46,0 @@ "@testing-library/jest-dom": "^5.11.10", |
@@ -13,3 +13,3 @@ # Grammarly Text Editor SDK | ||
1. Create a new [Grammarly for Developers app](https://developer.grammarly.com/apps) | ||
1. Create a new [Grammarly for Developers app](https://developer.grammarly.com/apps?utm_source=npm&utm_medium=developer&utm_campaign=readme-js&utm_term=grammarly-js) | ||
1. Install the Grammarly Text Editor SDK: | ||
@@ -29,3 +29,3 @@ | ||
1. Add the Grammarly Text Editor Plugin to your text editors by wrapping them with the [grammarly-editor-plugin](https://developer.grammarly.com/docs/api/editor-sdk/grammarlyeditorpluginelement) web component. | ||
1. Add the Grammarly Text Editor Plugin to your text editors by wrapping them with the [grammarly-editor-plugin](https://developer.grammarly.com/docs/api/editor-sdk/grammarlyeditorpluginelement?utm_source=npm&utm_medium=developer&utm_campaign=readme-js&utm_term=grammarly-js) web component. | ||
```ts | ||
@@ -41,4 +41,4 @@ <grammarly-editor-plugin> | ||
- [Grammarly for Developers Documentation](https://developer.grammarly.com/docs/) | ||
- [Grammarly for Developers API Reference](https://developer.grammarly.com/docs/api/editor-sdk) | ||
- [Grammarly for Developers Documentation](https://developer.grammarly.com/docs/?utm_source=npm&utm_medium=developer&utm_campaign=readme-js&utm_term=grammarly-js) | ||
- [Grammarly for Developers API Reference](https://developer.grammarly.com/docs/api/editor-sdk/?utm_source=npm&utm_medium=developer&utm_campaign=readme-js&utm_term=grammarly-js) | ||
- [Grammarly for Developers Code Examples on GitHub](https://github.com/grammarly/grammarly-for-developers) | ||
@@ -45,0 +45,0 @@ |
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
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
90457