@teambit/node 1.0.61 → 1.0.63
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.4fc740b7b8b01f64828f.js → 29.586cd596be4880657163.js} +5 -5
- package/artifacts/env-template/public/{524.eada0c4d3f30472864f1.js → 755.f0e3544d60d751fc3e95.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.c91d88386a23773a168c.js → compositions.9726f36d50c6cbfa669d.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.92acc58b98c0b15dc923.js → overview.47559183e1b71f6508ac.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.8f4d0771d2c0b1506fff.js → peers.782b0961809b06e16fdd.js} +1 -1
- package/artifacts/env-template/public/{preview-root.0c5c1f9f7ebeb1174f57.js → preview-root.d6b5769cf54da8ae747c.js} +1 -1
- package/artifacts/env-template/public/static/css/{29.677a8bad.css → 29.9e0d197b.css} +1 -1
- package/dist/node.application.d.ts +2 -2
- package/dist/node.application.js +5 -1
- package/dist/node.application.js.map +1 -1
- package/dist/{preview-1700623148304.js → preview-1700748208094.js} +2 -2
- package/package.json +19 -19
- /package/{compositions-1700623148304.js → compositions-1700748208094.js} +0 -0
- /package/{overview-1700623148304.js → overview-1700748208094.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.63",
|
|
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.63"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"typescript": "4.7.4",
|
|
@@ -18,24 +18,24 @@
|
|
|
18
18
|
"@teambit/component-id": "1.2.0",
|
|
19
19
|
"@teambit/node.generator.node-templates": "1.0.8",
|
|
20
20
|
"@teambit/design.ui.empty-box": "0.0.363",
|
|
21
|
-
"@teambit/application": "1.0.
|
|
22
|
-
"@teambit/logger": "0.0.
|
|
23
|
-
"@teambit/react": "1.0.
|
|
21
|
+
"@teambit/application": "1.0.63",
|
|
22
|
+
"@teambit/logger": "0.0.915",
|
|
23
|
+
"@teambit/react": "1.0.63",
|
|
24
24
|
"@teambit/toolbox.network.get-port": "1.0.4",
|
|
25
|
-
"@teambit/builder": "1.0.
|
|
26
|
-
"@teambit/dependency-resolver": "1.0.
|
|
27
|
-
"@teambit/envs": "1.0.
|
|
28
|
-
"@teambit/preview": "1.0.
|
|
29
|
-
"@teambit/schema": "1.0.
|
|
30
|
-
"@teambit/tester": "1.0.
|
|
31
|
-
"@teambit/typescript": "1.0.
|
|
32
|
-
"@teambit/cli": "0.0.
|
|
33
|
-
"@teambit/compiler": "1.0.
|
|
34
|
-
"@teambit/generator": "1.0.
|
|
35
|
-
"@teambit/pkg": "1.0.
|
|
36
|
-
"@teambit/worker": "0.0.
|
|
37
|
-
"@teambit/compositions": "1.0.
|
|
38
|
-
"@teambit/ui": "1.0.
|
|
25
|
+
"@teambit/builder": "1.0.63",
|
|
26
|
+
"@teambit/dependency-resolver": "1.0.63",
|
|
27
|
+
"@teambit/envs": "1.0.63",
|
|
28
|
+
"@teambit/preview": "1.0.63",
|
|
29
|
+
"@teambit/schema": "1.0.63",
|
|
30
|
+
"@teambit/tester": "1.0.63",
|
|
31
|
+
"@teambit/typescript": "1.0.63",
|
|
32
|
+
"@teambit/cli": "0.0.822",
|
|
33
|
+
"@teambit/compiler": "1.0.63",
|
|
34
|
+
"@teambit/generator": "1.0.64",
|
|
35
|
+
"@teambit/pkg": "1.0.63",
|
|
36
|
+
"@teambit/worker": "0.0.1126",
|
|
37
|
+
"@teambit/compositions": "1.0.63",
|
|
38
|
+
"@teambit/ui": "1.0.63"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/react": "^17.0.8",
|
|
File without changes
|
|
File without changes
|