@anmiles/google-api-wrapper 18.0.1 → 18.0.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ 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
+ ## [18.0.2](../../tags/v18.0.2) - 2024-03-20
9
+ ### Changed
10
+ - Update dependencies
11
+
8
12
  ## [18.0.1](../../tags/v18.0.1) - 2024-03-16
9
13
  ### Changed
10
14
  - Fix inferring type by getItems
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anmiles/google-api-wrapper",
3
- "version": "18.0.1",
3
+ "version": "18.0.2",
4
4
  "description": "Wrapper around googleapis for getting data shortly",
5
5
  "keywords": [
6
6
  "google",
@@ -17,7 +17,6 @@
17
17
  "main": "dist/index.js",
18
18
  "scripts": {
19
19
  "build": "rimraf dist && tsc -p ./tsconfig.build.json && copyfiles -u 1 src/templates/* dist/",
20
- "build:ci": "tsc -noEmit -p ./tsconfig.build.json",
21
20
  "lint": "eslint .",
22
21
  "lint:fix": "npm run lint -- --fix",
23
22
  "test": "jest --verbose",
@@ -28,9 +27,9 @@
28
27
  "test:report:coverage": "nyc report --nycrc-path ./coverage.config.js -t ./coverage --report-dir ./coverage"
29
28
  },
30
29
  "dependencies": {
31
- "@anmiles/logger": "^7.0.1",
32
- "@anmiles/prototypes": "^10.0.1",
33
- "@anmiles/sleep": "^4.0.0",
30
+ "@anmiles/logger": "^7.0.2",
31
+ "@anmiles/prototypes": "^10.0.4",
32
+ "@anmiles/sleep": "^4.0.1",
34
33
  "out-url": "^1.2.2",
35
34
  "server-destroy": "^1.0.1"
36
35
  },
@@ -38,21 +37,21 @@
38
37
  "googleapis": "^130.0.0"
39
38
  },
40
39
  "devDependencies": {
41
- "@anmiles/eslint-config": "^7.0.1",
42
- "@anmiles/tsconfig": "^2.0.1",
40
+ "@anmiles/eslint-config": "^7.1.1",
41
+ "@anmiles/tsconfig": "^3.0.1",
43
42
  "@stylistic/eslint-plugin": "^1.7.0",
44
43
  "@types/event-emitter": "^0.3.5",
45
44
  "@types/jest": "^29.5.12",
46
45
  "@types/server-destroy": "^1.0.3",
47
- "@typescript-eslint/eslint-plugin": "^7.2.0",
48
- "@typescript-eslint/parser": "^7.2.0",
46
+ "@typescript-eslint/eslint-plugin": "^7.3.1",
47
+ "@typescript-eslint/parser": "^7.3.1",
49
48
  "copyfiles": "^2.4.1",
50
49
  "eslint": "^8.57.0",
51
50
  "eslint-import-resolver-typescript": "^3.6.1",
52
51
  "eslint-plugin-align-assignments": "^1.1.2",
53
52
  "eslint-plugin-import": "^2.29.1",
54
53
  "eslint-plugin-jest": "^27.9.0",
55
- "eslint-plugin-jsonc": "^2.13.0",
54
+ "eslint-plugin-jsonc": "^2.14.1",
56
55
  "eslint-plugin-n": "^16.6.2",
57
56
  "eslint-plugin-promise": "^6.1.1",
58
57
  "event-emitter": "^0.3.5",