@vixoniccom/birthdays 0.7.1-dev.4 → 0.7.1-dev.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/build.zip +0 -0
- package/configuration/dataGroup/DataInputs.ts +1 -1
- package/configuration.json +1 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.7.1-dev.6](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-dev.5...v0.7.1-dev.6) (2025-06-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* Update dependencies and improve birthday loading logic ([7f34a0e](https://github.com/Vixonic/store-birthdays/commit/7f34a0ecaafc1de8646291fb5074b0ea828d17ad))
|
|
11
|
+
|
|
12
|
+
### [0.7.1-dev.5](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-dev.4...v0.7.1-dev.5) (2025-06-12)
|
|
13
|
+
|
|
5
14
|
### [0.7.1-dev.4](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-beta.0...v0.7.1-dev.4) (2025-06-12)
|
|
6
15
|
|
|
7
16
|
### [0.7.1-dev.1](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-beta.0...v0.7.1-dev.1) (2025-06-12)
|
package/build.zip
CHANGED
|
Binary file
|
|
@@ -17,7 +17,7 @@ export const dataInputs = [
|
|
|
17
17
|
description: 'Selecciona la fuente de los cumpleaños. Por defecto, Documento.'
|
|
18
18
|
}),
|
|
19
19
|
new ServiceInput({
|
|
20
|
-
id: '
|
|
20
|
+
id: 'documentService',
|
|
21
21
|
label: 'Documento',
|
|
22
22
|
serviceType: 'BirthdayAppService',
|
|
23
23
|
show: serviceEnabled.birthdayAppServiceEnabled
|
package/configuration.json
CHANGED
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "Lorenzo Alfaro Bravo"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.7.1-dev.
|
|
11
|
+
"version": "0.7.1-dev.6",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"prepublish": "vixonic-module-packager --mode=build",
|
|
14
14
|
"watch": "vixonic-module-packager --mode=watch",
|
|
@@ -20,18 +20,17 @@
|
|
|
20
20
|
"prerelease-dev": "standard-version --prerelease dev"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
+
"@vixoniccom/modules": "^2.20.3-dev.0",
|
|
23
24
|
"animejs": "^3.2.2",
|
|
24
|
-
"
|
|
25
|
-
"react": "^
|
|
26
|
-
"react-dom": "^17.0.2"
|
|
25
|
+
"react": "^18.3.1",
|
|
26
|
+
"react-dom": "^18.3.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/animejs": "^3.1.13",
|
|
30
30
|
"@types/lodash": "^4.17.0",
|
|
31
|
-
"@types/react": "^
|
|
32
|
-
"@types/react-dom": "^
|
|
31
|
+
"@types/react": "^18.3.23",
|
|
32
|
+
"@types/react-dom": "^18.3.7",
|
|
33
33
|
"@vixoniccom/module-packager": "2.12.0-dev.10",
|
|
34
|
-
"@vixoniccom/modules": "2.20.3-dev.0",
|
|
35
34
|
"standard-version": "^9.5.0"
|
|
36
35
|
}
|
|
37
36
|
}
|