aws-delivlib 14.4.86 → 14.4.87

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.
@@ -49,7 +49,7 @@
49
49
  "@octokit/webhooks@^10.0.0": "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.9.1.tgz#4674a6924567419d7d0187a8b6c88ec468a97a86",
50
50
  "@types/aws-lambda@^8.10.83": "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.119.tgz#aaf010a9c892b3e29a290e5c49bfe8bcec82c455",
51
51
  "@types/btoa-lite@^1.0.0": "https://registry.yarnpkg.com/@types/btoa-lite/-/btoa-lite-1.0.0.tgz#e190a5a548e0b348adb0df9ac7fa5f1151c7cca4",
52
- "@types/changelog-parser@^2.8.1": "https://registry.yarnpkg.com/@types/changelog-parser/-/changelog-parser-2.8.1.tgz#294f63a1d54af24ee73e600c1a0d4ba7ca9c2516",
52
+ "@types/changelog-parser@^2.8.1": "https://registry.yarnpkg.com/@types/changelog-parser/-/changelog-parser-2.8.2.tgz#83bfd060aebf45130ccdf2240e24491f7be4ad8f",
53
53
  "@types/jsonwebtoken@^9.0.0": "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#9eeb56c76dd555039be2a3972218de5bd3b8d83e",
54
54
  "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-20.5.9.tgz#a70ec9d8fa0180a314c3ede0e20ea56ff71aed9a",
55
55
  "@types/node@^14": "https://registry.yarnpkg.com/@types/node/-/node-14.18.58.tgz#547e64027defb95f34824794574dabf5417bc615",
@@ -59,8 +59,10 @@ declare namespace parseChangelog {
59
59
  // This type declaration reflects this.
60
60
  declare function parseChangelog(
61
61
  options:
62
- | (Partial<Exclude<parseChangelog.Options, 'filePath' | 'text'>> &
63
- (Pick<parseChangelog.Options, 'filePath'> | Pick<parseChangelog.Options, 'text'>))
62
+ | (
63
+ & Partial<Exclude<parseChangelog.Options, "filePath" | "text">>
64
+ & (Pick<parseChangelog.Options, "filePath"> | Pick<parseChangelog.Options, "text">)
65
+ )
64
66
  | string,
65
67
  callback?: (error: string | null, result: parseChangelog.Changelog) => void,
66
68
  ): Promise<parseChangelog.Changelog>;
@@ -70,7 +72,7 @@ export = parseChangelog;
70
72
  ````
71
73
 
72
74
  ### Additional Details
73
- * Last updated: Thu, 23 Dec 2021 23:34:22 GMT
75
+ * Last updated: Mon, 04 Sep 2023 15:40:43 GMT
74
76
  * Dependencies: none
75
77
  * Global values: none
76
78
 
@@ -49,8 +49,10 @@ declare namespace parseChangelog {
49
49
  // This type declaration reflects this.
50
50
  declare function parseChangelog(
51
51
  options:
52
- | (Partial<Exclude<parseChangelog.Options, 'filePath' | 'text'>> &
53
- (Pick<parseChangelog.Options, 'filePath'> | Pick<parseChangelog.Options, 'text'>))
52
+ | (
53
+ & Partial<Exclude<parseChangelog.Options, "filePath" | "text">>
54
+ & (Pick<parseChangelog.Options, "filePath"> | Pick<parseChangelog.Options, "text">)
55
+ )
54
56
  | string,
55
57
  callback?: (error: string | null, result: parseChangelog.Changelog) => void,
56
58
  ): Promise<parseChangelog.Changelog>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/changelog-parser",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "description": "TypeScript definitions for changelog-parser",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/changelog-parser",
6
6
  "license": "MIT",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "0f927cb6dd66c43493812d154442ab144fcd5643ad9b80593dfe2a49cdc90ac8",
23
+ "typesPublisherContentHash": "3a99329fde26f59a69afd784719daef15c3e235e5e4698e73c4b3b52b23f60a0",
24
24
  "typeScriptVersion": "4.4"
25
25
  }
package/package.json CHANGED
@@ -66,7 +66,7 @@
66
66
  "minipass": "3.2.1",
67
67
  "node-ical": "0.15.1",
68
68
  "npm-check-updates": "^16",
69
- "projen": "^0.73.6",
69
+ "projen": "^0.73.7",
70
70
  "rrule": "^2.7.2",
71
71
  "standard-version": "^9",
72
72
  "tar": "^6.1.15",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "main": "lib/index.js",
94
94
  "license": "Apache-2.0",
95
- "version": "14.4.86",
95
+ "version": "14.4.87",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "**/lib/__tests__/**/?(*.)+(spec|test).js?(x)"