diff --git a/package.json b/package.json index b5f3432..71edebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-webln-fallback-packages", - "version": "0.1.1", + "version": "0.1.4", "main": "index.js", "author": "Will O'Beirne ", "license": "MIT", diff --git a/packages/react-webln-fallback-antd/package.json b/packages/react-webln-fallback-antd/package.json index 833c9df..68717d2 100644 --- a/packages/react-webln-fallback-antd/package.json +++ b/packages/react-webln-fallback-antd/package.json @@ -1,6 +1,6 @@ { "name": "react-webln-fallback-antd", - "version": "0.1.1", + "version": "0.1.4", "main": "cjs/index.js", "module": "esm/index.js", "unpkg": "umd/react-webln-fallback.min.js", @@ -18,7 +18,7 @@ }, "dependencies": { "qrcode.react": "0.9.3", - "react-webln-fallback-core": "0.1.1", + "react-webln-fallback-core": "0.1.3", "ts-loader": "5.3.3", "webpack": "4.30.0", "webpack-cli": "3.3.0" diff --git a/packages/react-webln-fallback-antd/webpack.config.js b/packages/react-webln-fallback-antd/webpack.config.js index 1d2f8ca..c3a4613 100644 --- a/packages/react-webln-fallback-antd/webpack.config.js +++ b/packages/react-webln-fallback-antd/webpack.config.js @@ -16,7 +16,14 @@ module.exports = { module: { rules: [{ test: /\.tsx?$/, - use: 'ts-loader', + use: [{ + loader: 'ts-loader', + options: { + compilerOptions: { + declaration: false, + }, + }, + }], }], }, resolve: { diff --git a/packages/react-webln-fallback-antd/yarn.lock b/packages/react-webln-fallback-antd/yarn.lock index f2ee4f3..a4cd66a 100644 --- a/packages/react-webln-fallback-antd/yarn.lock +++ b/packages/react-webln-fallback-antd/yarn.lock @@ -3122,10 +3122,10 @@ react-slick@~0.23.2: prettier "^1.14.3" resize-observer-polyfill "^1.5.0" -react-webln-fallback-core@0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.1.tgz#ca8040afa0e0e61289127e5698562e527de10073" - integrity sha512-hfc9IctwX4w97LjdpxXbmlGlbFktECzUqcWwIAXhhncW8nNEKF9sXhdUcWfPmJc3FvXOpEqApTCFc/qDe1ndhw== +react-webln-fallback-core@0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.3.tgz#47ba46fa2b7f3deb7932147371e526f1e9151604" + integrity sha512-apSswT4i4sVheNqYGmYg9N00bU5X8aUAX9ltwiU786Kz4eyEvzPFjCNtNcAcbbu5HMVHvSgOUCEGnLUFBwf0sQ== dependencies: i18next "15.0.9" i18next-browser-languagedetector "3.0.1" diff --git a/packages/react-webln-fallback-bootstrap/package.json b/packages/react-webln-fallback-bootstrap/package.json index aeab66a..0f79730 100644 --- a/packages/react-webln-fallback-bootstrap/package.json +++ b/packages/react-webln-fallback-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "react-webln-fallback-bootstrap", - "version": "0.1.1", + "version": "0.1.4", "main": "cjs/index.js", "module": "esm/index.js", "unpkg": "umd/react-webln-fallback.min.js", @@ -13,12 +13,13 @@ ], "scripts": { "dev": "rollup -c -w", - "build": "rollup -c && NODE_ENV=development webpack && NODE_ENV=production webpack" + "build": "rollup -c && NODE_ENV=development webpack && NODE_ENV=production webpack", + "prepublishOnly": "yarn build" }, "dependencies": { "@types/i18next": "12.1.0", "qrcode.react": "0.9.3", - "react-webln-fallback-core": "0.1.1", + "react-webln-fallback-core": "0.1.3", "ts-loader": "5.3.3", "webpack": "4.30.0", "webpack-cli": "3.3.0" diff --git a/packages/react-webln-fallback-bootstrap/webpack.config.js b/packages/react-webln-fallback-bootstrap/webpack.config.js index 1d2f8ca..c3a4613 100644 --- a/packages/react-webln-fallback-bootstrap/webpack.config.js +++ b/packages/react-webln-fallback-bootstrap/webpack.config.js @@ -16,7 +16,14 @@ module.exports = { module: { rules: [{ test: /\.tsx?$/, - use: 'ts-loader', + use: [{ + loader: 'ts-loader', + options: { + compilerOptions: { + declaration: false, + }, + }, + }], }], }, resolve: { diff --git a/packages/react-webln-fallback-bootstrap/yarn.lock b/packages/react-webln-fallback-bootstrap/yarn.lock index c153271..4705a68 100644 --- a/packages/react-webln-fallback-bootstrap/yarn.lock +++ b/packages/react-webln-fallback-bootstrap/yarn.lock @@ -2541,10 +2541,10 @@ react-transition-group@^2.6.0: prop-types "^15.6.2" react-lifecycles-compat "^3.0.4" -react-webln-fallback-core@0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.1.tgz#ca8040afa0e0e61289127e5698562e527de10073" - integrity sha512-hfc9IctwX4w97LjdpxXbmlGlbFktECzUqcWwIAXhhncW8nNEKF9sXhdUcWfPmJc3FvXOpEqApTCFc/qDe1ndhw== +react-webln-fallback-core@0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.3.tgz#47ba46fa2b7f3deb7932147371e526f1e9151604" + integrity sha512-apSswT4i4sVheNqYGmYg9N00bU5X8aUAX9ltwiU786Kz4eyEvzPFjCNtNcAcbbu5HMVHvSgOUCEGnLUFBwf0sQ== dependencies: i18next "15.0.9" i18next-browser-languagedetector "3.0.1" diff --git a/packages/react-webln-fallback-core/package.json b/packages/react-webln-fallback-core/package.json index e95fa8f..0daa909 100644 --- a/packages/react-webln-fallback-core/package.json +++ b/packages/react-webln-fallback-core/package.json @@ -1,6 +1,6 @@ { "name": "react-webln-fallback-core", - "version": "0.1.1", + "version": "0.1.3", "main": "cjs/index.js", "module": "esm/index.js", "unpkg": "umd/index.min.js", @@ -13,7 +13,8 @@ ], "scripts": { "dev": "rollup -c -w", - "build": "rollup -c" + "build": "rollup -c", + "prepublishOnly": "yarn build" }, "dependencies": { "i18next": "15.0.9", diff --git a/packages/react-webln-fallback-material-ui/package.json b/packages/react-webln-fallback-material-ui/package.json index 8ece41b..ca8eb84 100644 --- a/packages/react-webln-fallback-material-ui/package.json +++ b/packages/react-webln-fallback-material-ui/package.json @@ -1,6 +1,6 @@ { "name": "react-webln-fallback-material-ui", - "version": "0.1.1", + "version": "0.1.4", "main": "cjs/index.js", "module": "esm/index.js", "unpkg": "umd/react-webln-fallback.min.js", @@ -13,11 +13,12 @@ ], "scripts": { "dev": "rollup -c -w", - "build": "rollup -c && NODE_ENV=development webpack && NODE_ENV=production webpack" + "build": "rollup -c && NODE_ENV=development webpack && NODE_ENV=production webpack", + "prepublishOnly": "yarn build" }, "dependencies": { "qrcode.react": "0.9.3", - "react-webln-fallback-core": "0.1.1", + "react-webln-fallback-core": "0.1.3", "ts-loader": "5.3.3", "webpack": "4.30.0", "webpack-cli": "3.3.0" diff --git a/packages/react-webln-fallback-material-ui/webpack.config.js b/packages/react-webln-fallback-material-ui/webpack.config.js index 1d2f8ca..c3a4613 100644 --- a/packages/react-webln-fallback-material-ui/webpack.config.js +++ b/packages/react-webln-fallback-material-ui/webpack.config.js @@ -16,7 +16,14 @@ module.exports = { module: { rules: [{ test: /\.tsx?$/, - use: 'ts-loader', + use: [{ + loader: 'ts-loader', + options: { + compilerOptions: { + declaration: false, + }, + }, + }], }], }, resolve: { diff --git a/packages/react-webln-fallback-material-ui/yarn.lock b/packages/react-webln-fallback-material-ui/yarn.lock index 7c1f473..c7387db 100644 --- a/packages/react-webln-fallback-material-ui/yarn.lock +++ b/packages/react-webln-fallback-material-ui/yarn.lock @@ -2593,10 +2593,10 @@ react-transition-group@^2.2.1: prop-types "^15.6.2" react-lifecycles-compat "^3.0.4" -react-webln-fallback-core@0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.1.tgz#ca8040afa0e0e61289127e5698562e527de10073" - integrity sha512-hfc9IctwX4w97LjdpxXbmlGlbFktECzUqcWwIAXhhncW8nNEKF9sXhdUcWfPmJc3FvXOpEqApTCFc/qDe1ndhw== +react-webln-fallback-core@0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.3.tgz#47ba46fa2b7f3deb7932147371e526f1e9151604" + integrity sha512-apSswT4i4sVheNqYGmYg9N00bU5X8aUAX9ltwiU786Kz4eyEvzPFjCNtNcAcbbu5HMVHvSgOUCEGnLUFBwf0sQ== dependencies: i18next "15.0.9" i18next-browser-languagedetector "3.0.1" diff --git a/packages/react-webln-fallback-reactstrap/package.json b/packages/react-webln-fallback-reactstrap/package.json index bc23dd2..08e9b1e 100644 --- a/packages/react-webln-fallback-reactstrap/package.json +++ b/packages/react-webln-fallback-reactstrap/package.json @@ -1,6 +1,6 @@ { "name": "react-webln-fallback-reactstrap", - "version": "0.1.1", + "version": "0.1.4", "main": "cjs/index.js", "module": "esm/index.js", "unpkg": "umd/react-webln-fallback.min.js", @@ -13,12 +13,13 @@ ], "scripts": { "dev": "rollup -c -w", - "build": "rollup -c && NODE_ENV=development webpack && NODE_ENV=production webpack" + "build": "rollup -c && NODE_ENV=development webpack && NODE_ENV=production webpack", + "prepublishOnly": "yarn build" }, "dependencies": { "@types/i18next": "12.1.0", "qrcode.react": "0.9.3", - "react-webln-fallback-core": "0.1.1", + "react-webln-fallback-core": "0.1.3", "ts-loader": "5.3.3", "webpack": "4.30.0", "webpack-cli": "3.3.0" diff --git a/packages/react-webln-fallback-reactstrap/webpack.config.js b/packages/react-webln-fallback-reactstrap/webpack.config.js index 1d2f8ca..c3a4613 100644 --- a/packages/react-webln-fallback-reactstrap/webpack.config.js +++ b/packages/react-webln-fallback-reactstrap/webpack.config.js @@ -16,7 +16,14 @@ module.exports = { module: { rules: [{ test: /\.tsx?$/, - use: 'ts-loader', + use: [{ + loader: 'ts-loader', + options: { + compilerOptions: { + declaration: false, + }, + }, + }], }], }, resolve: { diff --git a/packages/react-webln-fallback-reactstrap/yarn.lock b/packages/react-webln-fallback-reactstrap/yarn.lock index 29334ce..f373f40 100644 --- a/packages/react-webln-fallback-reactstrap/yarn.lock +++ b/packages/react-webln-fallback-reactstrap/yarn.lock @@ -2461,10 +2461,10 @@ react-transition-group@^2.3.1: prop-types "^15.6.2" react-lifecycles-compat "^3.0.4" -react-webln-fallback-core@0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.1.tgz#ca8040afa0e0e61289127e5698562e527de10073" - integrity sha512-hfc9IctwX4w97LjdpxXbmlGlbFktECzUqcWwIAXhhncW8nNEKF9sXhdUcWfPmJc3FvXOpEqApTCFc/qDe1ndhw== +react-webln-fallback-core@0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.3.tgz#47ba46fa2b7f3deb7932147371e526f1e9151604" + integrity sha512-apSswT4i4sVheNqYGmYg9N00bU5X8aUAX9ltwiU786Kz4eyEvzPFjCNtNcAcbbu5HMVHvSgOUCEGnLUFBwf0sQ== dependencies: i18next "15.0.9" i18next-browser-languagedetector "3.0.1" diff --git a/packages/react-webln-fallback-semantic-ui/package.json b/packages/react-webln-fallback-semantic-ui/package.json index 91da47f..63b342c 100644 --- a/packages/react-webln-fallback-semantic-ui/package.json +++ b/packages/react-webln-fallback-semantic-ui/package.json @@ -1,6 +1,6 @@ { "name": "react-webln-fallback-semantic-ui", - "version": "0.1.1", + "version": "0.1.4", "main": "cjs/index.js", "module": "esm/index.js", "unpkg": "umd/react-webln-fallback.min.js", @@ -13,11 +13,12 @@ ], "scripts": { "dev": "rollup -c -w", - "build": "rollup -c && NODE_ENV=development webpack && NODE_ENV=production webpack" + "build": "rollup -c && NODE_ENV=development webpack && NODE_ENV=production webpack", + "prepublishOnly": "yarn build" }, "dependencies": { "qrcode.react": "0.9.3", - "react-webln-fallback-core": "0.1.1", + "react-webln-fallback-core": "0.1.3", "ts-loader": "5.3.3", "webpack": "4.30.0", "webpack-cli": "3.3.0" diff --git a/packages/react-webln-fallback-semantic-ui/webpack.config.js b/packages/react-webln-fallback-semantic-ui/webpack.config.js index 1d2f8ca..c3a4613 100644 --- a/packages/react-webln-fallback-semantic-ui/webpack.config.js +++ b/packages/react-webln-fallback-semantic-ui/webpack.config.js @@ -16,7 +16,14 @@ module.exports = { module: { rules: [{ test: /\.tsx?$/, - use: 'ts-loader', + use: [{ + loader: 'ts-loader', + options: { + compilerOptions: { + declaration: false, + }, + }, + }], }], }, resolve: { diff --git a/packages/react-webln-fallback-semantic-ui/yarn.lock b/packages/react-webln-fallback-semantic-ui/yarn.lock index 1e69ca9..3fbd59f 100644 --- a/packages/react-webln-fallback-semantic-ui/yarn.lock +++ b/packages/react-webln-fallback-semantic-ui/yarn.lock @@ -2346,10 +2346,10 @@ react-is@^16.7.0, react-is@^16.8.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== -react-webln-fallback-core@0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.1.tgz#ca8040afa0e0e61289127e5698562e527de10073" - integrity sha512-hfc9IctwX4w97LjdpxXbmlGlbFktECzUqcWwIAXhhncW8nNEKF9sXhdUcWfPmJc3FvXOpEqApTCFc/qDe1ndhw== +react-webln-fallback-core@0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/react-webln-fallback-core/-/react-webln-fallback-core-0.1.3.tgz#47ba46fa2b7f3deb7932147371e526f1e9151604" + integrity sha512-apSswT4i4sVheNqYGmYg9N00bU5X8aUAX9ltwiU786Kz4eyEvzPFjCNtNcAcbbu5HMVHvSgOUCEGnLUFBwf0sQ== dependencies: i18next "15.0.9" i18next-browser-languagedetector "3.0.1"