@pluginjs/i18n
Advanced tools
Comparing version 0.7.16 to 0.7.17
/*! | ||
* @pluginjs/i18n v0.7.16 (https://pluginjs.com) | ||
* @pluginjs/i18n v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/i18n v0.7.16 (https://pluginjs.com) | ||
* @pluginjs/i18n v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/i18n v0.7.16 (https://pluginjs.com) | ||
* @pluginjs/i18n v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/i18n v0.7.16 (https://pluginjs.com) | ||
* @pluginjs/i18n v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
/*! | ||
* @pluginjs/i18n v0.7.16 (https://pluginjs.com) | ||
* @pluginjs/i18n v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
@@ -10,3 +10,3 @@ * Released under the GPL-3.0 License. | ||
(global = global || self, global['@pluginjs/i18n'] = factory(global['@pluginjs/utils'], global['@pluginjs/template'])); | ||
}(this, function (utils, template) { 'use strict'; | ||
}(this, (function (utils, template) { 'use strict'; | ||
@@ -187,2 +187,2 @@ template = template && template.hasOwnProperty('default') ? template['default'] : template; | ||
})); | ||
}))); |
/*! | ||
* @pluginjs/i18n v0.7.16 (https://pluginjs.com) | ||
* @pluginjs/i18n v0.7.17 (https://pluginjs.com) | ||
* Copyright 2019 Creation Studio Limited | ||
@@ -4,0 +4,0 @@ * Released under the GPL-3.0 License. |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.7.16", | ||
"version": "0.7.17", | ||
"category": "core", | ||
@@ -37,7 +37,7 @@ "main": "dist/i18n.common.js", | ||
"dependencies": { | ||
"@pluginjs/template": "^0.7.16", | ||
"@pluginjs/utils": "^0.7.16" | ||
"@pluginjs/template": "^0.7.17", | ||
"@pluginjs/utils": "^0.7.17" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.6.0", | ||
"@babel/core": "^7.7.5", | ||
"@pluginjs/browserslist-config": "^1.2.11", | ||
@@ -70,4 +70,4 @@ "@pluginjs/cli": "^0.7.14", | ||
], | ||
"gitHead": "d1b3d9591a2fa49f13758c5ad8effcb021b096fc", | ||
"gitHead": "472b4a8e7fa20f8f6a75a6d98c42eddd32067b3e", | ||
"title": "Plugin" | ||
} |
28671
Updated@pluginjs/template@^0.7.17
Updated@pluginjs/utils@^0.7.17