@types/aws-cloudfront-function 1.0.2 → 1.0.3

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.
File without changes
@@ -2,17 +2,12 @@
2
2
  > `npm install --save @types/aws-cloudfront-function`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for AWS CloudFront Functions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html).
5
+ This package contains type definitions for aws-cloudfront-function (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-cloudfront-function.
9
9
  ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-cloudfront-function/index.d.ts)
10
10
  ````ts
11
- // Type definitions for non-npm package AWS CloudFront Functions 1.0
12
- // Project: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html
13
- // Definitions by: Jakub Zelenka <https://github.com/bukka>
14
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
-
16
11
  declare namespace AWSCloudFrontFunction {
17
12
  interface Event {
18
13
  version: "1.0";
@@ -72,9 +67,8 @@ declare namespace AWSCloudFrontFunction {
72
67
  ````
73
68
 
74
69
  ### Additional Details
75
- * Last updated: Tue, 24 May 2022 16:01:40 GMT
70
+ * Last updated: Tue, 17 Oct 2023 22:10:13 GMT
76
71
  * Dependencies: none
77
- * Global values: none
78
72
 
79
73
  # Credits
80
74
  These definitions were written by [Jakub Zelenka](https://github.com/bukka).
@@ -1,8 +1,3 @@
1
- // Type definitions for non-npm package AWS CloudFront Functions 1.0
2
- // Project: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html
3
- // Definitions by: Jakub Zelenka <https://github.com/bukka>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  declare namespace AWSCloudFrontFunction {
7
2
  interface Event {
8
3
  version: "1.0";
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/aws-cloudfront-function",
3
- "version": "1.0.2",
4
- "description": "TypeScript definitions for AWS CloudFront Functions",
3
+ "version": "1.0.3",
4
+ "description": "TypeScript definitions for aws-cloudfront-function",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-cloudfront-function",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Jakub Zelenka",
10
- "url": "https://github.com/bukka",
11
- "githubUsername": "bukka"
10
+ "githubUsername": "bukka",
11
+ "url": "https://github.com/bukka"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -20,6 +20,7 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "a19be8c24c1f01144fabb5d9ace0bcfb52426be911b201844e56c9262853ecb3",
24
- "typeScriptVersion": "3.9"
23
+ "typesPublisherContentHash": "a255abd4a1b4de30b49de4ba4bc861296085a949874931fbee7aa5e62dd53913",
24
+ "typeScriptVersion": "4.5",
25
+ "nonNpm": true
25
26
  }