@teambit/node 1.0.330 → 1.0.331

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.
@@ -1,5 +1,5 @@
1
1
 
2
- import { linkModules } from '/home/circleci/.bvm/versions/1.7.40/bit-1.7.40/node_modules/@teambit/preview/dist/preview.preview.runtime.js';
2
+ import { linkModules } from '/home/circleci/.bvm/versions/1.7.41/bit-1.7.41/node_modules/@teambit/preview/dist/preview.preview.runtime.js';
3
3
 
4
4
  import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-aa880bdba40b9af1d8fe895dca476e207182accb.mjs";
5
5
 
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_node@1.0.330/dist/node.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_node@1.0.330/dist/node.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_node@1.0.331/dist/node.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_node@1.0.331/dist/node.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -1,5 +1,5 @@
1
1
 
2
- import { linkModules } from '/home/circleci/.bvm/versions/1.7.40/bit-1.7.40/node_modules/@teambit/preview/dist/preview.preview.runtime.js';
2
+ import { linkModules } from '/home/circleci/.bvm/versions/1.7.41/bit-1.7.41/node_modules/@teambit/preview/dist/preview.preview.runtime.js';
3
3
 
4
4
  import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-0557d705b67dd1e1bccbac0bd34835a41036cf72.mjs";
5
5
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/node",
3
- "version": "1.0.330",
3
+ "version": "1.0.331",
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.330"
9
+ "version": "1.0.331"
10
10
  },
11
11
  "dependencies": {
12
12
  "typescript": "5.3.3",
@@ -27,24 +27,24 @@
27
27
  "@teambit/component-id": "1.2.0",
28
28
  "@bitdev/node.generators.node-templates": "2.0.5",
29
29
  "@teambit/design.ui.empty-box": "0.0.363",
30
- "@teambit/application": "1.0.330",
31
- "@teambit/logger": "0.0.1000",
32
- "@teambit/react": "1.0.330",
30
+ "@teambit/application": "1.0.331",
31
+ "@teambit/logger": "0.0.1001",
32
+ "@teambit/react": "1.0.331",
33
33
  "@teambit/toolbox.network.get-port": "1.0.6",
34
- "@teambit/builder": "1.0.330",
35
- "@teambit/dependency-resolver": "1.0.330",
36
- "@teambit/envs": "1.0.330",
37
- "@teambit/preview": "1.0.330",
38
- "@teambit/schema": "1.0.330",
39
- "@teambit/tester": "1.0.330",
40
- "@teambit/typescript": "1.0.330",
41
- "@teambit/cli": "0.0.907",
42
- "@teambit/compiler": "1.0.330",
43
- "@teambit/generator": "1.0.331",
44
- "@teambit/pkg": "1.0.330",
45
- "@teambit/worker": "0.0.1211",
46
- "@teambit/compositions": "1.0.330",
47
- "@teambit/ui": "1.0.330"
34
+ "@teambit/builder": "1.0.331",
35
+ "@teambit/dependency-resolver": "1.0.331",
36
+ "@teambit/envs": "1.0.331",
37
+ "@teambit/preview": "1.0.331",
38
+ "@teambit/schema": "1.0.331",
39
+ "@teambit/tester": "1.0.331",
40
+ "@teambit/typescript": "1.0.331",
41
+ "@teambit/cli": "0.0.908",
42
+ "@teambit/compiler": "1.0.331",
43
+ "@teambit/generator": "1.0.332",
44
+ "@teambit/pkg": "1.0.331",
45
+ "@teambit/worker": "0.0.1212",
46
+ "@teambit/compositions": "1.0.331",
47
+ "@teambit/ui": "1.0.331"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/react": "^17.0.8",
package/tsconfig.json DELETED
@@ -1,49 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": [
4
- "ES2022",
5
- "DOM",
6
- "DOM.Iterable",
7
- "ScriptHost"
8
- ],
9
- "target": "es2015",
10
- "module": "CommonJS",
11
- "jsx": "react",
12
- "allowJs": true,
13
- "composite": true,
14
- "declaration": true,
15
- "sourceMap": true,
16
- "skipLibCheck": true,
17
- "experimentalDecorators": true,
18
- "outDir": "dist",
19
- "moduleResolution": "node",
20
- "esModuleInterop": true,
21
- "rootDir": ".",
22
- "resolveJsonModule": true,
23
- "emitDeclarationOnly": true,
24
- "emitDecoratorMetadata": true,
25
- "allowSyntheticDefaultImports": true,
26
- "strictPropertyInitialization": false,
27
- "strict": true,
28
- "noImplicitAny": false,
29
- "preserveConstEnums": true
30
- },
31
- "exclude": [
32
- "artifacts",
33
- "public",
34
- "dist",
35
- "esm.mjs",
36
- "node_modules",
37
- "package.json",
38
- "**/*.cjs"
39
- ],
40
- "include": [
41
- "**/*",
42
- "**/*.json"
43
- ],
44
- "references": [
45
- {
46
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.330"
47
- }
48
- ]
49
- }