Skip to content

Commit

Permalink
Released 1.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed May 20, 2023
1 parent b6a592c commit 46ce436
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Expand Up @@ -11,4 +11,4 @@
!.travis.yml
!gulpfile.js
!index.js
!rmdstore
!rmdstore.sh
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,7 @@
### 1.0.10 (May 20, 2023)

* Replaced Gulp builder by npm scripts,
* ...,
* Release.


### 1.0.9 (May 18, 2023)
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/es6pakket.js
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Pakket v1.0.9x
* ES6Pakket v1.0.10
*
* A boilerplate for building Javascript ES6 libraries with Pakket.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -112,14 +112,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Pakket',
version: '1.0.9x',
version: '1.0.10',
};
return obj;
};

// Attaches constants to ES6Pakket that provide name and version of the lib.
ES6Pakket.NAME = 'ES6Pakket';
ES6Pakket.VERSION = '1.0.9x';
ES6Pakket.VERSION = '1.0.10';


// -- 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 v1.0.9x
* ES6Pakket v1.0.10
*
* 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.0.7 */
const $__ES6GLOB={};(function(t,e){"use strict";if(typeof define==="function"&&define.amd){define([""],e)}else if(typeof exports==="object"){module.exports=e(t)}else{t.ES6Pakket=e(t)}})($__ES6GLOB,(t=>{"use strict";return function(){function t(e,n,r){function o(i){function u(t){const n=e[i][2][t];return o(n||t)}if(!n[i]){if(!e[i]){throw new Error(`Cannot find module "${i}"`)}n[i]={exports:{}};const o=n[i];e[i][1].call(o.exports,u,o,o.exports,t,e,n,r)}return n[i].exports}for(let t=0;t<r.length;t++){o(r[t])}return o}return t}()({1:["./src/prototypal",function(e,n,r){const o=e("./util/util");const i=t.ES6Pakket;let u;const c=function(){const t=Object.create(u);t._library={name:"ES6Pakket",version:"1.0.9x"};return t};c.NAME="ES6Pakket";c.VERSION="1.0.9x";c._setTestMode=function(){return[]};c.noConflict=function(){t.ES6Pakket=i;return this};u={whoami(){return this._library},getString(){return o.getString()},getArray(){return o.getArray()}};n.exports=c},{"./util/util":2}],2:["./src/util/util",function(t,e,n){function r(){return"I am a string!"}function o(){return[1,2,3]}const i={getString(){return r()},getArray(){return o()}};e.exports=i},{}]},{},[1])(1)}));export default $__ES6GLOB.ES6Pakket;
const $__ES6GLOB={};(function(t,e){"use strict";if(typeof define==="function"&&define.amd){define([""],e)}else if(typeof exports==="object"){module.exports=e(t)}else{t.ES6Pakket=e(t)}})($__ES6GLOB,(t=>{"use strict";return function(){function t(e,n,r){function o(i){function u(t){const n=e[i][2][t];return o(n||t)}if(!n[i]){if(!e[i]){throw new Error(`Cannot find module "${i}"`)}n[i]={exports:{}};const o=n[i];e[i][1].call(o.exports,u,o,o.exports,t,e,n,r)}return n[i].exports}for(let t=0;t<r.length;t++){o(r[t])}return o}return t}()({1:["./src/prototypal",function(e,n,r){const o=e("./util/util");const i=t.ES6Pakket;let u;const c=function(){const t=Object.create(u);t._library={name:"ES6Pakket",version:"1.0.10"};return t};c.NAME="ES6Pakket";c.VERSION="1.0.10";c._setTestMode=function(){return[]};c.noConflict=function(){t.ES6Pakket=i;return this};u={whoami(){return this._library},getString(){return o.getString()},getArray(){return o.getArray()}};n.exports=c},{"./util/util":2}],2:["./src/util/util",function(t,e,n){function r(){return"I am a string!"}function o(){return[1,2,3]}const i={getString(){return r()},getArray(){return o()}};e.exports=i},{}]},{},[1])(1)}));export default $__ES6GLOB.ES6Pakket;
6 changes: 3 additions & 3 deletions _dist/lib/es6pakket.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Pakket v1.0.9x
* ES6Pakket v1.0.10
*
* 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 $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Pakket',
version: '1.0.9x',
version: '1.0.10',
};
return obj;
};

// Attaches constants to ES6Pakket that provide name and version of the lib.
ES6Pakket.NAME = 'ES6Pakket';
ES6Pakket.VERSION = '1.0.9x';
ES6Pakket.VERSION = '1.0.10';


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

// Attaches constants to ES6Pakket that provide name and version of the lib.
ES6Pakket.NAME = 'ES6Pakket';
ES6Pakket.VERSION = '1.0.9x';
ES6Pakket.VERSION = '1.0.10';


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

// Attaches constants to ES6Pakket that provide name and version of the lib.
ES6Pakket.NAME = 'ES6Pakket';
ES6Pakket.VERSION = '1.0.9x';
ES6Pakket.VERSION = '1.0.10';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mobilabs/es6pakket",
"version": "1.0.9x",
"version": "1.0.10",
"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 46ce436

Please sign in to comment.