Skip to content

Commit

Permalink
Updated the project dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Aug 27, 2020
1 parent c16e061 commit bebebed
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 135 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,5 +1,6 @@
*

!_dist/**/*
!bin
!src/**/*
!tasks/**/*
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
### HEAD

### 0.0.3 (August 19, 2020)
### 1.0.0 (August 27, 2020)

* Fixed a few typos,
* Added the ESM module to enable Mocha testing from the source files,
Expand All @@ -18,6 +18,7 @@
* Sixth release candidate,
* Restructured the test set,
* Seventh release candidate,
* Updated the project dependencies,
* ...,


Expand Down
8 changes: 4 additions & 4 deletions _dist/lib/es6pakket.js
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Pakket v0.0.3-beta.7
* ES6Pakket v1.0.0
*
* A boilerplate for building Javascript ES6 libraries with Pakket.
* (you can download it from npm or github repositories)
Expand All @@ -8,7 +8,7 @@
* at: http://www.opensource.org/licenses/mit-license.php).
* Built from {{boiler:name}} v{{boiler:name:version}}.
* ************************************************************************** */
/*! Generated by Pakket v0.0.2-beta.5 */
/*! Generated by Pakket v1.0.0 */
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
/* eslint strict: ["error", "function"] */
Expand Down Expand Up @@ -112,14 +112,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Pakket',
version: '0.0.3-beta.7',
version: '1.0.0',
};
return obj;
};

// Attaches constants to ES6Pakket that provide name and version of the lib.
ES6Pakket.NAME = 'ES6Pakket';
ES6Pakket.VERSION = '0.0.3-beta.7';
ES6Pakket.VERSION = '1.0.0';


// -- Private Static Methods -----------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/es6pakket.min.js

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

6 changes: 3 additions & 3 deletions _dist/lib/es6pakket.min.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Pakket v0.0.3-beta.7
* ES6Pakket v1.0.0
*
* A boilerplate for building Javascript ES6 libraries with Pakket.
* (you can download it from npm or github repositories)
Expand All @@ -8,5 +8,5 @@
* at: http://www.opensource.org/licenses/mit-license.php).
* Built from {{boiler:name}} v{{boiler:name:version}}.
* ************************************************************************** */
/*! Generated by Pakket v0.0.2-beta.5 */
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:"0.0.3-beta.7"},t};s.NAME="ES6Pakket",s.VERSION="0.0.3-beta.7",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;
/*! Generated by Pakket v1.0.0 */
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:"1.0.0"},t};s.NAME="ES6Pakket",s.VERSION="1.0.0",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;
8 changes: 4 additions & 4 deletions _dist/lib/es6pakket.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Pakket v0.0.3-beta.7
* ES6Pakket v1.0.0
*
* A boilerplate for building Javascript ES6 libraries with Pakket.
* (you can download it from npm or github repositories)
Expand All @@ -8,7 +8,7 @@
* at: http://www.opensource.org/licenses/mit-license.php).
* Built from {{boiler:name}} v{{boiler:name:version}}.
* ************************************************************************** */
/*! Generated by Pakket v0.0.2-beta.5 */
/*! Generated by Pakket v1.0.0 */
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
/* eslint strict: ["error", "function"] */
Expand Down Expand Up @@ -113,14 +113,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Pakket',
version: '0.0.3-beta.7',
version: '1.0.0',
};
return obj;
};

// Attaches constants to ES6Pakket that provide name and version of the lib.
ES6Pakket.NAME = 'ES6Pakket';
ES6Pakket.VERSION = '0.0.3-beta.7';
ES6Pakket.VERSION = '1.0.0';


// -- Private Static Methods -----------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions lib/es6pakket.js
@@ -1,4 +1,4 @@
/*! Generated by Pakket v0.0.2-beta.5 */
/*! Generated by Pakket v1.0.0 */
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
/* eslint strict: ["error", "function"] */
Expand Down Expand Up @@ -102,14 +102,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Pakket',
version: '0.0.3-beta.7',
version: '1.0.0',
};
return obj;
};

// Attaches constants to ES6Pakket that provide name and version of the lib.
ES6Pakket.NAME = 'ES6Pakket';
ES6Pakket.VERSION = '0.0.3-beta.7';
ES6Pakket.VERSION = '1.0.0';


// -- Private Static Methods -----------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions lib/es6pakket.mjs
@@ -1,4 +1,4 @@
/*! Generated by Pakket v0.0.2-beta.5 */
/*! Generated by Pakket v1.0.0 */
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
/* eslint strict: ["error", "function"] */
Expand Down Expand Up @@ -103,14 +103,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Pakket',
version: '0.0.3-beta.7',
version: '1.0.0',
};
return obj;
};

// Attaches constants to ES6Pakket that provide name and version of the lib.
ES6Pakket.NAME = 'ES6Pakket';
ES6Pakket.VERSION = '0.0.3-beta.7';
ES6Pakket.VERSION = '1.0.0';


// -- Private Static Methods -----------------------------------------------
Expand Down

0 comments on commit bebebed

Please sign in to comment.