@teambit/node 1.0.62 → 1.0.64
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/{886.0b32da975e03e22af980.js → 232.7824fc56f36270b01906.js} +2 -2
- package/artifacts/env-template/public/{29.586cd596be4880657163.js → 29.980a277d3200e5d68db9.js} +6 -6
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.f8d681996bee6066c2f9.js → compositions.680db88109e67ca5bb2d.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.03afa04f0262edab432b.js → overview.66a41e43d155af62293d.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.3fcb112eb034642261d5.js → peers.cae9e3db9acc7b47ae31.js} +1 -1
- package/artifacts/env-template/public/{preview-root.d2db1bde946094134283.js → preview-root.476f2b9ad3813d46b17e.js} +1 -1
- package/artifacts/env-template/public/static/css/{29.9e0d197b.css → 29.dd569806.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-1700709510910.js → preview-1700991709206.js} +2 -2
- package/package.json +16 -16
- /package/{compositions-1700709510910.js → compositions-1700991709206.js} +0 -0
- /package/{overview-1700709510910.js → overview-1700991709206.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.64",
|
|
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.64"
|
|
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.
|
|
21
|
+
"@teambit/application": "1.0.64",
|
|
22
22
|
"@teambit/logger": "0.0.915",
|
|
23
|
-
"@teambit/react": "1.0.
|
|
23
|
+
"@teambit/react": "1.0.64",
|
|
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.64",
|
|
26
|
+
"@teambit/dependency-resolver": "1.0.64",
|
|
27
|
+
"@teambit/envs": "1.0.64",
|
|
28
|
+
"@teambit/preview": "1.0.64",
|
|
29
|
+
"@teambit/schema": "1.0.64",
|
|
30
|
+
"@teambit/tester": "1.0.64",
|
|
31
|
+
"@teambit/typescript": "1.0.64",
|
|
32
32
|
"@teambit/cli": "0.0.822",
|
|
33
|
-
"@teambit/compiler": "1.0.
|
|
34
|
-
"@teambit/generator": "1.0.
|
|
35
|
-
"@teambit/pkg": "1.0.
|
|
33
|
+
"@teambit/compiler": "1.0.64",
|
|
34
|
+
"@teambit/generator": "1.0.65",
|
|
35
|
+
"@teambit/pkg": "1.0.64",
|
|
36
36
|
"@teambit/worker": "0.0.1126",
|
|
37
|
-
"@teambit/compositions": "1.0.
|
|
38
|
-
"@teambit/ui": "1.0.
|
|
37
|
+
"@teambit/compositions": "1.0.64",
|
|
38
|
+
"@teambit/ui": "1.0.64"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/react": "^17.0.8",
|
|
File without changes
|
|
File without changes
|