@grammarly/editor-sdk
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -54,4 +54,4 @@ function findScript(url) { | ||
} | ||
// const [versionMajor, versionMinor] = "1.0.0-alpha.4".split("."); | ||
const resolvedVersion = "1.0.0-alpha.4"; // after prerelease, we will use: ${versionMajor}.${versionMinor} | ||
// const [versionMajor, versionMinor] = "1.0.0-alpha.5".split("."); | ||
const resolvedVersion = "1.0.0-alpha.5"; // after prerelease, we will use: ${versionMajor}.${versionMinor} | ||
/** | ||
@@ -58,0 +58,0 @@ * Initialize Grammarly. |
@@ -58,4 +58,4 @@ 'use strict'; | ||
} | ||
// const [versionMajor, versionMinor] = "1.0.0-alpha.4".split("."); | ||
const resolvedVersion = "1.0.0-alpha.4"; // after prerelease, we will use: ${versionMajor}.${versionMinor} | ||
// const [versionMajor, versionMinor] = "1.0.0-alpha.5".split("."); | ||
const resolvedVersion = "1.0.0-alpha.5"; // after prerelease, we will use: ${versionMajor}.${versionMinor} | ||
/** | ||
@@ -62,0 +62,0 @@ * Initialize Grammarly. |
@@ -5,6 +5,5 @@ { | ||
"description": "Grammarly writing SDK for web editors", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"main": "lib/index.js", | ||
"module": "lib/index.esm.js", | ||
"browser": "lib/index.iife.js", | ||
"unpkg": "lib/index.iife.js", | ||
@@ -31,4 +30,4 @@ "types": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@grammarly/plugin-core": "1.0.0-alpha.4", | ||
"@grammarly/plugin-editor": "1.0.0-alpha.4", | ||
"@grammarly/plugin-core": "1.0.0-alpha.5", | ||
"@grammarly/plugin-editor": "1.0.0-alpha.5", | ||
"@microsoft/api-extractor": "^7.13.0", | ||
@@ -35,0 +34,0 @@ "@types/jest": "^26.0.22", |
11294
5
334