Skip to content

Commit

Permalink
fix(package): apply fix from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Jul 7, 2021
1 parent bbae34a commit ee04855
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 36 deletions.
5 changes: 5 additions & 0 deletions builds/itee-client.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/itee-client.cjs.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions builds/itee-client.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/itee-client.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/itee-client.iife.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion configs/rollup.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ function CreateRollupConfigs ( options ) {
paths: {},
banner: ( isProd ) ? '' : _computeBanner( name, format ),
footer: '',
intro: ( !isProd && format === 'iife' ) ? _computeIntro() : '',
intro: !isProd ? _computeIntro() : '',
// intro: ( !isProd && format === 'iife' ) ? _computeIntro() : '',
outro: '',
sourcemap: !isProd,
interop: true,
Expand Down
90 changes: 63 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"postversion": "gulp build"
},
"dependencies": {
"itee-utils": "^5.2.1",
"itee-validators": "^5.3.0",
"itee-core": "^1.0.1",
"itee-utils": "^5.2.2",
"itee-validators": "^5.3.1",
"itee-core": "^1.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand All @@ -78,7 +78,7 @@
"cz-conventional-changelog": "^3.3.0",
"del": "^6.0.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-vue": "^7.12.1",
"eslint-plugin-vue": "^7.13.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
Expand All @@ -100,7 +100,7 @@
"minimist": "^1.2.5",
"mocha": "^9.0.2",
"mochawesome": "^6.2.2",
"rollup": "^2.52.7",
"rollup": "^2.52.8",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.4.4"
Expand Down

0 comments on commit ee04855

Please sign in to comment.