Skip to content

Commit

Permalink
3.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Jul 26, 2022
1 parent ee29459 commit 67de1a0
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion dist/client/domvm.client.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, client build)
* @preserve https://github.com/domvm/domvm (v3.4.14, client build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, client build)
* @preserve https://github.com/domvm/domvm (v3.4.14, client build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, client build)
* @preserve https://github.com/domvm/domvm (v3.4.14, client build)
*/

var domvm = (function (exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, dev build)
* @preserve https://github.com/domvm/domvm (v3.4.14, dev build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, dev build)
* @preserve https://github.com/domvm/domvm (v3.4.14, dev build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, dev build)
* @preserve https://github.com/domvm/domvm (v3.4.14, dev build)
*/

var domvm = (function (exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/full/domvm.full.cjs.js

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

2 changes: 1 addition & 1 deletion dist/full/domvm.full.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, full build)
* @preserve https://github.com/domvm/domvm (v3.4.14, full build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/full/domvm.full.iife.js

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

2 changes: 1 addition & 1 deletion dist/full/domvm.full.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, micro build)
* @preserve https://github.com/domvm/domvm (v3.4.14, micro build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, micro build)
* @preserve https://github.com/domvm/domvm (v3.4.14, micro build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, micro build)
* @preserve https://github.com/domvm/domvm (v3.4.14, micro build)
*/

var domvm = (function (exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, mini build)
* @preserve https://github.com/domvm/domvm (v3.4.14, mini build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, mini build)
* @preserve https://github.com/domvm/domvm (v3.4.14, mini build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, mini build)
* @preserve https://github.com/domvm/domvm (v3.4.14, mini build)
*/

var domvm = (function (exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, nano build)
* @preserve https://github.com/domvm/domvm (v3.4.14, nano build)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, nano build)
* @preserve https://github.com/domvm/domvm (v3.4.14, nano build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, nano build)
* @preserve https://github.com/domvm/domvm (v3.4.14, nano build)
*/

var domvm = (function (exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.iife.min.js

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

2 changes: 1 addition & 1 deletion dist/pico/domvm.pico.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (v3.4.13, pico build)
* @preserve https://github.com/domvm/domvm (v3.4.14, pico build)
*/

'use strict';
Expand Down
Loading

0 comments on commit 67de1a0

Please sign in to comment.