create-builderbot 1.1.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": "create-builderbot",
|
|
3
|
-
"version": "1.1.0",
|
|
3
|
+
"version": "1.1.2-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
],
|
|
17
17
|
"bin": "./bin/create.cjs",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@builderbot/cli": "^1.1.0"
|
|
19
|
+
"@builderbot/cli": "^1.1.2-alpha.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
27
27
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
28
28
|
"@rollup/plugin-terser": "^0.4.4",
|
|
29
|
-
"@types/node": "^20.
|
|
29
|
+
"@types/node": "^20.12.3",
|
|
30
30
|
"rimraf": "^5.0.5",
|
|
31
31
|
"rollup-plugin-typescript2": "^0.36.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "e54468ec0edddb3c8eb790afb5de667d352711b1"
|
|
34
34
|
}
|