layerpro 0.1.2 → 0.1.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/CHANGELOG.md +9 -0
- package/HISTORY.md +10 -0
- package/LICENSE.txt +1 -1
- package/index.js +1 -1
- package/package.json +223 -222
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
New minor (feature) releases of this app/software are released every six months and
|
|
4
|
+
patch (bugfix) releases are released every month. More information on the
|
|
5
|
+
release cycle: see package.json
|
|
6
|
+
|
|
7
|
+
## Previous
|
|
8
|
+
|
|
9
|
+
Please see the git history for the details of previous versions.
|
package/HISTORY.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.1.6 / 2023-10-09
|
|
4
|
+
|
|
5
|
+
- Fix some minor bugs [Dario Passariello](https://github.com/passariello) ()
|
|
6
|
+
- NPM update [Dario Passariello](https://github.com/passariello) ()
|
|
7
|
+
|
|
8
|
+
## Previous
|
|
9
|
+
|
|
10
|
+
Please see the git history for the details of previous versions.
|
package/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2022 Dario Passariello
|
|
3
|
+
Copyright (c) 2022 Dario Passariello - dariopassariello@gmail.com
|
|
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
|