json-ld-types
Advanced tools
Comparing version 2.0.1 to 2.1.0
# @atlassian/json-ld-types | ||
## 2.1.0 | ||
### Minor Changes | ||
- 8e85391: Add atlassian:state attribute to Document and Project types. | ||
## 2.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -237,2 +237,3 @@ import { Action as ActionSchema, AssignAction, CommentAction, DeleteAction, DownloadAction, ReplyAction, ShareAction, SubscribeAction, ViewAction, WatchAction } from 'schema-dts'; | ||
'schema:potentialAction'?: Primitives.Property<DocumentAction>; | ||
'atlassian:state'?: string; | ||
} | ||
@@ -280,2 +281,3 @@ interface BlogPostDocument extends Document { | ||
'schema:commentCount'?: number; | ||
'atlassian:state'?: string; | ||
} | ||
@@ -282,0 +284,0 @@ interface SourceCodeDocument extends Document { |
{ | ||
"name": "json-ld-types", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"contributors": [ | ||
@@ -5,0 +5,0 @@ { |
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
46960
499