@editorjs/editorjs
Advanced tools
Comparing version 2.29.0-rc.6 to 2.29.0-rc.7
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.29.0-rc.6", | ||
"version": "2.29.0-rc.7", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -17,3 +17,4 @@ "main": "dist/editorjs.umd.js", | ||
"dev": "vite", | ||
"build": "vite build", | ||
"build": "vite build --mode production", | ||
"build:test": "vite build --mode test", | ||
"lint": "eslint src/ --ext .ts && yarn lint:tests", | ||
@@ -30,4 +31,4 @@ "lint:errors": "eslint src/ --ext .ts --quiet", | ||
"tools:update": "yarn _tools:checkout && yarn _tools:pull && yarn _tools:make", | ||
"test:e2e": "yarn build && cypress run", | ||
"test:e2e:open": "yarn build && cypress open", | ||
"test:e2e": "yarn build:test && cypress run", | ||
"test:e2e:open": "yarn build:test && cypress open", | ||
"devserver:start": "yarn build && node ./devserver.js" | ||
@@ -34,0 +35,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { BlockAPI } from '../../api'; | ||
import type { BlockAPI } from '../../api'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { BlockMutationEventDetail } from './Base'; | ||
import type { BlockMutationEventDetail } from './Base'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { BlockMutationEventDetail } from './Base'; | ||
import type { BlockMutationEventDetail } from './Base'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { BlockMutationEventDetail } from './Base'; | ||
import type { BlockMutationEventDetail } from './Base'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { BlockMutationEventDetail } from './Base'; | ||
import type { BlockMutationEventDetail } from './Base'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,5 +0,5 @@ | ||
import { BlockAddedEvent, BlockAddedMutationType } from './BlockAdded'; | ||
import { BlockChangedEvent, BlockChangedMutationType } from './BlockChanged'; | ||
import { BlockMovedEvent, BlockMovedMutationType } from './BlockMoved'; | ||
import { BlockRemovedEvent, BlockRemovedMutationType } from './BlockRemoved'; | ||
import { type BlockAddedEvent, BlockAddedMutationType } from './BlockAdded'; | ||
import { type BlockChangedEvent, BlockChangedMutationType } from './BlockChanged'; | ||
import { type BlockMovedEvent, BlockMovedMutationType } from './BlockMoved'; | ||
import { type BlockRemovedEvent, BlockRemovedMutationType } from './BlockRemoved'; | ||
@@ -6,0 +6,0 @@ /** |
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
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
635414
12265