@grammarly/editor-sdk
Advanced tools
Comparing version 2.3.15 to 2.3.16
@@ -257,3 +257,3 @@ /** | ||
* | ||
* @beta | ||
* @public | ||
* @since v1.10.2 | ||
@@ -260,0 +260,0 @@ */ |
@@ -254,4 +254,12 @@ /** | ||
oauthRedirectUri?: string; | ||
/** | ||
* OAuth assertion to verify ownership of the clientId. | ||
* | ||
* @public | ||
* @since v1.10.2 | ||
*/ | ||
oauthAssertionProvider?: string | (() => Promise<{ | ||
assertion: string; | ||
}>); | ||
/** | ||
* Show suggestion cards when a user hovers over a suggestion underline. | ||
@@ -258,0 +266,0 @@ * |
@@ -22,3 +22,3 @@ { | ||
], | ||
"version": "2.3.15", | ||
"version": "2.3.16", | ||
"main": "./lib/index.js", | ||
@@ -47,6 +47,6 @@ "module": "./lib/index.esm.js", | ||
"devDependencies": { | ||
"@grammarly/plugin-core": "2.3.15", | ||
"@grammarly/plugin-editor": "2.3.15", | ||
"@grammarly/plugin-invariant": "2.3.15", | ||
"@grammarly/plugin-reactivity": "2.3.15", | ||
"@grammarly/plugin-core": "2.3.16", | ||
"@grammarly/plugin-editor": "2.3.16", | ||
"@grammarly/plugin-invariant": "2.3.16", | ||
"@grammarly/plugin-reactivity": "2.3.16", | ||
"@microsoft/api-extractor": "^7.28.7", | ||
@@ -53,0 +53,0 @@ "@testing-library/jest-dom": "^5.11.10", |
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
93451
2038