@builderbot/cli 1.0.33-alpha.0 → 1.1.2-alpha.0
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/dist/starters/apps/base-ts-baileys-json/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-baileys-memory/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-baileys-mongo/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-baileys-mysql/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-baileys-postgres/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-meta-json/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-meta-memory/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-meta-mongo/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-meta-mysql/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-meta-postgres/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-twilio-json/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-twilio-memory/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-twilio-mongo/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-twilio-mysql/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-twilio-postgres/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-venom-json/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-venom-memory/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-venom-mongo/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-venom-mysql/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-venom-postgres/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-wppconnect-json/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-wppconnect-memory/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-wppconnect-mongo/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-wppconnect-mysql/rollup.config.js +13 -13
- package/dist/starters/apps/base-ts-wppconnect-postgres/rollup.config.js +13 -13
- package/package.json +4 -4
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
input: 'src/app.ts',
|
|
5
|
-
output: {
|
|
6
|
-
file: 'dist/app.js',
|
|
7
|
-
format: 'esm',
|
|
8
|
-
},
|
|
9
|
-
onwarn: (warning) => {
|
|
10
|
-
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
-
},
|
|
12
|
-
plugins: [typescript()],
|
|
13
|
-
}
|
|
1
|
+
import typescript from 'rollup-plugin-typescript2'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
input: 'src/app.ts',
|
|
5
|
+
output: {
|
|
6
|
+
file: 'dist/app.js',
|
|
7
|
+
format: 'esm',
|
|
8
|
+
},
|
|
9
|
+
onwarn: (warning) => {
|
|
10
|
+
if (warning.code === 'UNRESOLVED_IMPORT') return
|
|
11
|
+
},
|
|
12
|
+
plugins: [typescript()],
|
|
13
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.2-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"@rollup/plugin-terser": "^0.4.4",
|
|
18
18
|
"@types/cross-spawn": "^6.0.6",
|
|
19
19
|
"@types/fs-extra": "^11.0.4",
|
|
20
|
-
"@types/node": "^20.
|
|
20
|
+
"@types/node": "^20.12.3",
|
|
21
21
|
"@types/prompts": "^2.4.9",
|
|
22
22
|
"@types/proxyquire": "^1.3.31",
|
|
23
23
|
"@types/sinon": "^17.0.3",
|
|
24
24
|
"cross-spawn": "^7.0.3",
|
|
25
|
-
"fs-extra": "^11.
|
|
25
|
+
"fs-extra": "^11.2.0",
|
|
26
26
|
"picocolors": "^1.0.0",
|
|
27
27
|
"prompts": "^2.4.2",
|
|
28
28
|
"proxyquire": "^2.1.3",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"type": "git",
|
|
42
42
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "e54468ec0edddb3c8eb790afb5de667d352711b1"
|
|
45
45
|
}
|