@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.
- package/_dist/lib/es6lib.js +3 -3
- package/_dist/lib/es6lib.min.js +2 -2
- package/_dist/lib/es6lib.min.mjs +2 -2
- package/_dist/lib/es6lib.mjs +3 -3
- package/package.json +1 -1
- package/test/int/libbasic.js +1 -1
- package/test/int/libfunctional.js +1 -1
- package/test/int/libprototypal.js +1 -1
- package/test/main.js +1 -1
package/_dist/lib/es6lib.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! ****************************************************************************
|
|
2
|
-
* ES6lib v3.0.0-beta.1.
|
|
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.
|
|
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.
|
|
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.
|
package/_dist/lib/es6lib.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! ****************************************************************************
|
|
2
|
-
* ES6lib v3.0.0-beta.1.
|
|
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.
|
|
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});
|
package/_dist/lib/es6lib.min.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! ****************************************************************************
|
|
2
|
-
* ES6lib v3.0.0-beta.1.
|
|
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.
|
|
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;
|
package/_dist/lib/es6lib.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! ****************************************************************************
|
|
2
|
-
* ES6lib v3.0.0-beta.1.
|
|
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.
|
|
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.
|
|
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
package/test/int/libbasic.js
CHANGED