Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/adf-schema

Package Overview
Dependencies
Maintainers
1
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/adf-schema - npm Package Compare versions

Comparing version 2.9.0 to 2.10.0

8

CHANGELOG.md
# @atlaskit/adf-schema
## 2.10.0
### Minor Changes
- [minor][3d9136e483](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d9136e483):
ED-7182: Promoting annotation to full schema
## 2.9.0

@@ -4,0 +12,0 @@

1

dist/es2015/schema/marks/annotation.d.ts
import { MarkSpec } from 'prosemirror-model';
/**
* @name annotation_mark
* @stage 0
*/

@@ -6,0 +5,0 @@ export interface AnnotationMarkDefinition {

import { MarkSpec } from 'prosemirror-model';
/**
* @name annotation_mark
* @stage 0
*/

@@ -6,0 +5,0 @@ export interface AnnotationMarkDefinition {

{
"name": "@atlaskit/adf-schema",
"version": "2.8.1",
"version": "2.9.0",
"sideEffects": false
}

@@ -250,2 +250,35 @@ {

},
"annotation_mark": {
"type": "object",
"properties": {
"type": {
"enum": [
"annotation"
]
},
"attrs": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"annotationType": {
"enum": [
"inlineComment"
]
}
},
"required": [
"id",
"annotationType"
],
"additionalProperties": false
}
},
"required": [
"type",
"attrs"
],
"additionalProperties": false
},
"paragraph_node": {

@@ -2078,2 +2111,5 @@ "type": "object",

"$ref": "#/definitions/action_mark"
},
{
"$ref": "#/definitions/annotation_mark"
}

@@ -2105,2 +2141,5 @@ ]

"$ref": "#/definitions/link_mark"
},
{
"$ref": "#/definitions/annotation_mark"
}

@@ -2107,0 +2146,0 @@ ]

{
"name": "@atlaskit/adf-schema",
"version": "2.9.0",
"version": "2.10.0",
"sideEffects": false
}

@@ -250,2 +250,35 @@ {

},
"annotation_mark": {
"type": "object",
"properties": {
"type": {
"enum": [
"annotation"
]
},
"attrs": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"annotationType": {
"enum": [
"inlineComment"
]
}
},
"required": [
"id",
"annotationType"
],
"additionalProperties": false
}
},
"required": [
"type",
"attrs"
],
"additionalProperties": false
},
"paragraph_node": {

@@ -2078,2 +2111,5 @@ "type": "object",

"$ref": "#/definitions/action_mark"
},
{
"$ref": "#/definitions/annotation_mark"
}

@@ -2105,2 +2141,5 @@ ]

"$ref": "#/definitions/link_mark"
},
{
"$ref": "#/definitions/annotation_mark"
}

@@ -2107,0 +2146,0 @@ ]

{
"name": "@atlaskit/adf-schema",
"version": "2.9.0",
"version": "2.10.0",
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

{
"name": "@atlaskit/adf-schema",
"version": "2.9.0",
"version": "2.10.0",
"sideEffects": false
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc