@atlaskit/adf-schema 56.5.0 → 56.5.2

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 +12 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 56.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 56.5.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 56.5.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "56.5.0",
3
+ "version": "56.5.2",
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/"
@@ -31,16 +31,16 @@
31
31
  "build:all": "yarn build:cjs && yarn build:esm && yarn build:es2019 && yarn build:types",
32
32
  "build": "yarn clean:build && yarn workspace @atlaskit/editor-prosemirror build && yarn workspace @atlaskit/adf-schema-generator build && yarn run build:all && yarn run build:schema:all",
33
33
  "build:move:json-schema": "mkdir -p dist && cp -r json-schema dist",
34
- "build:schema:pm": "yarn ts-node ./schema-generators/pm-full-schema.ts && prettier --write --no-editorconfig './src/next-schema/generated/**/*.ts'",
35
- "build:schema:json": "mkdir -p json-schema/v1/ && yarn ts-node ./schema-generators/json-full-schema.ts && prettier --write --no-editorconfig './json-schema/v1/*.json' && yarn run build:move:json-schema",
36
- "build:schema:validator": "yarn ts-node ./schema-generators/validator-full-schema.ts && prettier --write --no-editorconfig './src/validator-schema/generated/**/*.ts'",
34
+ "build:schema:pm": "yarn run -T run-ts ./schema-generators/pm-full-schema.ts && prettier --write --no-editorconfig './src/next-schema/generated/**/*.ts'",
35
+ "build:schema:json": "mkdir -p json-schema/v1/ && yarn run -T run-ts ./schema-generators/json-full-schema.ts && prettier --write --no-editorconfig './json-schema/v1/*.json' && yarn run build:move:json-schema",
36
+ "build:schema:validator": "yarn run -T run-ts ./schema-generators/validator-full-schema.ts && prettier --write --no-editorconfig './src/validator-schema/generated/**/*.ts'",
37
37
  "build:schema:all": "yarn build:schema:pm && yarn build:schema:json && yarn build:schema:validator"
38
38
  },
39
39
  "dependencies": {
40
40
  "@atlaskit/adf-schema-generator": "^3.1.0",
41
41
  "@atlaskit/editor-prosemirror": "^8.0.0",
42
42
  "@atlaskit/platform-feature-flags": "^2.1.0",
43
- "@atlaskit/tmp-editor-statsig": "^136.2.0",
43
+ "@atlaskit/tmp-editor-statsig": "^138.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "css-color-names": "0.0.4",
46
46
  "linkify-it": "^3.0.3",
@@ -86,7 +86,6 @@
86
86
  "rxjs": "^5.5.0",
87
87
  "styled-components": "^3.2.6",
88
88
  "ts-jest": "^29.2.2",
89
- "ts-node": "^10.9.1",
90
89
  "typescript": "npm:@typescript/typescript6@^6.0.2"
91
90
  },
92
91
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"