@atlaskit/adf-schema
Advanced tools
Comparing version 1.5.4 to 1.5.5
# @atlaskit/adf-schema | ||
## 1.5.5 | ||
- [patch] [356de07a87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/356de07a87): | ||
- Revert back to number for external media | ||
## 1.5.4 | ||
@@ -4,0 +9,0 @@ - Updated dependencies [4af5bd2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4af5bd2a58): |
@@ -43,9 +43,3 @@ import { NodeSpec, Node as PMNode } from 'prosemirror-model'; | ||
url: string; | ||
/** | ||
* @type integer | ||
*/ | ||
width?: number; | ||
/** | ||
* @type integer | ||
*/ | ||
height?: number; | ||
@@ -52,0 +46,0 @@ } |
@@ -43,9 +43,3 @@ import { NodeSpec, Node as PMNode } from 'prosemirror-model'; | ||
url: string; | ||
/** | ||
* @type integer | ||
*/ | ||
width?: number; | ||
/** | ||
* @type integer | ||
*/ | ||
height?: number; | ||
@@ -52,0 +46,0 @@ } |
@@ -338,6 +338,6 @@ { | ||
"width": { | ||
"type": "integer" | ||
"type": "number" | ||
}, | ||
"height": { | ||
"type": "integer" | ||
"type": "number" | ||
} | ||
@@ -344,0 +344,0 @@ }, |
@@ -498,6 +498,6 @@ { | ||
"width": { | ||
"type": "integer" | ||
"type": "number" | ||
}, | ||
"height": { | ||
"type": "integer" | ||
"type": "number" | ||
} | ||
@@ -504,0 +504,0 @@ }, |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs", | ||
@@ -48,2 +48,2 @@ "license": "Apache-2.0", | ||
"repository": "https://bitbucket.org/atlassian/atlaskit-mk-2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
573414
13301