@atlaskit/adf-utils
Advanced tools
Comparing version 7.3.2 to 7.4.0
# @atlaskit/adf-utils | ||
## 7.4.0 | ||
### Minor Changes | ||
- [minor][9d8752351f](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d8752351f): | ||
ED-7783 Expose function that returns empty ADF document | ||
New function `getEmptyADF()` which returns agreed upon format for empty ADF is now exported from `@atlaskit/adf-utils` | ||
### Patch Changes | ||
- Updated dependencies [3e87f5596a](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e87f5596a): | ||
- Updated dependencies [d2b8166208](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b8166208): | ||
- Updated dependencies [26dbe7be6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/26dbe7be6d): | ||
- @atlaskit/adf-schema@6.0.0 | ||
- @atlaskit/docs@8.3.0 | ||
## 7.3.2 | ||
@@ -4,0 +22,0 @@ |
@@ -5,1 +5,2 @@ export * from './builders'; | ||
export * from './types'; | ||
export * from './empty-adf'; |
@@ -7,2 +7,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./validator"), exports); | ||
tslib_1.__exportStar(require("./empty-adf"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@atlaskit/adf-utils", | ||
"version": "7.3.2", | ||
"version": "7.4.0", | ||
"sideEffects": false | ||
} |
@@ -5,1 +5,2 @@ export * from './builders'; | ||
export * from './types'; | ||
export * from './empty-adf'; |
export * from './builders'; | ||
export * from './traverse'; | ||
export * from './validator'; | ||
export * from './empty-adf'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@atlaskit/adf-utils", | ||
"version": "7.3.2", | ||
"version": "7.4.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/adf-utils", | ||
"version": "7.3.2", | ||
"version": "7.4.0", | ||
"description": "Set of utilities to traverse, modify and create ADF documents.", | ||
@@ -42,7 +42,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaskit/adf-schema": "^5.0.0", | ||
"@atlaskit/adf-schema": "^6.0.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/docs": "^8.1.5", | ||
"@atlaskit/docs": "^8.3.0", | ||
"@atlaskit/json-schema-generator": "^2.2.0", | ||
@@ -49,0 +49,0 @@ "react": "^16.8.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
426277
809
7481
+ Added@atlaskit/adf-schema@6.2.0(transitive)
- Removed@atlaskit/adf-schema@5.0.0(transitive)
Updated@atlaskit/adf-schema@^6.0.0