Skip to content

Commit

Permalink
Released 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Feb 10, 2024
1 parent 1dc80f8 commit 0e35dde
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,7 @@
### 2.1.2 (February 10, 2024)

* Updated the project with @mobilabs/es6kadoo v2.1.2 (fixed typos in build scripts),
* ...,
* Release.


### 2.1.1 (February 9, 2024)
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/es6pakket.js
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Pakket v2.1.1
* ES6Pakket v2.1.2
*
* A boilerplate for building Javascript ES6 libraries with Pakket.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -113,14 +113,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Pakket',
version: '2.1.1',
version: '2.1.2',
};
return obj;
};

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


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions _dist/lib/es6pakket.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/es6pakket.min.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Pakket v2.1.1
* ES6Pakket v2.1.2
*
* A boilerplate for building Javascript ES6 libraries with Pakket.
* (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 Pakket 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.ES6Pakket=e(t)}($__ES6GLOB,(t=>{"use strict";return function t(e,r,n){function o(i){function u(t){return o(e[i][2][t]||t)}if(!r[i]){if(!e[i])throw new Error(`Cannot find module "${i}"`);r[i]={exports:{}};const o=r[i];e[i][1].call(o.exports,u,o,o.exports,t,e,r,n)}return r[i].exports}for(let t=0;t<n.length;t++)o(n[t]);return o}({1:["./src/prototypal",function(e,r,n){const o=e("./util/util"),i=t.ES6Pakket;let u;const s=function(){const t=Object.create(u);return t._library={name:"ES6Pakket",version:"2.1.1"},t};s.NAME="ES6Pakket",s.VERSION="2.1.1",s._setTestMode=function(){return[]},s.noConflict=function(){return t.ES6Pakket=i,this},u={whoami(){return this._library},getString:()=>o.getString(),getArray:()=>o.getArray()},r.exports=s},{"./util/util":2}],2:["./src/util/util",function(t,e,r){const n={getString:()=>"I am a string!",getArray:()=>[1,2,3]};e.exports=n},{}]},{},[1])(1)}));export default $__ES6GLOB.ES6Pakket;
const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6Pakket=e(t)}($__ES6GLOB,(t=>{"use strict";return function t(e,r,n){function o(i){function u(t){return o(e[i][2][t]||t)}if(!r[i]){if(!e[i])throw new Error(`Cannot find module "${i}"`);r[i]={exports:{}};const o=r[i];e[i][1].call(o.exports,u,o,o.exports,t,e,r,n)}return r[i].exports}for(let t=0;t<n.length;t++)o(n[t]);return o}({1:["./src/prototypal",function(e,r,n){const o=e("./util/util"),i=t.ES6Pakket;let u;const s=function(){const t=Object.create(u);return t._library={name:"ES6Pakket",version:"2.1.2"},t};s.NAME="ES6Pakket",s.VERSION="2.1.2",s._setTestMode=function(){return[]},s.noConflict=function(){return t.ES6Pakket=i,this},u={whoami(){return this._library},getString:()=>o.getString(),getArray:()=>o.getArray()},r.exports=s},{"./util/util":2}],2:["./src/util/util",function(t,e,r){const n={getString:()=>"I am a string!",getArray:()=>[1,2,3]};e.exports=n},{}]},{},[1])(1)}));export default $__ES6GLOB.ES6Pakket;
6 changes: 3 additions & 3 deletions _dist/lib/es6pakket.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Pakket v2.1.1
* ES6Pakket v2.1.2
*
* A boilerplate for building Javascript ES6 libraries with Pakket.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -114,14 +114,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Pakket',
version: '2.1.1',
version: '2.1.2',
};
return obj;
};

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


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

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


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

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


// -- Private Static Methods -----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mobilabs/es6pakket",
"version": "2.1.1",
"version": "2.1.2",
"description": "A boilerplate for building Javascript ES6 libraries with Pakket",
"main": "_dist/lib/es6pakket.js",
"minified": "_dist/lib/es6pakket.min.js",
Expand Down

0 comments on commit 0e35dde

Please sign in to comment.