@teambit/node 1.0.1034 → 1.0.1035
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/{252.c0420834d2cc850362ad.js → 624.62d6e67851937ace736e.js} +14 -14
- package/artifacts/env-template/public/{546.534eacbf2f5c0e597a2e.js → 843.3eee796a173adec74ca9.js} +2 -2
- package/artifacts/env-template/public/{0.b0010e0449d723a593e0.js → 922.a5231404ac714f8a6377.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +16 -16
- package/artifacts/env-template/public/{compositions.b7d12dfe37e4bee1d85a.js → compositions.4fa6736281196e3bf6e6.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.2ad5db9c3f006cf77202.js → overview.6f1f32083ab645f7005e.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.e32685c4dfe7af36a5b8.js → preview-root.e5c16410ab16683c74e4.js} +1 -1
- package/{compositions-1782326787671.js → compositions-1782332012621.js} +2 -2
- package/dist/{preview-1782326787671.js → preview-1782332012621.js} +2 -2
- package/{overview-1782326787671.js → overview-1782332012621.js} +2 -2
- package/package.json +20 -20
- /package/artifacts/env-template/public/{peers.9d5a610ffa97988ddb79.js → peers.b02499722f1ca8ee69dc.js} +0 -0
- /package/artifacts/env-template/public/static/css/{252.f6350688.css → 624.f6350688.css} +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.1035",
|
|
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.1035"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"typescript": "5.9.2",
|
|
@@ -24,30 +24,30 @@
|
|
|
24
24
|
"@typescript-eslint/parser": "7.1.0",
|
|
25
25
|
"core-js": "^3.0.0",
|
|
26
26
|
"@babel/runtime": "7.20.0",
|
|
27
|
-
"@teambit/logger": "0.0.1435",
|
|
28
27
|
"@teambit/toolbox.network.get-port": "1.0.21",
|
|
29
|
-
"@teambit/harmony": "0.4.
|
|
28
|
+
"@teambit/harmony": "0.4.11",
|
|
30
29
|
"@teambit/toolbox.path.path": "0.0.17",
|
|
31
|
-
"@teambit/cli": "0.0.1342",
|
|
32
30
|
"@teambit/component-id": "1.2.4",
|
|
33
|
-
"@teambit/worker": "0.0.1646",
|
|
34
31
|
"@bitdev/node.generators.node-starters": "1.0.0",
|
|
35
32
|
"@bitdev/node.generators.node-templates": "6.0.1",
|
|
36
33
|
"@teambit/design.ui.empty-box": "0.0.364",
|
|
37
|
-
"@teambit/application": "1.0.
|
|
38
|
-
"@teambit/
|
|
39
|
-
"@teambit/
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/
|
|
47
|
-
"@teambit/
|
|
48
|
-
"@teambit/
|
|
49
|
-
"@teambit/
|
|
50
|
-
"@teambit/
|
|
34
|
+
"@teambit/application": "1.0.1035",
|
|
35
|
+
"@teambit/logger": "0.0.1436",
|
|
36
|
+
"@teambit/react": "1.0.1035",
|
|
37
|
+
"@teambit/builder": "1.0.1035",
|
|
38
|
+
"@teambit/dependency-resolver": "1.0.1035",
|
|
39
|
+
"@teambit/envs": "1.0.1035",
|
|
40
|
+
"@teambit/preview": "1.0.1035",
|
|
41
|
+
"@teambit/schema": "1.0.1035",
|
|
42
|
+
"@teambit/tester": "1.0.1035",
|
|
43
|
+
"@teambit/typescript": "1.0.1035",
|
|
44
|
+
"@teambit/cli": "0.0.1343",
|
|
45
|
+
"@teambit/compiler": "1.0.1035",
|
|
46
|
+
"@teambit/generator": "1.0.1036",
|
|
47
|
+
"@teambit/pkg": "1.0.1035",
|
|
48
|
+
"@teambit/worker": "0.0.1647",
|
|
49
|
+
"@teambit/compositions": "1.0.1035",
|
|
50
|
+
"@teambit/ui": "1.0.1035"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.0.0",
|
|
File without changes
|
|
File without changes
|