@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.
@@ -1,5 +1,5 @@
1
1
  /*! ****************************************************************************
2
- * ES6lib v3.0.0-beta.1.7
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.7',
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.7';
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.
@@ -1,5 +1,5 @@
1
1
  /*! ****************************************************************************
2
- * ES6lib v3.0.0-beta.1.7
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.7"},t},e.NAME="ES6lib",e.VERSION="3.0.0-beta.1.7";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.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});
@@ -1,5 +1,5 @@
1
1
  /*! ****************************************************************************
2
- * ES6lib v3.0.0-beta.1.7
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.7"},t},e.NAME="ES6lib",e.VERSION="3.0.0-beta.1.7";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.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;
@@ -1,5 +1,5 @@
1
1
  /*! ****************************************************************************
2
- * ES6lib v3.0.0-beta.1.7
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.7',
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.7';
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.7",
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 xxx orion run once only",
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",
@@ -26,8 +26,8 @@
26
26
 
27
27
 
28
28
  // -- Vendor Modules
29
- import fs from 'fs';
30
- import path from 'path';
29
+ import fs from 'node:fs';
30
+ import path from 'node:path';
31
31
  import nopt from 'nopt';
32
32
 
33
33
 
@@ -30,7 +30,7 @@
30
30
 
31
31
 
32
32
  // -- Vendor Modules
33
- import fs from 'fs';
33
+ import fs from 'node:fs';
34
34
  import nopt from 'nopt';
35
35
 
36
36
 
@@ -31,7 +31,7 @@
31
31
 
32
32
 
33
33
  // -- Vendor Modules
34
- import fs from 'fs';
34
+ import fs from 'node:fs';
35
35
  import nopt from 'nopt';
36
36
  import { minify } from 'terser';
37
37
 
@@ -27,8 +27,8 @@
27
27
 
28
28
 
29
29
  // -- Vendor Modules
30
- import fs from 'fs';
31
- import path from 'path';
30
+ import fs from 'node:fs';
31
+ import path from 'node:path';
32
32
  import nopt from 'nopt';
33
33
 
34
34
 
@@ -28,8 +28,8 @@
28
28
 
29
29
 
30
30
  // -- Vendor Modules
31
- import fs from 'fs';
32
- import path from 'path';
31
+ import fs from 'node:fs';
32
+ import path from 'node:path';
33
33
  import nopt from 'nopt';
34
34
 
35
35
 
@@ -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 = {};