@mobilabs/es6lib 3.0.0-beta.1.7 → 3.0.0-beta.1.8
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/bin/es6lib.js +1 -1
- package/package.json +2 -2
- package/scripts/_build.template.js +2 -2
- package/scripts/build.js.dev.js +1 -1
- package/scripts/build.js.prod.js +1 -1
- package/scripts/build.skeleton.prod.js +2 -2
- package/scripts/dep.private.js +2 -2
- package/scripts/make:package:publish:json.js +2 -2
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.8
|
|
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.8',
|
|
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.8';
|
|
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.8
|
|
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.8"},t},e.NAME="ES6lib",e.VERSION="3.0.0-beta.1.8";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.8
|
|
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.8"},t},e.NAME="ES6lib",e.VERSION="3.0.0-beta.1.8";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.8
|
|
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.8',
|
|
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.8';
|
|
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/bin/es6lib.js
CHANGED
|
@@ -335,7 +335,7 @@ function _customize(source, dest, app, owner, boilerlib) {
|
|
|
335
335
|
pack.scripts['postpack'] = 'mv package.dev.json package.json';
|
|
336
336
|
|
|
337
337
|
pack.repository = obj.repository;
|
|
338
|
-
pack.repository.url = `https://github.com/${owner.acronym}/${app.toLowerCase()}.git`;
|
|
338
|
+
pack.repository.url = `git+https://github.com/${owner.acronym}/${app.toLowerCase()}.git`;
|
|
339
339
|
pack.keywords = ['ES6'];
|
|
340
340
|
pack.author = obj.author;
|
|
341
341
|
pack.author.name = owner.name;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobilabs/es6lib",
|
|
3
|
-
"version": "3.0.0-beta.1.
|
|
3
|
+
"version": "3.0.0-beta.1.8",
|
|
4
4
|
"description": "A template for writing pure ES6 Javascript libraries",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"minified": "_dist/lib/es6lib.min.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"postpack": "",
|
|
55
55
|
|
|
56
56
|
"doc:site:web": " --- DOCUMENTING --- ",
|
|
57
|
-
"doc:site:init": "kasar
|
|
57
|
+
"doc:site:init": "kasar init --theme <theme-name>",
|
|
58
58
|
"doc:site:build": "kasar build",
|
|
59
59
|
"doc:site:watch": "kasar watch",
|
|
60
60
|
"doc:site:start": "kasar serve --port $1",
|
package/scripts/build.js.dev.js
CHANGED
package/scripts/build.js.prod.js
CHANGED
package/scripts/dep.private.js
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
// -- Vendor Modules
|
|
30
|
-
import fs from 'fs';
|
|
30
|
+
import fs from 'node:fs';
|
|
31
31
|
import nopt from 'nopt';
|
|
32
32
|
|
|
33
33
|
|
|
@@ -131,7 +131,7 @@ function _dopublish(done) {
|
|
|
131
131
|
pubpack.unpkg = pack.unpkg;
|
|
132
132
|
pubpack.module = pack.module;
|
|
133
133
|
|
|
134
|
-
pubpack.bin = pack.bin;
|
|
134
|
+
// pubpack.bin = pack.bin;
|
|
135
135
|
// pubpack.type = pack.type;
|
|
136
136
|
|
|
137
137
|
pubpack.scripts = {};
|