@anmiles/google-api-wrapper 17.0.3 → 17.0.5

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 CHANGED
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [17.0.3](../../tags/v17.0.3) - 2024-01-16
8
+ ## [17.0.5](../../tags/v17.0.5) - 2024-01-19
9
+ ### Changed
10
+ - Update `@anmiles/prototypes`
11
+
12
+ ## [17.0.4](../../tags/v17.0.4) - 2024-01-16
9
13
  ### Changed
10
14
  - Fix README.md
11
15
 
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @anmiles/google-api-wrapper
2
2
 
3
- Provides quick interface for getting google API data. Support all google APIs as per May 31, 2023.
4
-
3
+ Provides quick interface for getting google API data.
4
+ Incapsulates auth process and getting paged items in one call
5
5
  ----
6
6
 
7
7
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anmiles/google-api-wrapper",
3
- "version": "17.0.3",
3
+ "version": "17.0.5",
4
4
  "description": "Provides quick interface for getting google API data",
5
5
  "keywords": [
6
6
  "google",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@anmiles/logger": "^6.0.0",
31
- "@anmiles/prototypes": "^7.0.0",
31
+ "@anmiles/prototypes": "^8.1.0",
32
32
  "@anmiles/sleep": "^3.0.0",
33
33
  "googleapis": "^130.0.0",
34
34
  "out-url": "^1.1.3",