dphelper 0.4.3 → 0.4.4

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/HISTORY.md CHANGED
@@ -1,11 +1,16 @@
1
1
  # Changelog
2
2
 
3
- ## v0.4.3 / 2023-10-18
3
+ ## v0.4.4 / 2023-10-25
4
4
 
5
+ - Change license from CC BY-NC-ND 4.0 to MIT [Dario Passariello](https://github.com/passariello) ()
5
6
  - NPM update [Dario Passariello](https://github.com/passariello) ()
6
7
 
7
8
  ## Previous
8
9
 
10
+ ## v0.4.3 / 2023-10-18
11
+
12
+ - NPM update [Dario Passariello](https://github.com/passariello) ()
13
+
9
14
  ## v0.4.2 / 2023-10-09
10
15
 
11
16
  - Fix some minor bugs [Dario Passariello](https://github.com/passariello) ()
package/LICENSE.md ADDED
@@ -0,0 +1,9 @@
1
+ # MIT License
2
+
3
+ Copyright (c) Dario Passariello <dariopassariello@gmail.com> (dario.passariello.ca)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- ```
1
+ # I am dpHelper
2
+
3
+ ```text
2
4
  dpHelper Devtools by Dario Passariello
3
5
  ```
4
6
 
@@ -23,6 +25,7 @@ Manager | DevTools by [Dario Passariello (c)](https://dario.passariello.ca)
23
25
 
24
26
  dpHelper is a pricise and complete collection of functions ready to use in all web application. State and Store Management are now easy and global. Just for example “state.myData = ”hello world" and your string is ready everywhere in your Ajax or React app. It's more easy and intuitive of Redux.
25
27
  You don't need to creare any extra files, dispatch or reducer… It's work like say 123.
28
+
26
29
  Please, read the [LICENSE](/LICENSE.md) agreement before to implementing in your application.
27
30
 
28
31
  ## The Best Way To Use State
@@ -58,13 +61,13 @@ PS: you can use dpHelper browser extension if you want to manage states in a eas
58
61
 
59
62
  ## Install for react + webpack projects
60
63
 
61
- ```
64
+ ```text
62
65
  npm i dphelper --save-dev
63
66
  ```
64
67
 
65
68
  or update:
66
69
 
67
- ```
70
+ ```text
68
71
  npm i dphelper@latest --save-dev
69
72
  ```
70
73
 
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  Copyright: © 2022 Dario Passariello <dariopassariello@gmail.com>
3
- License: CC BY-NC-ND 4.0
3
+ License: MIT
4
4
  */
5
5
 
6
6
  /// <reference path="./types/dphelper.d.ts" />