@teambit/config 0.0.1463 → 0.0.1465

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.
@@ -58,6 +58,14 @@
58
58
  * main configuration for component dependency resolution.
59
59
  **/
60
60
  "teambit.dependencies/dependency-resolver": {
61
+ /**
62
+ * Configure which dependencies are allowed to run install scripts.
63
+ * By default, no dependencies can run scripts. Set to true to allow, false to explicitly disallow.
64
+ * Example: { "esbuild": true, "core-js": false }
65
+ * See also: dangerouslyAllowAllScripts to allow all scripts (not recommended).
66
+ * This is a security-sensitive setting: enabling scripts may allow arbitrary code execution during install.
67
+ **/
68
+ "allowScripts": {},
61
69
  "rootComponents": true,
62
70
  "policy": {
63
71
  "dependencies": {},
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/config",
3
- "version": "0.0.1463",
3
+ "version": "0.0.1465",
4
4
  "homepage": "https://bit.cloud/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.1463"
9
+ "version": "0.0.1465"
10
10
  },
11
11
  "dependencies": {
12
12
  "comment-json": "4.2.5",
@@ -14,19 +14,19 @@
14
14
  "lodash": "4.17.21",
15
15
  "chalk": "4.1.2",
16
16
  "@teambit/harmony": "0.4.7",
17
- "@teambit/legacy.utils": "0.0.29",
17
+ "@teambit/cli": "0.0.1290",
18
+ "@teambit/legacy.consumer-config": "0.0.90",
19
+ "@teambit/legacy.extension-data": "0.0.92",
20
+ "@teambit/legacy.utils": "0.0.30",
18
21
  "@teambit/scope.modules.find-scope-path": "0.0.21",
19
22
  "@teambit/workspace.modules.workspace-locator": "0.0.21",
20
23
  "@teambit/toolbox.path.path": "0.0.12",
21
24
  "@teambit/component-id": "1.2.4",
25
+ "@teambit/component.sources": "0.0.142",
22
26
  "@teambit/legacy.constants": "0.0.20",
27
+ "@teambit/legacy.consumer": "0.0.90",
23
28
  "@teambit/legacy.logger": "0.0.31",
24
- "@teambit/bit-error": "0.0.404",
25
- "@teambit/cli": "0.0.1289",
26
- "@teambit/legacy.consumer-config": "0.0.89",
27
- "@teambit/legacy.extension-data": "0.0.91",
28
- "@teambit/component.sources": "0.0.141",
29
- "@teambit/legacy.consumer": "0.0.89"
29
+ "@teambit/bit-error": "0.0.404"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/fs-extra": "9.0.7",
@@ -58,6 +58,14 @@
58
58
  * main configuration for component dependency resolution.
59
59
  **/
60
60
  "teambit.dependencies/dependency-resolver": {
61
+ /**
62
+ * Configure which dependencies are allowed to run install scripts.
63
+ * By default, no dependencies can run scripts. Set to true to allow, false to explicitly disallow.
64
+ * Example: { "esbuild": true, "core-js": false }
65
+ * See also: dangerouslyAllowAllScripts to allow all scripts (not recommended).
66
+ * This is a security-sensitive setting: enabling scripts may allow arbitrary code execution during install.
67
+ **/
68
+ "allowScripts": {},
61
69
  "rootComponents": true,
62
70
  "policy": {
63
71
  "dependencies": {},