@teambit/config 0.0.464 → 0.0.467

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/dist/schema.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "title": "Configuration file of the Bit workspace.",
4
- "description": "This is the main configuration file of your bit workspace. for full documentation, please see: https://docs.bit.dev/configuration",
4
+ "description": "This is the main configuration file of your bit workspace. for full documentation, please see: https://bit.dev/docs/configuration",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "teambit.workspace/workspace": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * this is the main configuration file of your bit workspace.
3
- * for full documentation, please see: https://harmony-docs.bit.dev/workspace/configurations
3
+ * for full documentation, please see: https://bit.dev/docs/workspace/workspace-configuration
4
4
  **/
5
5
  {
6
6
  "$schema": "https://static.bit.dev/teambit/schemas/schema.json",
@@ -54,7 +54,7 @@
54
54
  * workspace. this is extremely useful for upgrading, aligning and building components with a new
55
55
  * set of dependencies. a rule can be a directory or a component-id/namespace, in which case,
56
56
  * wrap the rule with curly brackets (e.g. `"{ui/*}": {}`)
57
- * see https://harmony-docs.bit.dev/aspects/variants for more info.
57
+ * see https://bit.dev/docs/workspace/variants for more info.
58
58
  **/
59
59
  "teambit.workspace/variants": {
60
60
  /**
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/config",
3
- "version": "0.0.464",
3
+ "version": "0.0.467",
4
4
  "homepage": "https://bit.dev/teambit/harmony/config",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "config",
9
- "version": "0.0.464"
9
+ "version": "0.0.467"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/harmony": "0.2.11",
@@ -16,7 +16,7 @@
16
16
  "lodash": "4.17.21",
17
17
  "@babel/runtime": "7.12.18",
18
18
  "core-js": "^3.0.0",
19
- "@teambit/cli": "0.0.451",
19
+ "@teambit/cli": "0.0.454",
20
20
  "@teambit/bit-error": "0.0.394"
21
21
  },
22
22
  "devDependencies": {
@@ -30,7 +30,7 @@
30
30
  "@types/node": "12.20.4"
31
31
  },
32
32
  "peerDependencies": {
33
- "@teambit/legacy": "1.0.230",
33
+ "@teambit/legacy": "1.0.233",
34
34
  "react-dom": "^16.8.0 || ^17.0.0",
35
35
  "react": "^16.8.0 || ^17.0.0"
36
36
  },
@@ -58,7 +58,7 @@
58
58
  "react": "-"
59
59
  },
60
60
  "peerDependencies": {
61
- "@teambit/legacy": "1.0.230",
61
+ "@teambit/legacy": "1.0.233",
62
62
  "react-dom": "^16.8.0 || ^17.0.0",
63
63
  "react": "^16.8.0 || ^17.0.0"
64
64
  }
package/schema.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "title": "Configuration file of the Bit workspace.",
4
- "description": "This is the main configuration file of your bit workspace. for full documentation, please see: https://docs.bit.dev/configuration",
4
+ "description": "This is the main configuration file of your bit workspace. for full documentation, please see: https://bit.dev/docs/configuration",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "teambit.workspace/workspace": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * this is the main configuration file of your bit workspace.
3
- * for full documentation, please see: https://harmony-docs.bit.dev/workspace/configurations
3
+ * for full documentation, please see: https://bit.dev/docs/workspace/workspace-configuration
4
4
  **/
5
5
  {
6
6
  "$schema": "https://static.bit.dev/teambit/schemas/schema.json",
@@ -54,7 +54,7 @@
54
54
  * workspace. this is extremely useful for upgrading, aligning and building components with a new
55
55
  * set of dependencies. a rule can be a directory or a component-id/namespace, in which case,
56
56
  * wrap the rule with curly brackets (e.g. `"{ui/*}": {}`)
57
- * see https://harmony-docs.bit.dev/aspects/variants for more info.
57
+ * see https://bit.dev/docs/workspace/variants for more info.
58
58
  **/
59
59
  "teambit.workspace/variants": {
60
60
  /**