@atlaskit/adf-utils 19.0.6 → 19.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/adf-utils
2
2
 
3
+ ## 19.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`02417310e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02417310e08) - Fix broken generate:spec in adf-utils
8
+
9
+ ## 19.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
14
+ - [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
15
+
3
16
  ## 19.0.6
4
17
 
5
18
  ### Patch Changes
@@ -1440,7 +1453,7 @@ Bumped dependencies.
1440
1453
 
1441
1454
  ## 4.0.2
1442
1455
 
1443
- - [patch][6201223" d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6201223"
1456
+ - [patch][6201223](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6201223"
1444
1457
  d):
1445
1458
 
1446
1459
  - Add examples.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-utils",
3
- "version": "19.0.6",
3
+ "version": "19.0.8",
4
4
  "description": "Set of utilities to traverse, modify and create ADF documents.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,10 +38,10 @@
38
38
  "./validatorTypes": "./src/types/validatorTypes.ts"
39
39
  },
40
40
  "scripts": {
41
- "generate:spec": "rm -rf ./src/validator/specs/ && ../json-schema-generator/bin.js --outDir=./src/validator/specs/ --mode=Spec --stage=0 ./src/validator/entry.ts"
41
+ "generate:spec": "rm -rf ./src/validator/specs/ && yarn json-schema-generator --outDir=./src/validator/specs/ --mode=Spec --stage=0 ./src/validator/entry.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@atlaskit/adf-schema": "28.1.2",
44
+ "@atlaskit/adf-schema": "^29.1.0",
45
45
  "@atlaskit/codemod-utils": "^4.2.0",
46
46
  "@babel/runtime": "^7.0.0"
47
47
  },