Skip to content

Commit

Permalink
chore: build 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterRao committed Apr 3, 2018
1 parent eca4ddd commit 188b5ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/aliyun-oss-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Aliyun OSS SDK for JavaScript v4.14.1
// Aliyun OSS SDK for JavaScript v5.0.0
// Copyright Aliyun.com, Inc. or its affiliates. All Rights Reserved.
// License at https://github.com/ali-sdk/ali-oss/blob/master/LICENSE
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.OSS = f()}})(function(){var define,module,exports;return (function(){function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s}return e})()({1:[function(require,module,exports){
Expand Down Expand Up @@ -2006,7 +2006,7 @@ proto._deleteFileSafe = function (filepath) {
},{"../common/callback":7,"../common/signUtils":9,"babel-runtime/core-js/object/keys":22,"babel-runtime/regenerator":32,"copy-to":42,"debug":153,"fs":35,"is-type-of":163,"mime":241,"path":168,"url":201,"utility":242}],5:[function(require,module,exports){
"use strict";

exports.version = "4.14.1";
exports.version = "5.0.0";

},{}],6:[function(require,module,exports){
'use strict';
Expand Down
Loading

0 comments on commit 188b5ff

Please sign in to comment.