@teambit/lanes 1.0.64 → 1.0.66
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/esm.d.mts +4 -0
- package/dist/esm.mjs +7 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/dist/{preview-1700991709206.js → preview-1701141530916.js} +2 -2
- package/esm.mjs +7 -0
- package/package.json +21 -21
package/dist/esm.d.mts
ADDED
package/dist/esm.mjs
ADDED
package/dist/index.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import { LanesAspect } from './lanes.aspect';
|
2
2
|
export type { LanesMain, Lane } from './lanes.main.runtime';
|
3
|
-
export {
|
3
|
+
export type { LanesQuery } from '@teambit/lanes.ui.models.lanes-model';
|
4
|
+
export { LanesModel } from '@teambit/lanes.ui.models.lanes-model';
|
4
5
|
export type { LanesUI, LaneCompareProps, LaneProviderIgnoreSlot } from './lanes.ui.runtime';
|
5
6
|
export default LanesAspect;
|
6
7
|
export { LanesAspect };
|
package/dist/index.js
CHANGED
@@ -15,12 +15,6 @@ Object.defineProperty(exports, "LanesModel", {
|
|
15
15
|
return _lanesUiModels().LanesModel;
|
16
16
|
}
|
17
17
|
});
|
18
|
-
Object.defineProperty(exports, "LanesQuery", {
|
19
|
-
enumerable: true,
|
20
|
-
get: function () {
|
21
|
-
return _lanesUiModels().LanesQuery;
|
22
|
-
}
|
23
|
-
});
|
24
18
|
exports.default = void 0;
|
25
19
|
function _lanes() {
|
26
20
|
const data = require("./lanes.aspect");
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_lanes","data","require","_lanesUiModels","_default","exports","default","LanesAspect"],"sources":["index.ts"],"sourcesContent":["import { LanesAspect } from './lanes.aspect';\n\nexport type { LanesMain, Lane } from './lanes.main.runtime';\nexport {
|
1
|
+
{"version":3,"names":["_lanes","data","require","_lanesUiModels","_default","exports","default","LanesAspect"],"sources":["index.ts"],"sourcesContent":["import { LanesAspect } from './lanes.aspect';\n\nexport type { LanesMain, Lane } from './lanes.main.runtime';\nexport type { LanesQuery } from '@teambit/lanes.ui.models.lanes-model';\nexport { LanesModel } from '@teambit/lanes.ui.models.lanes-model';\nexport type { LanesUI, LaneCompareProps, LaneProviderIgnoreSlot } from './lanes.ui.runtime';\nexport default LanesAspect;\nexport { LanesAspect };\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAIA,SAAAE,eAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,cAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAkE,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEnDC,oBAAW"}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.66/dist/lanes.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.66/dist/lanes.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/esm.mjs
ADDED
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/lanes",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.66",
|
4
4
|
"homepage": "https://bit.cloud/teambit/lanes/lanes",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.lanes",
|
8
8
|
"name": "lanes",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.66"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"lodash": "4.17.21",
|
@@ -38,24 +38,24 @@
|
|
38
38
|
"@teambit/ui-foundation.ui.menu": "0.0.502",
|
39
39
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.506",
|
40
40
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.501",
|
41
|
-
"@teambit/scope": "1.0.
|
42
|
-
"@teambit/snapping": "1.0.
|
43
|
-
"@teambit/workspace": "1.0.
|
44
|
-
"@teambit/cli": "0.0.
|
45
|
-
"@teambit/express": "0.0.
|
46
|
-
"@teambit/logger": "0.0.
|
47
|
-
"@teambit/graphql": "1.0.
|
48
|
-
"@teambit/checkout": "1.0.
|
49
|
-
"@teambit/component-compare": "1.0.
|
50
|
-
"@teambit/component-writer": "1.0.
|
51
|
-
"@teambit/component": "1.0.
|
52
|
-
"@teambit/export": "1.0.
|
53
|
-
"@teambit/importer": "1.0.
|
41
|
+
"@teambit/scope": "1.0.66",
|
42
|
+
"@teambit/snapping": "1.0.66",
|
43
|
+
"@teambit/workspace": "1.0.66",
|
44
|
+
"@teambit/cli": "0.0.823",
|
45
|
+
"@teambit/express": "0.0.922",
|
46
|
+
"@teambit/logger": "0.0.916",
|
47
|
+
"@teambit/graphql": "1.0.66",
|
48
|
+
"@teambit/checkout": "1.0.66",
|
49
|
+
"@teambit/component-compare": "1.0.66",
|
50
|
+
"@teambit/component-writer": "1.0.66",
|
51
|
+
"@teambit/component": "1.0.66",
|
52
|
+
"@teambit/export": "1.0.66",
|
53
|
+
"@teambit/importer": "1.0.66",
|
54
54
|
"@teambit/lanes.entities.lane-diff": "0.0.164",
|
55
55
|
"@teambit/lanes.modules.diff": "0.0.437",
|
56
|
-
"@teambit/merging": "1.0.
|
57
|
-
"@teambit/remove": "1.0.
|
58
|
-
"@teambit/ui": "1.0.
|
56
|
+
"@teambit/merging": "1.0.66",
|
57
|
+
"@teambit/remove": "1.0.66",
|
58
|
+
"@teambit/ui": "1.0.66"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
61
|
"@types/lodash": "4.14.165",
|
@@ -67,13 +67,13 @@
|
|
67
67
|
"@types/react-dom": "^17.0.5",
|
68
68
|
"@types/jest": "^26.0.0",
|
69
69
|
"@types/testing-library__jest-dom": "5.9.5",
|
70
|
-
"@teambit/component.testing.mock-components": "0.0.
|
71
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
70
|
+
"@teambit/component.testing.mock-components": "0.0.175",
|
71
|
+
"@teambit/harmony.testing.load-aspect": "0.0.174",
|
72
72
|
"@teambit/workspace.testing.mock-workspace": "0.0.18"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"react-router-dom": "^6.0.0",
|
76
|
-
"@teambit/legacy": "1.0.
|
76
|
+
"@teambit/legacy": "1.0.606",
|
77
77
|
"react": "^16.8.0 || ^17.0.0",
|
78
78
|
"react-dom": "^16.8.0 || ^17.0.0"
|
79
79
|
},
|