Comparing version 4.2.1 to 4.2.2
4.2.2 / 2016-04-12 | ||
================== | ||
* Rework browser build to reduce dist size (#94) | ||
* chore(package): update babel-plugin-transform-runtime to version 6.7.5 | ||
* test: add update exists object headers test case | ||
4.2.1 / 2016-04-07 | ||
@@ -3,0 +10,0 @@ ================== |
{ | ||
"name": "ali-oss", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "aliyun oss(open storage service) node client", | ||
@@ -14,3 +14,3 @@ "main": "lib/client.js", | ||
"autod": "autod", | ||
"build-dist": "browserify browser.js -t babelify -s OSS > dist/aliyun-oss-sdk.js && uglifyjs dist/aliyun-oss-sdk.js -c > dist/aliyun-oss-sdk.min.js", | ||
"build-dist": "node browser-build.js > dist/aliyun-oss-sdk.js && MINIFY=1 node browser-build.js > dist/aliyun-oss-sdk.min.js", | ||
"publish-to-cdn": "node publish.js" | ||
@@ -45,5 +45,6 @@ }, | ||
"devDependencies": { | ||
"aliasify": "^1.9.0", | ||
"autod": "^2.4.2", | ||
"babel-runtime": "^6.6.1", | ||
"babel-plugin-transform-runtime": "^6.6.0", | ||
"babel-plugin-transform-runtime": "^6.7.5", | ||
"babel-preset-es2015": "^6.3.13", | ||
@@ -54,2 +55,3 @@ "babelify": "^7.2.0", | ||
"co-fs": "^1.2.0", | ||
"crypto-browserify": "^1.0.9", | ||
"filereader": "^0.10.3", | ||
@@ -61,4 +63,3 @@ "git-pre-hooks": "^1.2.0", | ||
"should": "^8.2.0", | ||
"thunk-mocha": "^1.0.2", | ||
"uglifyjs": "^2.4.10" | ||
"thunk-mocha": "^1.0.2" | ||
}, | ||
@@ -65,0 +66,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130055
17