@teambit/issues 1.0.310 → 1.0.312
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.
@@ -1,4 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.component/issues@1.0.
|
3
|
+
<testsuite name="teambit.component/issues@1.0.312" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -297,7 +297,8 @@
|
|
297
297
|
"character": 3
|
298
298
|
},
|
299
299
|
"raw": "/**\n * register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\n * your function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\n * for issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\n * this is useful for optimization, if you don't want to calculate the component issue when it's ignored.\n */",
|
300
|
-
"comment": "register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\nyour function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\nfor issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\nthis is useful for optimization, if you don't want to calculate the component issue when it's ignored."
|
300
|
+
"comment": "register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\nyour function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\nfor issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\nthis is useful for optimization, if you don't want to calculate the component issue when it's ignored.",
|
301
|
+
"tags": []
|
301
302
|
},
|
302
303
|
"signature": "(method) IssuesMain.registerAddComponentsIssues(addComponentsIssues: AddComponentsIssues): void",
|
303
304
|
"name": "registerAddComponentsIssues",
|
@@ -1139,7 +1140,8 @@
|
|
1139
1140
|
"character": 3
|
1140
1141
|
},
|
1141
1142
|
"raw": "/**\n * register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\n * your function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\n * for issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\n * this is useful for optimization, if you don't want to calculate the component issue when it's ignored.\n */",
|
1142
|
-
"comment": "register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\nyour function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\nfor issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\nthis is useful for optimization, if you don't want to calculate the component issue when it's ignored."
|
1143
|
+
"comment": "register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\nyour function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\nfor issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\nthis is useful for optimization, if you don't want to calculate the component issue when it's ignored.",
|
1144
|
+
"tags": []
|
1143
1145
|
},
|
1144
1146
|
"signature": "(method) IssuesMain.registerAddComponentsIssues(addComponentsIssues: AddComponentsIssues): void",
|
1145
1147
|
"name": "registerAddComponentsIssues",
|
@@ -1515,7 +1517,7 @@
|
|
1515
1517
|
"componentId": {
|
1516
1518
|
"scope": "teambit.component",
|
1517
1519
|
"name": "issues",
|
1518
|
-
"version": "1.0.
|
1520
|
+
"version": "1.0.312"
|
1519
1521
|
},
|
1520
1522
|
"taggedModuleExports": []
|
1521
1523
|
}
|
package/package.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/issues",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.312",
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/issues",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "issues",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.312"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
13
13
|
"p-map-series": "2.1.0",
|
14
14
|
"@teambit/harmony": "0.4.6",
|
15
15
|
"@teambit/bit-error": "0.0.404",
|
16
|
-
"@teambit/cli": "0.0.
|
16
|
+
"@teambit/cli": "0.0.889",
|
17
17
|
"@teambit/component-issues": "0.0.149",
|
18
|
-
"@teambit/component": "1.0.
|
18
|
+
"@teambit/component": "1.0.312"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@types/mocha": "9.1.0",
|
File without changes
|