dphelper 0.4.91 → 0.5.0

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,15 @@
1
1
  # Changelog
2
2
 
3
- ## v0.4.91 / 2023-12-20
3
+ ## v0.5.0 / 2024-01-01
4
4
 
5
5
  - NPM update  [Dario Passariello](https://github.com/passariello) ()
6
6
 
7
7
  ## Previous
8
8
 
9
+ ## v0.4.91 / 2023-12-20
10
+
11
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
12
+
9
13
  ## v0.4.9 / 2023-12-12
10
14
 
11
15
  - NPM update  [Dario Passariello](https://github.com/passariello) ()
package/README.md CHANGED
@@ -126,4 +126,4 @@ This extension allows you to manage your app's dpHelper NPM. Here you will find
126
126
 
127
127
  ---
128
128
 
129
- copyright (c) 2019 - 2023 by Dario Passariello
129
+ copyright (c) 2019 - 2024 by Dario Passariello
package/index.d.ts CHANGED
@@ -3,8 +3,8 @@ Copyright: © 2022 Dario Passariello <dariopassariello@gmail.com>
3
3
  License: MIT
4
4
  */
5
5
 
6
- /// <reference path="./types/dphelper.d.ts" />
7
- /// <reference path="./types/jquery.d.ts" />
6
+ /// <reference path="./typings/dphelper.d.ts" />
7
+ /// <reference path="./typings/jquery.d.ts" />
8
8
 
9
9
  declare namespace dphelper {
10
10