dphelper 0.5.5 → 0.5.6

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
@@ -0,0 +1,75 @@
1
+ ## Changelog
2
+
3
+ ## v0.5.6 / 2024-02-12
4
+
5
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
6
+ - Add TS capability  [Dario Passariello](https://github.com/passariello) ()
7
+ - Mode index to app folder  [Dario Passariello](https://github.com/passariello) ()
8
+ - Fix some bugs  [Dario Passariello](https://github.com/passariello) ()
9
+
10
+ ## Previous
11
+
12
+ ## v0.5.4 / 2024-02-10
13
+
14
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
15
+
16
+ ## v0.5.3 / 2024-01-30
17
+
18
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
19
+
20
+ ## v0.5.2 / 2024-01-06
21
+
22
+ - Add new functions  [Dario Passariello](https://github.com/passariello) ()
23
+ - Bug fix  [Dario Passariello](https://github.com/passariello) ()
24
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
25
+
26
+ ## v0.5.0 / 2024-01-01
27
+
28
+ - Add dates functionalities  [Dario Passariello](https://github.com/passariello) ()
29
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
30
+
31
+ ## v0.4.91 / 2023-12-20
32
+
33
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
34
+
35
+ ## v0.4.9 / 2023-12-12
36
+
37
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
38
+ - General bug fix  [Dario Passariello](https://github.com/passariello) ()
39
+ - Fix document forlder issue [Dario Passariello](https://github.com/passariello) ()
40
+
41
+ ## v0.4.8 / 2023-11-23
42
+
43
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
44
+ - Added split extension as dphelper.system  [Dario Passariello](https://github.com/passariello) ()
45
+ - General bug fix  [Dario Passariello](https://github.com/passariello) ()
46
+ - Removed documents folder from dist  [Dario Passariello](https://github.com/passariello) ()
47
+
48
+ ## v0.4.7 / 2023-11-11
49
+
50
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
51
+
52
+ ## v0.4.6 / 2023-11-08
53
+
54
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
55
+
56
+ ## v0.4.5 / 2023-11-08
57
+
58
+ - NPM update [Dario Passariello](https://github.com/passariello) ()
59
+
60
+ ## v0.4.4 / 2023-10-25
61
+
62
+ - Change license from CC BY-NC-ND 4.0 to MIT [Dario Passariello](https://github.com/passariello) ()
63
+ - NPM update [Dario Passariello](https://github.com/passariello) ()
64
+
65
+ ## v0.4.3 / 2023-10-18
66
+
67
+ - NPM update [Dario Passariello](https://github.com/passariello) ()
68
+
69
+ ## v0.4.2 / 2023-10-09
70
+
71
+ - Fix some minor bugs [Dario Passariello](https://github.com/passariello) ()
72
+ - NPM update [Dario Passariello](https://github.com/passariello) ()
73
+ - Change license Apache-2.0 to MIT
74
+
75
+ Please see the git history for the details of previous versions.
Binary file
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="./typings/dphelper.d.ts" />
7
- /// <reference path="./typings/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