@fedeghe/channeljs 1.2.9 → 1.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- [![Coverage Status](https://coveralls.io/repos/github/fedeghe/channeljs/badge.svg?branch=master)](https://coveralls.io/github/fedeghe/channeljs?branch=master)
2
- [![Build Status](https://travis-ci.org/fedeghe/channeljs.svg?branch=master)](https://travis-ci.org/fedeghe/channeljs)
1
+ [![Coverage Status](https://coveralls.io/repos/github/fedeghe/channeljs/badge.svg?branch=master)](https://coveralls.io/github/fedeghe/channeljs?branch=master)
2
+
3
3
  # Channeljs
4
4
 
5
5
  Channeljs aims to offer a isomorphic easy-to-use, small and flexible Observer pattern implementation.
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
  /*
3
3
 
4
- C H A N N E L J S v.1.2.9
4
+ C H A N N E L J S v.1.2.10
5
5
 
6
- Date: 12/2/2023
6
+ Date: 21/1/2024
7
7
  Size: ~1.94KB
8
8
  Author: Federico Ghedina <federico.ghedina@gmail.com>
9
9
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fedeghe/channeljs",
3
3
  "description": "multi channel retroactivatable observer utility",
4
- "version": "1.2.9",
4
+ "version": "1.2.10",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
7
7
  "build": "malta source/buildtr.json",