@atlaskit/adf-utils 19.2.2 → 19.4.0

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/package.json CHANGED
@@ -1,71 +1,69 @@
1
1
  {
2
- "name": "@atlaskit/adf-utils",
3
- "version": "19.2.2",
4
- "description": "Set of utilities to traverse, modify and create ADF documents.",
5
- "publishConfig": {
6
- "registry": "https://registry.npmjs.org/"
7
- },
8
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
- "author": "Atlassian Pty Ltd",
10
- "license": "Apache-2.0",
11
- "main": "dist/cjs/index.js",
12
- "module": "dist/esm/index.js",
13
- "module:es2019": "dist/es2019/index.js",
14
- "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
- "sideEffects": false,
24
- "atlaskit:src": "src/index.ts",
25
- "atlassian": {
26
- "team": "Editor: ADF",
27
- "inPublicMirror": true,
28
- "releaseModel": "continuous"
29
- },
30
- "af:exports": {
31
- "./builders": "./src/builders.ts",
32
- "./empty-adf": "./src/empty-adf.ts",
33
- "./scrub": "./src/scrub.ts",
34
- "./transforms": "./src/transforms.ts",
35
- "./traverse": "./src/traverse.ts",
36
- "./validator": "./src/validator.ts",
37
- "./types": "./src/types/index.ts",
38
- "./validatorTypes": "./src/types/validatorTypes.ts"
39
- },
40
- "scripts": {
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
- },
43
- "dependencies": {
44
- "@atlaskit/adf-schema": "^36.10.7",
45
- "@atlaskit/codemod-utils": "^4.2.0",
46
- "@babel/runtime": "^7.0.0"
47
- },
48
- "devDependencies": {
49
- "@atlassian/adf-schema-json": "^1.14.0",
50
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
51
- "jscodeshift": "^0.13.0",
52
- "react": "^16.8.0",
53
- "typescript": "~5.4.2",
54
- "wait-for-expect": "^1.2.0"
55
- },
56
- "techstack": {
57
- "@atlassian/frontend": {
58
- "circular-dependencies": [
59
- "file-level"
60
- ]
61
- },
62
- "@repo/internal": {
63
- "deprecation": "no-deprecated-imports",
64
- "styling": [
65
- "emotion"
66
- ]
67
- }
68
- },
69
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
70
- "platform-feature-flags": {}
71
- }
2
+ "name": "@atlaskit/adf-utils",
3
+ "version": "19.4.0",
4
+ "description": "Set of utilities to traverse, modify and create ADF documents.",
5
+ "publishConfig": {
6
+ "registry": "https://registry.npmjs.org/"
7
+ },
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
+ "author": "Atlassian Pty Ltd",
10
+ "license": "Apache-2.0",
11
+ "main": "dist/cjs/index.js",
12
+ "module": "dist/esm/index.js",
13
+ "module:es2019": "dist/es2019/index.js",
14
+ "types": "dist/types/index.d.ts",
15
+ "typesVersions": {
16
+ ">=4.5 <4.9": {
17
+ "*": [
18
+ "dist/types-ts4.5/*",
19
+ "dist/types-ts4.5/index.d.ts"
20
+ ]
21
+ }
22
+ },
23
+ "sideEffects": false,
24
+ "atlaskit:src": "src/index.ts",
25
+ "atlassian": {
26
+ "team": "Editor: ADF",
27
+ "inPublicMirror": true,
28
+ "releaseModel": "continuous"
29
+ },
30
+ "af:exports": {
31
+ "./builders": "./src/builders.ts",
32
+ "./empty-adf": "./src/empty-adf.ts",
33
+ "./scrub": "./src/scrub.ts",
34
+ "./transforms": "./src/transforms.ts",
35
+ "./traverse": "./src/traverse.ts",
36
+ "./validator": "./src/validator.ts",
37
+ "./types": "./src/types/index.ts",
38
+ "./validatorTypes": "./src/types/validatorTypes.ts"
39
+ },
40
+ "scripts": {
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
+ },
43
+ "dependencies": {
44
+ "@atlaskit/adf-schema": "^38.0.0",
45
+ "@atlaskit/codemod-utils": "^4.2.0",
46
+ "@babel/runtime": "^7.0.0"
47
+ },
48
+ "devDependencies": {
49
+ "@atlassian/adf-schema-json": "^1.16.0",
50
+ "jscodeshift": "^0.13.0",
51
+ "react": "^16.8.0",
52
+ "typescript": "~5.4.2",
53
+ "wait-for-expect": "^1.2.0"
54
+ },
55
+ "techstack": {
56
+ "@atlassian/frontend": {
57
+ "circular-dependencies": [
58
+ "file-level"
59
+ ]
60
+ },
61
+ "@repo/internal": {
62
+ "deprecation": "no-deprecated-imports",
63
+ "styling": [
64
+ "emotion"
65
+ ]
66
+ }
67
+ },
68
+ "platform-feature-flags": {}
69
+ }
package/report.api.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  ## API Report File for "@atlaskit/adf-utils"
4
4
 
5
- > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using
6
+ > [API Extractor](https://api-extractor.com/).
6
7
  > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
8
 
8
9
  ### Table of contents