@teambit/node 1.0.33 → 1.0.35
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/{29.c5b0b1011886a82002b5.js → 29.015cc28ed3d5259618da.js} +6 -6
- package/artifacts/env-template/public/{273.7d5d9a5ded4d8e239f34.js → 802.b3e75361de6d633e5820.js} +5 -4
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.746b3dcc5f8f8ab12fec.js → compositions.a57227fa171a20680fe4.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.44c27461f57c7c37b3ee.js → overview.abc8c68b262ae82113db.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.1218e780d62a7f0a696a.js → peers.33468fdcfffd7f3f8928.js} +1 -1
- package/artifacts/env-template/public/{preview-root.5ddd6c8a8ddcedd8c31c.js → preview-root.a3897c8df9c6b21ac8e4.js} +1 -1
- package/artifacts/env-template/public/static/css/{29.a178b2ff.css → 29.e1ba8ff0.css} +1 -1
- package/dist/node-app-options.d.ts +15 -3
- package/dist/node-app-options.js.map +1 -1
- package/dist/node.application.js +12 -3
- package/dist/node.application.js.map +1 -1
- package/dist/{preview-1698117744583.js → preview-1698433238570.js} +2 -2
- package/package.json +18 -18
- /package/{compositions-1698117744583.js → compositions-1698433238570.js} +0 -0
- /package/{overview-1698117744583.js → overview-1698433238570.js} +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.35",
|
|
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.35"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"typescript": "4.7.4",
|
|
@@ -16,23 +16,23 @@
|
|
|
16
16
|
"@babel/runtime": "7.20.0",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
18
|
"@teambit/design.ui.empty-box": "0.0.363",
|
|
19
|
-
"@teambit/application": "1.0.
|
|
20
|
-
"@teambit/logger": "0.0.
|
|
21
|
-
"@teambit/react": "1.0.
|
|
19
|
+
"@teambit/application": "1.0.35",
|
|
20
|
+
"@teambit/logger": "0.0.898",
|
|
21
|
+
"@teambit/react": "1.0.35",
|
|
22
22
|
"@teambit/toolbox.network.get-port": "1.0.2",
|
|
23
|
-
"@teambit/builder": "1.0.
|
|
24
|
-
"@teambit/dependency-resolver": "1.0.
|
|
25
|
-
"@teambit/envs": "1.0.
|
|
26
|
-
"@teambit/preview": "1.0.
|
|
27
|
-
"@teambit/schema": "1.0.
|
|
28
|
-
"@teambit/tester": "1.0.
|
|
29
|
-
"@teambit/typescript": "1.0.
|
|
30
|
-
"@teambit/cli": "0.0.
|
|
31
|
-
"@teambit/compiler": "1.0.
|
|
32
|
-
"@teambit/generator": "1.0.
|
|
33
|
-
"@teambit/pkg": "1.0.
|
|
34
|
-
"@teambit/compositions": "1.0.
|
|
35
|
-
"@teambit/ui": "1.0.
|
|
23
|
+
"@teambit/builder": "1.0.35",
|
|
24
|
+
"@teambit/dependency-resolver": "1.0.35",
|
|
25
|
+
"@teambit/envs": "1.0.35",
|
|
26
|
+
"@teambit/preview": "1.0.35",
|
|
27
|
+
"@teambit/schema": "1.0.35",
|
|
28
|
+
"@teambit/tester": "1.0.35",
|
|
29
|
+
"@teambit/typescript": "1.0.35",
|
|
30
|
+
"@teambit/cli": "0.0.805",
|
|
31
|
+
"@teambit/compiler": "1.0.35",
|
|
32
|
+
"@teambit/generator": "1.0.36",
|
|
33
|
+
"@teambit/pkg": "1.0.35",
|
|
34
|
+
"@teambit/compositions": "1.0.35",
|
|
35
|
+
"@teambit/ui": "1.0.35"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/react": "^17.0.8",
|
|
File without changes
|
|
File without changes
|