absence.io 2.0.4 → 2.1.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/CHANGELOG.md +38 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 2.1.1 (2021-12-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Upgrade yarn lock file ([91511d0](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/91511d0f17882c1faedf55296ab11d9516a3d425))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 2.1.0 (2021-07-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **bamboohr.com:** Handle errors, add more TimeOff endpoints ([f9fd458](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/commit/f9fd458bf04253e01371e128d9ef06378700329c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [2.0.6](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@2.0.5...absence.io@2.0.6) (2021-05-17)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package absence.io
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [2.0.5](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@2.0.4...absence.io@2.0.5) (2021-04-14)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package absence.io
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
## [2.0.4](https://github.com/ffflorian/api-clients/tree/main/packages/absence.io/compare/absence.io@2.0.3...absence.io@2.0.4) (2021-04-01)
|
|
7
45
|
|
|
8
46
|
|
package/package.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"author": "Florian Imdahl <git@ffflorian.de>",
|
|
3
3
|
"dependencies": {
|
|
4
4
|
"@hapi/hawk": "8.0.0",
|
|
5
|
-
"axios": "0.
|
|
5
|
+
"axios": "0.24.0"
|
|
6
6
|
},
|
|
7
7
|
"description": "An absence.io API client",
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@types/hapi__hawk": "8.0.
|
|
10
|
-
"@types/node": "~
|
|
9
|
+
"@types/hapi__hawk": "8.0.2",
|
|
10
|
+
"@types/node": "~16",
|
|
11
11
|
"rimraf": "3.0.2",
|
|
12
|
-
"typedoc": "0.
|
|
13
|
-
"typescript": "4.
|
|
12
|
+
"typedoc": "0.22.10",
|
|
13
|
+
"typescript": "4.5.4"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">= 10.9"
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"dist": "yarn clean && yarn build:ts",
|
|
36
36
|
"test": "exit 0"
|
|
37
37
|
},
|
|
38
|
-
"version": "2.
|
|
39
|
-
"gitHead": "
|
|
38
|
+
"version": "2.1.1",
|
|
39
|
+
"gitHead": "d58af9a51f3046bf012cb2af1877c602c28d6e69"
|
|
40
40
|
}
|