@atlaskit/adf-schema 37.1.23 → 37.1.24

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 37.1.24
4
+
5
+ ### Patch Changes
6
+
7
+ - 962ff63: add unit tests for pm schema
8
+
3
9
  ## 37.1.23
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "37.1.23",
3
+ "version": "37.1.24",
4
4
  "description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@atlassian/adf-schema-json": "^1.16.0",
50
- "@atlaskit/adf-schema-generator": "^1.25.2",
50
+ "@atlaskit/adf-schema-generator": "^1.25.3",
51
51
  "@atlaskit/adf-utils": "^19.2.2",
52
52
  "@atlaskit/codemod-utils": "^4.2.4",
53
53
  "@atlaskit/json-schema-generator": "^3.3.9",
@@ -266,7 +266,6 @@ describe('validate PM schema', () => {
266
266
  const skipLists = SKIPPED_NODESPEC_TESTS;
267
267
  const testCases = Object.entries(oldSpecReferences).map(([key, value]) => {
268
268
  const newSpecName = getNewSpecName(key);
269
- console.log('newSpecName', newSpecName, newNodeSpecs[newSpecName]);
270
269
  return {
271
270
  name: key,
272
271
  legacyNodeSpec: value,