Skip to content

Commit

Permalink
Released 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Feb 9, 2024
1 parent 81efa99 commit 13ae3e2
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,8 @@

### 2.1.1 (February 9, 2024)

* Updated the project with @mobilabs/es6lib v2.2.1 (improved scripts),
* ...,
* Updated the project with @mobilabs/es6lib v2.2.1 (improved build scripts),
* Release.


### 2.1.0 (January 20, 2024)
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/es6kadoo.js
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.1.0
* ES6Kadoo v2.1.1
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -125,14 +125,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.1.0',
version: '2.1.1',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.1.0';
ES6Kadoo.VERSION = '2.1.1';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions _dist/lib/es6kadoo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _dist/lib/es6kadoo.min.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.1.0
* ES6Kadoo v2.1.1
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand All @@ -9,4 +9,4 @@
* Built from {{boiler:name}} v{{boiler:name:version}}.
* ************************************************************************** */
/*! Generated by Kadoo v1.2.1 */
const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6Kadoo=e(t)}($__ES6GLOB,(t=>{"use strict";let e={src:{prototypal:{},util:{util:{}}},extend:function(t,e){for(var o=Object.keys(e),r=0;r<o.length;r++)t[o[r]]=e[o[r]]}};return function(){const o=e.src.util.util,r=t.ES6Kadoo;let n;const i=function(){const t=Object.create(n);return t._library={name:"ES6Kadoo",version:"2.1.0"},t};i.NAME="ES6Kadoo",i.VERSION="2.1.0",i._setTestMode=function(){return[]},i.noConflict=function(){return t.ES6Kadoo=r,this},n={whoami(){return this._library},getString:()=>o.getString(),getArray:()=>o.getArray()},e.src.prototypal=i}(),function(){const t={getString:()=>"I am a string!",getArray:()=>[1,2,3]};e.extend(e.src.util.util,t)}(),e.src.prototypal}));export default $__ES6GLOB.ES6Kadoo;
const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6Kadoo=e(t)}($__ES6GLOB,(t=>{"use strict";let e={src:{prototypal:{},util:{util:{}}},extend:function(t,e){for(var o=Object.keys(e),r=0;r<o.length;r++)t[o[r]]=e[o[r]]}};return function(){const o=e.src.util.util,r=t.ES6Kadoo;let n;const i=function(){const t=Object.create(n);return t._library={name:"ES6Kadoo",version:"2.1.1"},t};i.NAME="ES6Kadoo",i.VERSION="2.1.1",i._setTestMode=function(){return[]},i.noConflict=function(){return t.ES6Kadoo=r,this},n={whoami(){return this._library},getString:()=>o.getString(),getArray:()=>o.getArray()},e.src.prototypal=i}(),function(){const t={getString:()=>"I am a string!",getArray:()=>[1,2,3]};e.extend(e.src.util.util,t)}(),e.src.prototypal}));export default $__ES6GLOB.ES6Kadoo;
6 changes: 3 additions & 3 deletions _dist/lib/es6kadoo.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.1.0
* ES6Kadoo v2.1.1
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -126,14 +126,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.1.0',
version: '2.1.1',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.1.0';
ES6Kadoo.VERSION = '2.1.1';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/es6kadoo.js
Expand Up @@ -115,14 +115,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.1.0',
version: '2.1.1',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.1.0';
ES6Kadoo.VERSION = '2.1.1';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/es6kadoo.mjs
Expand Up @@ -116,14 +116,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.1.0',
version: '2.1.1',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.1.0';
ES6Kadoo.VERSION = '2.1.1';


// -- Private Static Methods -----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mobilabs/es6kadoo",
"version": "2.1.0",
"version": "2.1.1",
"description": "A template for writing pure ES6 Javascript libraries",
"main": "_dist/lib/es6kadoo.js",
"minified": "_dist/lib/es6kadoo.min.js",
Expand Down

0 comments on commit 13ae3e2

Please sign in to comment.