@teambit/node 1.0.79 → 1.0.80
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.9db41cc9490d7f76880d.js → 29.ca14b18cffbae74b0d1a.js} +5 -5
- package/artifacts/env-template/public/{687.d7242011e021774635d6.js → 802.dc67e748b2ce605ca2f2.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.c36ed005cdf7600334e0.js → compositions.06fdb35f8ee1edbb1dd9.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.67ad44b86d6c9f717e15.js → overview.e18c88b1e3a9146b5c6f.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.6ff52723b8567b90593b.js → peers.7e9871b78e62cc9abf1f.js} +1 -1
- package/artifacts/env-template/public/{preview-root.f7bc31cc7994a71ae338.js → preview-root.28421d31e9f1cef08a30.js} +1 -1
- package/artifacts/env-template/public/static/css/{29.b9e73da3.css → 29.dd569806.css} +1 -1
- package/dist/node.templates.js +11 -7
- package/dist/node.templates.js.map +1 -1
- package/dist/{preview-1701746180407.js → preview-1701774583988.js} +2 -2
- package/package.json +17 -17
- /package/{compositions-1701746180407.js → compositions-1701774583988.js} +0 -0
- /package/{overview-1701746180407.js → overview-1701774583988.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.80",
|
|
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.80"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"typescript": "4.7.4",
|
|
@@ -16,26 +16,26 @@
|
|
|
16
16
|
"@babel/runtime": "7.20.0",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
18
|
"@teambit/component-id": "1.2.0",
|
|
19
|
-
"@
|
|
19
|
+
"@bitdev/node.generators.node-templates": "0.0.1",
|
|
20
20
|
"@teambit/design.ui.empty-box": "0.0.363",
|
|
21
|
-
"@teambit/application": "1.0.
|
|
21
|
+
"@teambit/application": "1.0.80",
|
|
22
22
|
"@teambit/logger": "0.0.920",
|
|
23
|
-
"@teambit/react": "1.0.
|
|
23
|
+
"@teambit/react": "1.0.80",
|
|
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.
|
|
25
|
+
"@teambit/builder": "1.0.80",
|
|
26
|
+
"@teambit/dependency-resolver": "1.0.80",
|
|
27
|
+
"@teambit/envs": "1.0.80",
|
|
28
|
+
"@teambit/preview": "1.0.80",
|
|
29
|
+
"@teambit/schema": "1.0.80",
|
|
30
|
+
"@teambit/tester": "1.0.80",
|
|
31
|
+
"@teambit/typescript": "1.0.80",
|
|
32
32
|
"@teambit/cli": "0.0.827",
|
|
33
|
-
"@teambit/compiler": "1.0.
|
|
34
|
-
"@teambit/generator": "1.0.
|
|
35
|
-
"@teambit/pkg": "1.0.
|
|
33
|
+
"@teambit/compiler": "1.0.80",
|
|
34
|
+
"@teambit/generator": "1.0.81",
|
|
35
|
+
"@teambit/pkg": "1.0.80",
|
|
36
36
|
"@teambit/worker": "0.0.1131",
|
|
37
|
-
"@teambit/compositions": "1.0.
|
|
38
|
-
"@teambit/ui": "1.0.
|
|
37
|
+
"@teambit/compositions": "1.0.80",
|
|
38
|
+
"@teambit/ui": "1.0.80"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/react": "^17.0.8",
|
|
File without changes
|
|
File without changes
|