@robinedman/slate-hyperscript
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
import { Element, Descendant, Range, Text, Editor } from 'slate'; | ||
import { Element, Descendant, Range, Text, Editor } from '@robinedman/slate'; | ||
import { AnchorToken, FocusToken, Token } from './tokens'; | ||
@@ -3,0 +3,0 @@ /** |
import isPlainObject from 'is-plain-object'; | ||
import { Text, Range, createEditor as createEditor$1, Node, Element } from 'slate'; | ||
import { Text, Range, createEditor as createEditor$1, Node, Element } from '@robinedman/slate'; | ||
@@ -4,0 +4,0 @@ function _defineProperty(obj, key, value) { |
@@ -8,3 +8,3 @@ 'use strict'; | ||
var isPlainObject = _interopDefault(require('is-plain-object')); | ||
var slate = require('slate'); | ||
var slate = require('@robinedman/slate'); | ||
@@ -11,0 +11,0 @@ function _defineProperty(obj, key, value) { |
@@ -1,2 +0,2 @@ | ||
import { Path, Text } from 'slate'; | ||
import { Path, Text } from '@robinedman/slate'; | ||
/** | ||
@@ -3,0 +3,0 @@ * All tokens inherit from a single constructor for `instanceof` checking. |
{ | ||
"name": "@robinedman/slate-hyperscript", | ||
"description": "A hyperscript helper for creating Slate documents.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"peerDependencies": { | ||
"slate": ">=0.55.0" | ||
"@robinedman/slate": "^1.0.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "umdGlobals": { | ||
], | ||
"gitHead": "035153a07e4a7c8d7522fc4e8c6f059d1e523d93" | ||
"gitHead": "67853609d706355d9ccb14475f554cabb635bc48" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
394722
17
8158
1
1