@teambit/node 1.0.1011 → 1.0.1012
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.1f67635b160d3418ebf5.js → 252.40824358c38e203c1034.js} +3 -3
- package/artifacts/env-template/public/{261.3396d50d2c085b05845d.js → 6.618470cfbbbc96a2f9fa.js} +1 -1
- package/artifacts/env-template/public/{540.c1e03d5078d2445a9fa2.js → 652.e3c2d95c2ae8e4c7df50.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.d191aee8bbd17661452c.js → compositions.caba37000739ca3f2326.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.df76ec3d27f0f8d481a6.js → overview.1de363852fe6419d22e2.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.f1f9e40f48bfb79e930d.js → preview-root.d446077aa5d8e68424fd.js} +1 -1
- package/{compositions-1781017515807.js → compositions-1781036704517.js} +1 -1
- package/dist/{preview-1781017515807.js → preview-1781036704517.js} +2 -2
- package/{overview-1781017515807.js → overview-1781036704517.js} +1 -1
- package/package.json +19 -19
- /package/artifacts/env-template/public/{peers.fa641edff93f062c0193.js → peers.9f90297889ae83fb4537.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.1012",
|
|
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.1012"
|
|
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.1427",
|
|
28
27
|
"@teambit/toolbox.network.get-port": "1.0.21",
|
|
29
28
|
"@teambit/harmony": "0.4.7",
|
|
30
29
|
"@teambit/toolbox.path.path": "0.0.17",
|
|
31
|
-
"@teambit/cli": "0.0.1334",
|
|
32
30
|
"@teambit/component-id": "1.2.4",
|
|
33
|
-
"@teambit/worker": "0.0.1638",
|
|
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.1012",
|
|
35
|
+
"@teambit/logger": "0.0.1428",
|
|
36
|
+
"@teambit/react": "1.0.1012",
|
|
37
|
+
"@teambit/builder": "1.0.1012",
|
|
38
|
+
"@teambit/dependency-resolver": "1.0.1012",
|
|
39
|
+
"@teambit/envs": "1.0.1012",
|
|
40
|
+
"@teambit/preview": "1.0.1012",
|
|
41
|
+
"@teambit/schema": "1.0.1012",
|
|
42
|
+
"@teambit/tester": "1.0.1012",
|
|
43
|
+
"@teambit/typescript": "1.0.1012",
|
|
44
|
+
"@teambit/cli": "0.0.1335",
|
|
45
|
+
"@teambit/compiler": "1.0.1012",
|
|
46
|
+
"@teambit/generator": "1.0.1013",
|
|
47
|
+
"@teambit/pkg": "1.0.1012",
|
|
48
|
+
"@teambit/worker": "0.0.1639",
|
|
49
|
+
"@teambit/compositions": "1.0.1012",
|
|
50
|
+
"@teambit/ui": "1.0.1012"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.0.0",
|
|
File without changes
|