Commit 112b7d4 1 parent 60ebaba commit 112b7d4 Copy full SHA for 112b7d4
File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018-2023 Jakub T. Jankiewicz
3
+ Copyright (c) 2018 Jakub T. Jankiewicz
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/jcubic/sysend.js/blob/master/assets/logo.svg?raw=true " alt =" Sysend.js logo " />
3
3
</p >
4
4
5
- [ ![ npm] ( https://img.shields.io/badge/npm-1.17.2 -blue.svg )] ( https://www.npmjs.com/package/sysend )
6
- ![ bower] ( https://img.shields.io/badge/bower-1.17.2 -yellow.svg )
5
+ [ ![ npm] ( https://img.shields.io/badge/npm-1.17.3 -blue.svg )] ( https://www.npmjs.com/package/sysend )
6
+ ![ bower] ( https://img.shields.io/badge/bower-1.17.3 -yellow.svg )
7
7
![ downloads] ( https://img.shields.io/npm/dt/sysend.svg )
8
8
[ ![ jsdelivr] ( https://img.shields.io/jsdelivr/npm/hm/sysend )] ( https://www.jsdelivr.com/package/npm/sysend )
9
9
@@ -298,7 +298,7 @@ The library was featured in:
298
298
299
299
## License
300
300
301
- Copyright (C) 2014-2023 [Jakub T. Jankiewicz](https://jcubic.pl/me)<br/>
301
+ Copyright (C) 2014 [Jakub T. Jankiewicz](https://jcubic.pl/me)<br/>
302
302
Released under the [MIT license](https://opensource.org/licenses/MIT)
303
303
304
304
This is free software; you are free to change and redistribute it.<br/>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sysend" ,
3
- "version" : " 1.17.2 " ,
3
+ "version" : " 1.17.3 " ,
4
4
"description" : " Communication and Synchronization between browser tabs/windows. Works cross-domain." ,
5
5
"main" : " sysend.js" ,
6
6
"typings" : " sysend.d.ts" ,
Original file line number Diff line number Diff line change 1
1
/**@license
2
- * sysend.js - send messages between browser windows/tabs version 1.17.2
2
+ * sysend.js - send messages between browser windows/tabs version 1.17.3
3
3
*
4
- * Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
4
+ * Copyright (C) 2014 Jakub T. Jankiewicz <https://jcubic.pl/me>
5
5
* Released under the MIT license
6
6
*
7
7
*/
Original file line number Diff line number Diff line change 1
1
/**@license
2
- * sysend.js - send messages between browser windows/tabs version 1.17.2
2
+ * sysend.js - send messages between browser windows/tabs version 1.17.3
3
3
*
4
- * Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
4
+ * Copyright (C) 2014 Jakub T. Jankiewicz <https://jcubic.pl/me>
5
5
* Released under the MIT license
6
6
*
7
7
* The idea for localStorage implementation came from this StackOverflow question:
You can’t perform that action at this time.
0 commit comments