@teambit/node 1.0.1007 → 1.0.1009
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.3669dedd6628a68e9a63.js → 252.1f67635b160d3418ebf5.js} +2 -2
- package/artifacts/env-template/public/{947.e27a9b7fe96a64000661.js → 261.3396d50d2c085b05845d.js} +1 -1
- package/artifacts/env-template/public/{454.16b97ec63276f3ee67b6.js → 540.c1e03d5078d2445a9fa2.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.cb44ed0ada773787c67d.js → compositions.f82b5f935649f5dca3ab.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.1d958412eb6ff383d521.js → overview.14201813f897aef9ee8d.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.0c3ca47cd6e3b69493bf.js → preview-root.f1f9e40f48bfb79e930d.js} +1 -1
- package/{compositions-1780688044107.js → compositions-1780946951932.js} +1 -1
- package/dist/{preview-1780688044107.js → preview-1780946951932.js} +2 -2
- package/{overview-1780688044107.js → overview-1780946951932.js} +1 -1
- package/package.json +19 -19
- /package/artifacts/env-template/public/{peers.5dd7b3091cc0908eebaa.js → peers.457c76209bc28d47007d.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.1009",
|
|
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.1009"
|
|
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.1426",
|
|
27
28
|
"@teambit/toolbox.network.get-port": "1.0.21",
|
|
28
29
|
"@teambit/harmony": "0.4.7",
|
|
29
30
|
"@teambit/toolbox.path.path": "0.0.17",
|
|
31
|
+
"@teambit/cli": "0.0.1333",
|
|
30
32
|
"@teambit/component-id": "1.2.4",
|
|
33
|
+
"@teambit/worker": "0.0.1637",
|
|
31
34
|
"@bitdev/node.generators.node-starters": "1.0.0",
|
|
32
35
|
"@bitdev/node.generators.node-templates": "6.0.1",
|
|
33
36
|
"@teambit/design.ui.empty-box": "0.0.364",
|
|
34
|
-
"@teambit/application": "1.0.
|
|
35
|
-
"@teambit/
|
|
36
|
-
"@teambit/
|
|
37
|
-
"@teambit/
|
|
38
|
-
"@teambit/
|
|
39
|
-
"@teambit/
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/
|
|
47
|
-
"@teambit/
|
|
48
|
-
"@teambit/worker": "0.0.1637",
|
|
49
|
-
"@teambit/compositions": "1.0.1007",
|
|
50
|
-
"@teambit/ui": "1.0.1007"
|
|
37
|
+
"@teambit/application": "1.0.1009",
|
|
38
|
+
"@teambit/react": "1.0.1009",
|
|
39
|
+
"@teambit/builder": "1.0.1009",
|
|
40
|
+
"@teambit/dependency-resolver": "1.0.1009",
|
|
41
|
+
"@teambit/envs": "1.0.1009",
|
|
42
|
+
"@teambit/preview": "1.0.1009",
|
|
43
|
+
"@teambit/schema": "1.0.1009",
|
|
44
|
+
"@teambit/tester": "1.0.1009",
|
|
45
|
+
"@teambit/typescript": "1.0.1009",
|
|
46
|
+
"@teambit/compiler": "1.0.1009",
|
|
47
|
+
"@teambit/generator": "1.0.1010",
|
|
48
|
+
"@teambit/pkg": "1.0.1009",
|
|
49
|
+
"@teambit/compositions": "1.0.1009",
|
|
50
|
+
"@teambit/ui": "1.0.1009"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.0.0",
|
|
File without changes
|