@mobilabs/es6lib 3.0.0-beta.1.3 → 3.0.0-beta.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*! ****************************************************************************
2
- * ES6lib v3.0.0-beta.1.3
2
+ * ES6lib v3.0.0-beta.1.4
3
3
  *
4
4
  * A template for writing pure ES6 Javascript libraries.
5
5
  * (you can download it from npm or github repositories)
@@ -305,14 +305,14 @@
305
305
  const obj = Object.create(methods);
306
306
  obj._library = {
307
307
  name: 'ES6lib',
308
- version: '3.0.0-beta.1.3',
308
+ version: '3.0.0-beta.1.4',
309
309
  };
310
310
  return obj;
311
311
  };
312
312
 
313
313
  // Attaches constants to ES6lib that provide name and version of the lib.
314
314
  ES6lib.NAME = 'ES6lib';
315
- ES6lib.VERSION = '3.0.0-beta.1.3';
315
+ ES6lib.VERSION = '3.0.0-beta.1.4';
316
316
 
317
317
  // Saves the previous value of the library variable, so that it can be
318
318
  // restored later on, if noConflict is used.
@@ -1,5 +1,5 @@
1
1
  /*! ****************************************************************************
2
- * ES6lib v3.0.0-beta.1.3
2
+ * ES6lib v3.0.0-beta.1.4
3
3
  *
4
4
  * A template for writing pure ES6 Javascript libraries.
5
5
  * (you can download it from npm or github repositories)
@@ -8,4 +8,4 @@
8
8
  * at: http://www.opensource.org/licenses/mit-license.php).
9
9
  * Built from {{boiler:name}} v{{boiler:name:version}}.
10
10
  * ************************************************************************** */
11
- !function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6lib=e(t)}(this,t=>{"use strict";let e,n;const i={Public:{}};return n=function(t,e){const n=Object.keys(e);for(let i=0;i<n.length;i++)t[n[i]]=e[n[i]]},function(){const t=i.Public;n(t,{getString:()=>"I am a string!",getArray:()=>[1,2,3]})}(),function(){const n=i.Public;e=function(){const t=Object.create(o);return t._library={name:"ES6lib",version:"3.0.0-beta.1.3"},t},e.NAME="ES6lib",e.VERSION="3.0.0-beta.1.3";const r=t.ES6lib;e._setTestMode=function(){return[]},e.noConflict=function(){return t.ES6lib=r,this};const o={whoami(){return this._library},getString:()=>n.getString(),getArray:()=>n.getArray()}}(),e});
11
+ !function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6lib=e(t)}(this,t=>{"use strict";let e,n;const i={Public:{}};return n=function(t,e){const n=Object.keys(e);for(let i=0;i<n.length;i++)t[n[i]]=e[n[i]]},function(){const t=i.Public;n(t,{getString:()=>"I am a string!",getArray:()=>[1,2,3]})}(),function(){const n=i.Public;e=function(){const t=Object.create(o);return t._library={name:"ES6lib",version:"3.0.0-beta.1.4"},t},e.NAME="ES6lib",e.VERSION="3.0.0-beta.1.4";const r=t.ES6lib;e._setTestMode=function(){return[]},e.noConflict=function(){return t.ES6lib=r,this};const o={whoami(){return this._library},getString:()=>n.getString(),getArray:()=>n.getArray()}}(),e});
@@ -1,5 +1,5 @@
1
1
  /*! ****************************************************************************
2
- * ES6lib v3.0.0-beta.1.3
2
+ * ES6lib v3.0.0-beta.1.4
3
3
  *
4
4
  * A template for writing pure ES6 Javascript libraries.
5
5
  * (you can download it from npm or github repositories)
@@ -8,4 +8,4 @@
8
8
  * at: http://www.opensource.org/licenses/mit-license.php).
9
9
  * Built from {{boiler:name}} v{{boiler:name:version}}.
10
10
  * ************************************************************************** */
11
- const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6lib=e(t)}($__ES6GLOB,t=>{"use strict";let e,n;const i={Public:{}};return n=function(t,e){const n=Object.keys(e);for(let i=0;i<n.length;i++)t[n[i]]=e[n[i]]},function(){const t=i.Public;n(t,{getString:()=>"I am a string!",getArray:()=>[1,2,3]})}(),function(){const n=i.Public;e=function(){const t=Object.create(o);return t._library={name:"ES6lib",version:"3.0.0-beta.1.3"},t},e.NAME="ES6lib",e.VERSION="3.0.0-beta.1.3";const r=t.ES6lib;e._setTestMode=function(){return[]},e.noConflict=function(){return t.ES6lib=r,this};const o={whoami(){return this._library},getString:()=>n.getString(),getArray:()=>n.getArray()}}(),e});export default $__ES6GLOB.ES6lib;
11
+ const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6lib=e(t)}($__ES6GLOB,t=>{"use strict";let e,n;const i={Public:{}};return n=function(t,e){const n=Object.keys(e);for(let i=0;i<n.length;i++)t[n[i]]=e[n[i]]},function(){const t=i.Public;n(t,{getString:()=>"I am a string!",getArray:()=>[1,2,3]})}(),function(){const n=i.Public;e=function(){const t=Object.create(o);return t._library={name:"ES6lib",version:"3.0.0-beta.1.4"},t},e.NAME="ES6lib",e.VERSION="3.0.0-beta.1.4";const r=t.ES6lib;e._setTestMode=function(){return[]},e.noConflict=function(){return t.ES6lib=r,this};const o={whoami(){return this._library},getString:()=>n.getString(),getArray:()=>n.getArray()}}(),e});export default $__ES6GLOB.ES6lib;
@@ -1,5 +1,5 @@
1
1
  /*! ****************************************************************************
2
- * ES6lib v3.0.0-beta.1.3
2
+ * ES6lib v3.0.0-beta.1.4
3
3
  *
4
4
  * A template for writing pure ES6 Javascript libraries.
5
5
  * (you can download it from npm or github repositories)
@@ -306,14 +306,14 @@ const $__ES6GLOB = {};
306
306
  const obj = Object.create(methods);
307
307
  obj._library = {
308
308
  name: 'ES6lib',
309
- version: '3.0.0-beta.1.3',
309
+ version: '3.0.0-beta.1.4',
310
310
  };
311
311
  return obj;
312
312
  };
313
313
 
314
314
  // Attaches constants to ES6lib that provide name and version of the lib.
315
315
  ES6lib.NAME = 'ES6lib';
316
- ES6lib.VERSION = '3.0.0-beta.1.3';
316
+ ES6lib.VERSION = '3.0.0-beta.1.4';
317
317
 
318
318
  // Saves the previous value of the library variable, so that it can be
319
319
  // restored later on, if noConflict is used.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobilabs/es6lib",
3
- "version": "3.0.0-beta.1.3",
3
+ "version": "3.0.0-beta.1.4",
4
4
  "description": "A template for writing pure ES6 Javascript libraries",
5
5
  "main": "index.js",
6
6
  "minified": "_dist/lib/es6lib.min.js",
@@ -1,6 +1,6 @@
1
1
  // ESLint declarations:
2
2
  /* global describe, it */
3
- /* eslint one-var: 0, semi-style: 0, no-underscore-dangle: 0 */
3
+ /* - */
4
4
 
5
5
 
6
6
  // -- Vendor Modules
@@ -1,6 +1,6 @@
1
1
  // ESLint declarations:
2
2
  /* global describe, it */
3
- /* eslint one-var: 0, semi-style: 0, no-underscore-dangle: 0 */
3
+ /* - */
4
4
 
5
5
 
6
6
  // -- Vendor Modules
@@ -1,6 +1,6 @@
1
1
  // ESLint declarations:
2
2
  /* global describe, it */
3
- /* eslint one-var: 0, semi-style: 0, no-underscore-dangle: 0 */
3
+ /* - */
4
4
 
5
5
 
6
6
  // -- Vendor Modules
package/test/main.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ESLint declarations:
2
2
  /* global describe */
3
- /* eslint one-var: 0, semi-style: 0 */
3
+ /* - */
4
4
 
5
5
 
6
6
  // -- Vendor Modules