@teambit/node 1.0.510 → 1.0.511
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/artifacts/env-template/public/{602.558e35be91028734ec80.js → 457.5c3919cdff900e78a756.js} +2 -2
- package/artifacts/env-template/public/{252.11dcc2a1e28102576a43.js → 624.8213f46dfa8639bc1d6a.js} +8 -8
- package/artifacts/env-template/public/{345.e2950126c909a2e7a4e4.js → 671.26ebc0c94947bf598520.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +16 -16
- package/artifacts/env-template/public/compositions.e1a0e6195587b46196b6.js +1 -0
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/overview.9932d4ece4b170ba893c.js +1 -0
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.49b037fca6eebb79f2fb.js → peers.7c80661b021a65b6f513.js} +1 -1
- package/artifacts/env-template/public/{preview-root.64f2b12821598ef4351a.js → preview-root.47f19b8f279521d9b7e9.js} +1 -1
- package/artifacts/env-template/public/static/css/{252.e68c00ab.css → 624.ae5fcde6.css} +1 -1
- package/{compositions-1736705249371.js → compositions-1736711473672.js} +2 -2
- package/dist/jest/jest.config.d.ts +19 -1
- package/dist/node.env.js +1 -3
- package/dist/node.env.js.map +1 -1
- package/dist/node.main.runtime.d.ts +4 -4
- package/dist/{preview-1736705249371.js → preview-1736711473672.js} +2 -2
- package/{overview-1736705249371.js → overview-1736711473672.js} +2 -2
- package/package.json +22 -22
- package/artifacts/env-template/public/compositions.09f0c8f120a81458c573.js +0 -1
- package/artifacts/env-template/public/overview.d5b911eae765bcadb8f7.js +0 -1
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_node@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_node@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_node@1.0.511/dist/node.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_node@1.0.511/dist/node.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
|
-
import { linkModules } from '/home/circleci/.bvm/versions/1.9.
|
2
|
+
import { linkModules } from '/home/circleci/.bvm/versions/1.9.33/bit-1.9.33/node_modules/@teambit/preview/dist/preview-modules.js';
|
3
3
|
|
4
|
-
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-
|
4
|
+
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-cf72038aae23437751eb71da99348a78344bd209.mjs";
|
5
5
|
|
6
6
|
|
7
7
|
|
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/node",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.511",
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/node",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.harmony",
|
8
8
|
"name": "node",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.511"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"typescript": "5.
|
12
|
+
"typescript": "5.5.3",
|
13
13
|
"lodash": "4.17.21",
|
14
14
|
"jest-environment-node": "27.5.1",
|
15
15
|
"eslint-mdx": "1.17.1",
|
@@ -27,25 +27,25 @@
|
|
27
27
|
"@teambit/component-id": "1.2.2",
|
28
28
|
"@bitdev/node.generators.node-templates": "2.0.8",
|
29
29
|
"@teambit/design.ui.empty-box": "0.0.363",
|
30
|
-
"@teambit/application": "1.0.
|
31
|
-
"@teambit/logger": "0.0.
|
32
|
-
"@teambit/react": "1.0.
|
33
|
-
"@teambit/toolbox.network.get-port": "1.0.
|
34
|
-
"@teambit/builder": "1.0.
|
35
|
-
"@teambit/dependency-resolver": "1.0.
|
36
|
-
"@teambit/envs": "1.0.
|
37
|
-
"@teambit/preview": "1.0.
|
38
|
-
"@teambit/schema": "1.0.
|
39
|
-
"@teambit/tester": "1.0.
|
40
|
-
"@teambit/toolbox.path.path": "0.0.
|
41
|
-
"@teambit/typescript": "1.0.
|
42
|
-
"@teambit/cli": "0.0.
|
43
|
-
"@teambit/compiler": "1.0.
|
44
|
-
"@teambit/generator": "1.0.
|
45
|
-
"@teambit/pkg": "1.0.
|
46
|
-
"@teambit/worker": "0.0.
|
47
|
-
"@teambit/compositions": "1.0.
|
48
|
-
"@teambit/ui": "1.0.
|
30
|
+
"@teambit/application": "1.0.511",
|
31
|
+
"@teambit/logger": "0.0.1181",
|
32
|
+
"@teambit/react": "1.0.511",
|
33
|
+
"@teambit/toolbox.network.get-port": "1.0.8",
|
34
|
+
"@teambit/builder": "1.0.511",
|
35
|
+
"@teambit/dependency-resolver": "1.0.511",
|
36
|
+
"@teambit/envs": "1.0.511",
|
37
|
+
"@teambit/preview": "1.0.511",
|
38
|
+
"@teambit/schema": "1.0.511",
|
39
|
+
"@teambit/tester": "1.0.511",
|
40
|
+
"@teambit/toolbox.path.path": "0.0.6",
|
41
|
+
"@teambit/typescript": "1.0.511",
|
42
|
+
"@teambit/cli": "0.0.1088",
|
43
|
+
"@teambit/compiler": "1.0.511",
|
44
|
+
"@teambit/generator": "1.0.512",
|
45
|
+
"@teambit/pkg": "1.0.511",
|
46
|
+
"@teambit/worker": "0.0.1392",
|
47
|
+
"@teambit/compositions": "1.0.511",
|
48
|
+
"@teambit/ui": "1.0.511"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@types/react": "^17.0.8",
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";(self.__loadChunks_EnvTemplate=self.__loadChunks_EnvTemplate||[]).push([[866],{19665:(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{var _home_circleci_bvm_versions_1_9_32_bit_1_9_32_node_modules_teambit_preview_dist_preview_modules_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(74820),_home_circleci_bit_bit_node_modules_teambit_local_preview_modules_aa880bdba40b9af1d8fe895dca476e207182accb_mjs__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(92309);(0,_home_circleci_bvm_versions_1_9_32_bit_1_9_32_node_modules_teambit_preview_dist_preview_modules_js__WEBPACK_IMPORTED_MODULE_0__.uf)("compositions",{modulesMap:{default:_home_circleci_bit_bit_node_modules_teambit_local_preview_modules_aa880bdba40b9af1d8fe895dca476e207182accb_mjs__WEBPACK_IMPORTED_MODULE_1__.x},isSplitComponentBundle:!1,componentMap:{}})}},__webpack_require__=>{var __webpack_exec__=moduleId=>__webpack_require__(__webpack_require__.s=moduleId);__webpack_require__.O(0,[602,320,345,518],()=>__webpack_exec__(19665));var __webpack_exports__=__webpack_require__.O()}]);
|
@@ -1 +0,0 @@
|
|
1
|
-
(self.__loadChunks_EnvTemplate=self.__loadChunks_EnvTemplate||[]).push([[542],{26445:(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{"use strict";var _home_circleci_bvm_versions_1_9_32_bit_1_9_32_node_modules_teambit_preview_dist_preview_modules_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(74820),_home_circleci_bit_bit_node_modules_teambit_local_preview_modules_0557d705b67dd1e1bccbac0bd34835a41036cf72_mjs__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(52252);(0,_home_circleci_bvm_versions_1_9_32_bit_1_9_32_node_modules_teambit_preview_dist_preview_modules_js__WEBPACK_IMPORTED_MODULE_0__.uf)("overview",{modulesMap:{default:_home_circleci_bit_bit_node_modules_teambit_local_preview_modules_0557d705b67dd1e1bccbac0bd34835a41036cf72_mjs__WEBPACK_IMPORTED_MODULE_1__.x},isSplitComponentBundle:!1,componentMap:{}})},94891:()=>{},91044:()=>{},38954:()=>{},71220:()=>{},38854:()=>{}},__webpack_require__=>{var __webpack_exec__=moduleId=>__webpack_require__(__webpack_require__.s=moduleId);__webpack_require__.O(0,[252,320,345,518,602,866],()=>__webpack_exec__(26445));var __webpack_exports__=__webpack_require__.O()}]);
|