@teambit/harmony.content.cli-reference 1.95.15 → 1.95.16
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/cli-reference.mdx +0 -1
- package/dist/cli-reference.mdx.js +5570 -0
- package/dist/cli-reference.mdx.js.map +1 -0
- package/package-tar/teambit-harmony.content.cli-reference-1.95.16.tgz +0 -0
- package/package.json +30 -9
- package/preview-1650284496187.js +2 -0
- package/tsconfig.json +2 -5
- package/dist/cli-reference.mdx +0 -1255
- package/package-tar/teambit-harmony.content.cli-reference-1.95.15.tgz +0 -0
- package/preview-1650243425150.js +0 -2
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,23 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/harmony.content.cli-reference",
|
|
3
|
-
"version": "1.95.
|
|
3
|
+
"version": "1.95.16",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/harmony/content/cli-reference",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "content/cli-reference",
|
|
9
|
-
"version": "1.95.
|
|
9
|
+
"version": "1.95.16"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"core-js": "^3.0.0",
|
|
13
|
+
"@mdx-js/react": "1.6.22",
|
|
14
|
+
"@teambit/mdx.ui.mdx-scope-context": "0.0.487"
|
|
10
15
|
},
|
|
11
|
-
"dependencies": {},
|
|
12
16
|
"devDependencies": {
|
|
13
|
-
"@types/react": "17.0.8",
|
|
17
|
+
"@types/react": "^17.0.8",
|
|
14
18
|
"@types/mocha": "9.1.0",
|
|
19
|
+
"@types/testing-library__jest-dom": "5.9.5",
|
|
15
20
|
"@babel/runtime": "7.12.18",
|
|
16
|
-
"@types/
|
|
17
|
-
"@types/
|
|
21
|
+
"@types/jest": "^26.0.0",
|
|
22
|
+
"@types/react-dom": "^17.0.5",
|
|
23
|
+
"@types/node": "12.20.4"
|
|
18
24
|
},
|
|
19
25
|
"peerDependencies": {
|
|
20
|
-
"react": "17.0.
|
|
26
|
+
"react-dom": "^16.8.0 || ^17.0.0",
|
|
27
|
+
"react": "^16.8.0 || ^17.0.0"
|
|
21
28
|
},
|
|
22
29
|
"license": "Apache-2.0",
|
|
23
30
|
"bit": {
|
|
@@ -25,14 +32,28 @@
|
|
|
25
32
|
"env": {},
|
|
26
33
|
"overrides": {
|
|
27
34
|
"dependencies": {
|
|
28
|
-
"@teambit/legacy": "-"
|
|
35
|
+
"@teambit/legacy": "-",
|
|
36
|
+
"core-js": "^3.0.0",
|
|
37
|
+
"react-dom": "-",
|
|
38
|
+
"react": "-",
|
|
39
|
+
"@mdx-js/react": "1.6.22",
|
|
40
|
+
"@teambit/mdx.ui.mdx-scope-context": "0.0.368"
|
|
29
41
|
},
|
|
30
42
|
"devDependencies": {
|
|
31
43
|
"@teambit/legacy": "-",
|
|
32
44
|
"@types/mocha": "9.1.0",
|
|
45
|
+
"@types/testing-library__jest-dom": "5.9.5",
|
|
33
46
|
"@babel/runtime": "7.12.18",
|
|
47
|
+
"@types/jest": "^26.0.0",
|
|
48
|
+
"@types/react-dom": "^17.0.5",
|
|
49
|
+
"@types/react": "^17.0.8",
|
|
34
50
|
"@types/node": "12.20.4",
|
|
35
|
-
"
|
|
51
|
+
"react-dom": "-",
|
|
52
|
+
"react": "-"
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"react-dom": "^16.8.0 || ^17.0.0",
|
|
56
|
+
"react": "^16.8.0 || ^17.0.0"
|
|
36
57
|
}
|
|
37
58
|
}
|
|
38
59
|
},
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const compositions = [require('/Users/kutner/Library/Caches/Bit/capsules/387ba35edfe9569fb50f8b2afacee6e573efc137/teambit.harmony_content_cli-reference@1.95.16/dist/cli-reference.composition.js')]
|
|
2
|
+
export const overview = [require('/Users/kutner/Library/Caches/Bit/capsules/387ba35edfe9569fb50f8b2afacee6e573efc137/teambit.harmony_content_cli-reference@1.95.16/dist/cli-reference.docs.mdx')]
|
package/tsconfig.json
CHANGED
|
@@ -9,16 +9,13 @@
|
|
|
9
9
|
"target": "es2015",
|
|
10
10
|
"module": "CommonJS",
|
|
11
11
|
"jsx": "react",
|
|
12
|
-
"allowJs": true,
|
|
13
|
-
"composite": true,
|
|
14
12
|
"declaration": true,
|
|
15
13
|
"sourceMap": true,
|
|
16
14
|
"skipLibCheck": true,
|
|
17
|
-
"outDir": "dist",
|
|
18
15
|
"moduleResolution": "node",
|
|
19
16
|
"esModuleInterop": true,
|
|
20
|
-
"
|
|
21
|
-
"
|
|
17
|
+
"resolveJsonModule": true,
|
|
18
|
+
"outDir": "dist"
|
|
22
19
|
},
|
|
23
20
|
"exclude": [
|
|
24
21
|
"dist"
|