File tree Expand file tree Collapse file tree 12 files changed +30
-30
lines changed
haul-babel-preset-react-native
haul-basic-bundle-webpack-plugin
haul-ram-bundle-webpack-plugin Expand file tree Collapse file tree 12 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "npmClient" : " yarn" ,
44 "packages" : [
55 " packages/*"
Original file line number Diff line number Diff line change 1111 "prepare" : " yarn build:source && yarn build:def" ,
1212 "typecheck" : " tsc --noEmit" ,
1313 "test" : " jest" ,
14- "publish " : " yarn lerna publish --no-git-tag-version --no-push"
14+ "release " : " lerna publish --no-git-tag-version --no-push"
1515 },
1616 "dependencies" : {
1717 "chalk" : " ^2.4.2" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "name" : " @haul-bundler/babel-preset-react-native" ,
44 "description" : " Babel preset for React Native >=0.59 with Haul" ,
55 "main" : " index.js" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "name" : " @haul-bundler/basic-bundle-webpack-plugin" ,
44 "description" : " Basic bundle plugin for Haul and Webpack" ,
55 "main" : " build/index.js" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "name" : " @haul-bundler/cli" ,
44 "description" : " Haul is a new command line tools for React Native" ,
55 "bin" : {
2222 "webpack" : " 4.x"
2323 },
2424 "dependencies" : {
25- "@haul-bundler/core" : " ^0.12 .0" ,
26- "@haul-bundler/core-legacy" : " ^0.12 .0" ,
27- "@haul-bundler/inspector-events" : " ^0.12 .0" ,
25+ "@haul-bundler/core" : " ^0.13 .0" ,
26+ "@haul-bundler/core-legacy" : " ^0.13 .0" ,
27+ "@haul-bundler/inspector-events" : " ^0.13 .0" ,
2828 "ansi-fragments" : " ^0.2.1" ,
2929 "cpx" : " ^1.5.0" ,
3030 "dedent" : " ^0.7.0" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "name" : " @haul-bundler/core-legacy" ,
44 "description" : " Haul core library (legacy)" ,
55 "bin" : {
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "name" : " @haul-bundler/core" ,
44 "description" : " Haul core library (legacy)" ,
55 "main" : " build/index.js" ,
2727 "@hapi/hapi" : " ^18.3.1" ,
2828 "@hapi/inert" : " ^5.2.1" ,
2929 "@hapi/joi" : " ^15.1.0" ,
30- "@haul-bundler/basic-bundle-webpack-plugin" : " ^0.12 .0" ,
31- "@haul-bundler/core-legacy" : " ^0.12 .0" ,
32- "@haul-bundler/inspector-events" : " ^0.12 .0" ,
33- "@haul-bundler/ram-bundle-webpack-plugin" : " ^0.12 .0" ,
30+ "@haul-bundler/basic-bundle-webpack-plugin" : " ^0.13 .0" ,
31+ "@haul-bundler/core-legacy" : " ^0.13 .0" ,
32+ "@haul-bundler/inspector-events" : " ^0.13 .0" ,
33+ "@haul-bundler/ram-bundle-webpack-plugin" : " ^0.13 .0" ,
3434 "ansi-fragments" : " ^0.2.1" ,
3535 "dedent" : " ^0.7.0" ,
3636 "escape-string-regexp" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "name" : " @haul-bundler/inspector-events" ,
44 "description" : " Inspector events for Haul" ,
55 "main" : " build/index.js" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "name" : " @haul-bundler/inspector" ,
44 "description" : " Haul inspector for monitoring Haul processes" ,
55 "bin" : {
1717 "license" : " MIT" ,
1818 "bugs" : " https://github.com/callstack/haul/issues" ,
1919 "dependencies" : {
20- "@haul-bundler/inspector-events" : " ^0.12 .0" ,
20+ "@haul-bundler/inspector-events" : " ^0.13 .0" ,
2121 "ansi-fragments" : " ^0.2.1" ,
2222 "ws" : " ^6.2.1" ,
2323 "yargs" : " ^13.3.0"
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.12 .0" ,
2+ "version" : " 0.13 .0" ,
33 "name" : " @haul-bundler/preset-0.59" ,
44 "description" : " Haul preset for React Native 0.59" ,
55 "main" : " build/index.js" ,
1414 "license" : " MIT" ,
1515 "bugs" : " https://github.com/callstack/haul/issues" ,
1616 "peerDependencies" : {
17- "@haul-bundler/cli" : " ^0.12 .0" ,
18- "@haul-bundler/core" : " ^0.12 .0" ,
17+ "@haul-bundler/cli" : " ^0.13 .0" ,
18+ "@haul-bundler/core" : " ^0.13 .0" ,
1919 "webpack" : " 4.x"
2020 },
2121 "dependencies" : {
2525 "terser-webpack-plugin" : " ^1.4.1"
2626 },
2727 "devDependencies" : {
28- "@haul-bundler/cli" : " ^0.12 .0" ,
29- "@haul-bundler/core" : " ^0.12 .0" ,
28+ "@haul-bundler/cli" : " ^0.13 .0" ,
29+ "@haul-bundler/core" : " ^0.13 .0" ,
3030 "@types/case-sensitive-paths-webpack-plugin" : " ^2.1.3" ,
3131 "@types/is-ci" : " ^2.0.0" ,
3232 "@types/terser-webpack-plugin" : " ^1.2.1" ,
You can’t perform that action at this time.
0 commit comments