layerpro 0.6.85 → 0.7.1
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/.github/FUNDING.yml +5 -1
- package/.github/HISTORY.md +6 -1
- package/.github/README.md +1 -0
- package/FUNDING.yml +5 -1
- package/HISTORY.md +6 -1
- package/README.md +1 -0
- package/index.js +39 -2
- package/index.js.map +1 -0
- package/package.json +3 -8
- package/types/layerpro.d.ts +89 -53
- package/index.js.LICENSE.txt +0 -40
- /package/.github/{LICENSE.md → LICENSE.txt} +0 -0
- /package/{LICENSE.md → LICENSE.txt} +0 -0
package/.github/FUNDING.yml
CHANGED
|
@@ -9,4 +9,8 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
|
|
|
9
9
|
liberapay: passariello
|
|
10
10
|
issuehunt: passariello
|
|
11
11
|
otechie: # Replace with a single Otechie username
|
|
12
|
-
custom:
|
|
12
|
+
custom:
|
|
13
|
+
[
|
|
14
|
+
"https://dario.passariello.ca",
|
|
15
|
+
"https://www.indiegogo.com/individuals/28513718",
|
|
16
|
+
]
|
package/.github/HISTORY.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v0.
|
|
3
|
+
## v0.7.1 / 2024-08-07
|
|
4
4
|
|
|
5
5
|
- NPM update [Dario Passariello](https://github.com/passariello) ()
|
|
6
|
+
- Added support for timer
|
|
6
7
|
|
|
7
8
|
## Previous
|
|
8
9
|
|
|
10
|
+
## v0.6.* / 2024-08-06
|
|
11
|
+
|
|
12
|
+
- NPM update [Dario Passariello](https://github.com/passariello) ()
|
|
13
|
+
|
|
9
14
|
## v0.2.0 / 2024-01-06
|
|
10
15
|
|
|
11
16
|
- NPM update [Dario Passariello](https://github.com/passariello) ()
|
package/.github/README.md
CHANGED
package/FUNDING.yml
CHANGED
|
@@ -9,4 +9,8 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
|
|
|
9
9
|
liberapay: passariello
|
|
10
10
|
issuehunt: passariello
|
|
11
11
|
otechie: # Replace with a single Otechie username
|
|
12
|
-
custom:
|
|
12
|
+
custom:
|
|
13
|
+
[
|
|
14
|
+
"https://dario.passariello.ca",
|
|
15
|
+
"https://www.indiegogo.com/individuals/28513718",
|
|
16
|
+
]
|
package/HISTORY.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v0.
|
|
3
|
+
## v0.7.1 / 2024-08-07
|
|
4
4
|
|
|
5
5
|
- NPM update [Dario Passariello](https://github.com/passariello) ()
|
|
6
|
+
- Added support for timer
|
|
6
7
|
|
|
7
8
|
## Previous
|
|
8
9
|
|
|
10
|
+
## v0.6.* / 2024-08-06
|
|
11
|
+
|
|
12
|
+
- NPM update [Dario Passariello](https://github.com/passariello) ()
|
|
13
|
+
|
|
9
14
|
## v0.2.0 / 2024-01-06
|
|
10
15
|
|
|
11
16
|
- NPM update [Dario Passariello](https://github.com/passariello) ()
|