Browse Source

build: build 2.5.8

dev
Evan You 7 years ago
parent
commit
0fdeae7290
  1. 6
      dist/vue.common.js
  2. 6
      dist/vue.esm.js
  3. 6
      dist/vue.js
  4. 4
      dist/vue.min.js
  5. 4
      dist/vue.runtime.common.js
  6. 4
      dist/vue.runtime.esm.js
  7. 4
      dist/vue.runtime.js
  8. 4
      dist/vue.runtime.min.js
  9. 2
      packages/vue-server-renderer/basic.js
  10. 2
      packages/vue-server-renderer/build.js
  11. 2
      packages/vue-server-renderer/package.json
  12. 2
      packages/vue-template-compiler/browser.js
  13. 2
      packages/vue-template-compiler/build.js
  14. 2
      packages/vue-template-compiler/package.json

6
dist/vue.common.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.7
* Vue.js v2.5.8
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
@ -4973,7 +4973,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
}
});
Vue$3.version = '2.5.7';
Vue$3.version = '2.5.8';
/* */
@ -10381,7 +10381,7 @@ function checkIdentifier (
) {
if (typeof ident === 'string') {
try {
new Function(("var " + ident));
new Function(("var " + ident + "=_"));
} catch (e) {
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
}

6
dist/vue.esm.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.7
* Vue.js v2.5.8
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
@ -4971,7 +4971,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
}
});
Vue$3.version = '2.5.7';
Vue$3.version = '2.5.8';
/* */
@ -10379,7 +10379,7 @@ function checkIdentifier (
) {
if (typeof ident === 'string') {
try {
new Function(("var " + ident));
new Function(("var " + ident + "=_"));
} catch (e) {
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
}

6
dist/vue.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.7
* Vue.js v2.5.8
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
@ -4962,7 +4962,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
}
});
Vue$3.version = '2.5.7';
Vue$3.version = '2.5.8';
/* */
@ -10370,7 +10370,7 @@ function checkIdentifier (
) {
if (typeof ident === 'string') {
try {
new Function(("var " + ident));
new Function(("var " + ident + "=_"));
} catch (e) {
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
}

4
dist/vue.min.js

File diff suppressed because one or more lines are too long

4
dist/vue.runtime.common.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.7
* Vue.js v2.5.8
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
@ -4969,7 +4969,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
}
});
Vue$3.version = '2.5.7';
Vue$3.version = '2.5.8';
/* */

4
dist/vue.runtime.esm.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.7
* Vue.js v2.5.8
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
@ -4967,7 +4967,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
}
});
Vue$3.version = '2.5.7';
Vue$3.version = '2.5.8';
/* */

4
dist/vue.runtime.js

@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.7
* Vue.js v2.5.8
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
@ -4958,7 +4958,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
}
});
Vue$3.version = '2.5.7';
Vue$3.version = '2.5.8';
/* */

4
dist/vue.runtime.min.js

File diff suppressed because one or more lines are too long

2
packages/vue-server-renderer/basic.js

@ -5658,7 +5658,7 @@ function checkIdentifier (
) {
if (typeof ident === 'string') {
try {
new Function(("var " + ident));
new Function(("var " + ident + "=_"));
} catch (e) {
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
}

2
packages/vue-server-renderer/build.js

@ -5397,7 +5397,7 @@ function checkIdentifier (
) {
if (typeof ident === 'string') {
try {
new Function(("var " + ident));
new Function(("var " + ident + "=_"));
} catch (e) {
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
}

2
packages/vue-server-renderer/package.json

@ -1,6 +1,6 @@
{
"name": "vue-server-renderer",
"version": "2.5.7",
"version": "2.5.8",
"description": "server renderer for Vue 2.0",
"main": "index.js",
"types": "types/index.d.ts",

2
packages/vue-template-compiler/browser.js

@ -4381,7 +4381,7 @@ function checkIdentifier (
) {
if (typeof ident === 'string') {
try {
new Function(("var " + ident));
new Function(("var " + ident + "=_"));
} catch (e) {
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
}

2
packages/vue-template-compiler/build.js

@ -3983,7 +3983,7 @@ function checkIdentifier (
) {
if (typeof ident === 'string') {
try {
new Function(("var " + ident));
new Function(("var " + ident + "=_"));
} catch (e) {
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
}

2
packages/vue-template-compiler/package.json

@ -1,6 +1,6 @@
{
"name": "vue-template-compiler",
"version": "2.5.7",
"version": "2.5.8",
"description": "template compiler for Vue 2.0",
"main": "index.js",
"unpkg": "browser.js",

Loading…
Cancel
Save