Skip to content

Commit

Permalink
Updated the project dependencies and the copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Jan 26, 2022
1 parent aab31eb commit adf032d
Show file tree
Hide file tree
Showing 12 changed files with 862 additions and 849 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
###

### 1.0.10 (January 26, 2022)

* Updated the project dependencies,
* Updated the copyright,
* ...,


### 1.0.9 (November 13, 2021)

* Updated the project dependencies,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)
Copyright (c) 2022 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion _dist/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)
Copyright (c) 2022 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions _dist/lib/rview.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*! ****************************************************************************
* RView v1.0.9
* RView v1.0.10
*
* A companion Reactive View library for building web applications.
* (you can download it from npm or github repositories)
* Copyright (c) 2021 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr).
* Copyright (c) 2022 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr).
* Released under the MIT license. You may obtain a copy of the License
* at: http://www.opensource.org/licenses/mit-license.php).
* Built from ES6Kadoo v1.0.9.
* Built from ES6Kadoo v1.0.10.
* ************************************************************************** */
/*! Generated by Kadoo v1.0.5 */
/*! Generated by Kadoo v1.0.6 */
// ESLint declarations
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
Expand Down Expand Up @@ -119,7 +119,7 @@

// Useful to retrieve the library name and version when it is
// embedded in another library as an object:
_library: { name: 'RView', version: '1.0.9' },
_library: { name: 'RView', version: '1.0.10' },


// -- Private Static Methods ---------------------------------------------
Expand Down Expand Up @@ -272,7 +272,7 @@

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


// -- Export
Expand Down
10 changes: 5 additions & 5 deletions _dist/lib/rview.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions _dist/lib/rview.min.mjs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions _dist/lib/rview.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*! ****************************************************************************
* RView v1.0.9
* RView v1.0.10
*
* A companion Reactive View library for building web applications.
* (you can download it from npm or github repositories)
* Copyright (c) 2021 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr).
* Copyright (c) 2022 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr).
* Released under the MIT license. You may obtain a copy of the License
* at: http://www.opensource.org/licenses/mit-license.php).
* Built from ES6Kadoo v1.0.9.
* Built from ES6Kadoo v1.0.10.
* ************************************************************************** */
/*! Generated by Kadoo v1.0.5 */
/*! Generated by Kadoo v1.0.6 */
// ESLint declarations
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
Expand Down Expand Up @@ -120,7 +120,7 @@ const $__ES6GLOB = {};

// Useful to retrieve the library name and version when it is
// embedded in another library as an object:
_library: { name: 'RView', version: '1.0.9' },
_library: { name: 'RView', version: '1.0.10' },


// -- Private Static Methods ---------------------------------------------
Expand Down Expand Up @@ -273,7 +273,7 @@ const $__ES6GLOB = {};

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


// -- Export
Expand Down
6 changes: 3 additions & 3 deletions lib/rview.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Generated by Kadoo v1.0.5 */
/*! Generated by Kadoo v1.0.6 */
// ESLint declarations
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
Expand Down Expand Up @@ -109,7 +109,7 @@

// Useful to retrieve the library name and version when it is
// embedded in another library as an object:
_library: { name: 'RView', version: '1.0.9' },
_library: { name: 'RView', version: '1.0.10' },


// -- Private Static Methods ---------------------------------------------
Expand Down Expand Up @@ -262,7 +262,7 @@

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


// -- Export
Expand Down
6 changes: 3 additions & 3 deletions lib/rview.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Generated by Kadoo v1.0.5 */
/*! Generated by Kadoo v1.0.6 */
// ESLint declarations
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
Expand Down Expand Up @@ -110,7 +110,7 @@ const $__ES6GLOB = {};

// Useful to retrieve the library name and version when it is
// embedded in another library as an object:
_library: { name: 'RView', version: '1.0.9' },
_library: { name: 'RView', version: '1.0.10' },


// -- Private Static Methods ---------------------------------------------
Expand Down Expand Up @@ -263,7 +263,7 @@ const $__ES6GLOB = {};

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


// -- Export
Expand Down
Loading

0 comments on commit adf032d

Please sign in to comment.