@teambit/yarn 0.0.908 → 0.0.912
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/yarn.aspect.d.ts +1 -0
- package/dist/yarn.aspect.js +3 -1
- package/dist/yarn.aspect.js.map +1 -1
- package/package-tar/teambit-yarn-0.0.912.tgz +0 -0
- package/package.json +9 -9
- package/{preview-1669001143838.js → preview-1669173951292.js} +2 -2
- package/package-tar/teambit-yarn-0.0.908.tgz +0 -0
package/dist/yarn.aspect.d.ts
CHANGED
package/dist/yarn.aspect.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.YarnAspect = void 0;
|
|
6
|
+
exports.default = exports.YarnAspect = void 0;
|
|
7
7
|
function _harmony() {
|
|
8
8
|
const data = require("@teambit/harmony");
|
|
9
9
|
_harmony = function () {
|
|
@@ -15,5 +15,7 @@ const YarnAspect = _harmony().Aspect.create({
|
|
|
15
15
|
id: 'teambit.dependencies/yarn'
|
|
16
16
|
});
|
|
17
17
|
exports.YarnAspect = YarnAspect;
|
|
18
|
+
var _default = YarnAspect;
|
|
19
|
+
exports.default = _default;
|
|
18
20
|
|
|
19
21
|
//# sourceMappingURL=yarn.aspect.js.map
|
package/dist/yarn.aspect.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["YarnAspect","Aspect","create","id"],"sources":["yarn.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const YarnAspect = Aspect.create({\n id: 'teambit.dependencies/yarn',\n});\n"],"mappings":";;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEO,MAAMA,UAAU,GAAGC,iBAAM,CAACC,MAAM,CAAC;EACtCC,EAAE,EAAE;AACN,CAAC,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["YarnAspect","Aspect","create","id"],"sources":["yarn.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const YarnAspect = Aspect.create({\n id: 'teambit.dependencies/yarn',\n});\n\nexport default YarnAspect;\n"],"mappings":";;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEO,MAAMA,UAAU,GAAGC,iBAAM,CAACC,MAAM,CAAC;EACtCC,EAAE,EAAE;AACN,CAAC,CAAC;AAAC;AAAA,eAEYH,UAAU;AAAA"}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/yarn",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.912",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/dependencies/yarn",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.dependencies",
|
|
8
8
|
"name": "yarn",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.912"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"@babel/runtime": "7.20.0",
|
|
25
25
|
"core-js": "^3.0.0",
|
|
26
26
|
"@teambit/harmony": "0.3.3",
|
|
27
|
-
"@teambit/component": "0.0.
|
|
28
|
-
"@teambit/dependency-resolver": "0.0.
|
|
29
|
-
"@teambit/cli": "0.0.
|
|
30
|
-
"@teambit/logger": "0.0.
|
|
31
|
-
"@teambit/ui-foundation.ui.use-box.menu": "0.0.
|
|
32
|
-
"@teambit/ui": "0.0.
|
|
27
|
+
"@teambit/component": "0.0.911",
|
|
28
|
+
"@teambit/dependency-resolver": "0.0.911",
|
|
29
|
+
"@teambit/cli": "0.0.609",
|
|
30
|
+
"@teambit/logger": "0.0.702",
|
|
31
|
+
"@teambit/ui-foundation.ui.use-box.menu": "0.0.126",
|
|
32
|
+
"@teambit/ui": "0.0.911"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/fs-extra": "9.0.7",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@teambit/dependencies.aspect-docs.yarn": "0.0.148"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@teambit/legacy": "1.0.
|
|
46
|
+
"@teambit/legacy": "1.0.389",
|
|
47
47
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
48
48
|
"react": "^16.8.0 || ^17.0.0"
|
|
49
49
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.dependencies_yarn@0.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.dependencies_yarn@0.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.dependencies_yarn@0.0.912/dist/yarn.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.dependencies_yarn@0.0.912/dist/yarn.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
Binary file
|