@teambit/dev-files 1.0.65 → 1.0.67
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 +3 -0
- package/dist/esm.mjs +6 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -13
- package/dist/index.js.map +1 -1
- package/dist/{preview-1700997544567.js → preview-1701228028835.js} +2 -2
- package/esm.mjs +6 -0
- package/package.json +8 -8
package/dist/esm.d.mts
ADDED
package/dist/esm.mjs
ADDED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -9,12 +9,6 @@ Object.defineProperty(exports, "DevFilesAspect", {
|
|
9
9
|
return _devFiles().DevFilesAspect;
|
10
10
|
}
|
11
11
|
});
|
12
|
-
Object.defineProperty(exports, "DevFilesMain", {
|
13
|
-
enumerable: true,
|
14
|
-
get: function () {
|
15
|
-
return _devFilesMain().DevFilesMain;
|
16
|
-
}
|
17
|
-
});
|
18
12
|
exports.default = void 0;
|
19
13
|
function _devFiles() {
|
20
14
|
const data = require("./dev-files.aspect");
|
@@ -23,13 +17,6 @@ function _devFiles() {
|
|
23
17
|
};
|
24
18
|
return data;
|
25
19
|
}
|
26
|
-
function _devFilesMain() {
|
27
|
-
const data = require("./dev-files.main.runtime");
|
28
|
-
_devFilesMain = function () {
|
29
|
-
return data;
|
30
|
-
};
|
31
|
-
return data;
|
32
|
-
}
|
33
20
|
var _default = exports.default = _devFiles().DevFilesAspect;
|
34
21
|
|
35
22
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_devFiles","data","require","
|
1
|
+
{"version":3,"names":["_devFiles","data","require","_default","exports","default","DevFilesAspect"],"sources":["index.ts"],"sourcesContent":["import { DevFilesAspect } from './dev-files.aspect';\n\nexport { DevFilesAspect };\nexport type { DevFilesMain } from './dev-files.main.runtime';\nexport default DevFilesAspect;\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,UAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,SAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAoD,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAIrCC,0BAAc"}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_dev-files@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_dev-files@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_dev-files@1.0.67/dist/dev-files.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_dev-files@1.0.67/dist/dev-files.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/dev-files",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.67",
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/dev-files",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "dev-files",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.67"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"graphql-tag": "2.12.1",
|
@@ -15,11 +15,11 @@
|
|
15
15
|
"core-js": "^3.0.0",
|
16
16
|
"@babel/runtime": "7.20.0",
|
17
17
|
"@teambit/harmony": "0.4.6",
|
18
|
-
"@teambit/component": "1.0.
|
19
|
-
"@teambit/graphql": "1.0.
|
20
|
-
"@teambit/cli": "0.0.
|
21
|
-
"@teambit/envs": "1.0.
|
22
|
-
"@teambit/workspace": "1.0.
|
18
|
+
"@teambit/component": "1.0.67",
|
19
|
+
"@teambit/graphql": "1.0.67",
|
20
|
+
"@teambit/cli": "0.0.824",
|
21
|
+
"@teambit/envs": "1.0.67",
|
22
|
+
"@teambit/workspace": "1.0.67"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@types/react": "^17.0.8",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"@teambit/component.content.dev-files": "1.95.9"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
|
-
"@teambit/legacy": "1.0.
|
37
|
+
"@teambit/legacy": "1.0.607",
|
38
38
|
"react": "^16.8.0 || ^17.0.0",
|
39
39
|
"react-dom": "^16.8.0 || ^17.0.0"
|
40
40
|
},
|