@gahojin-inc/aws-lambda-mock-context 2024.10.1 → 2024.10.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.
@@ -5,7 +5,7 @@ var uuid = require('uuid');
5
5
  /**
6
6
  * @gahojin-inc/aws-lambda-mock-context
7
7
  * AWS Lambda mock context object
8
- * @version: 2024.10.1
8
+ * @version: 2024.10.2
9
9
  * @author: GAHOJIN, Inc.
10
10
  * @license: Apache-2.0
11
11
  **/
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { v1, v4 } from 'uuid';
3
3
  /**
4
4
  * @gahojin-inc/aws-lambda-mock-context
5
5
  * AWS Lambda mock context object
6
- * @version: 2024.10.1
6
+ * @version: 2024.10.2
7
7
  * @author: GAHOJIN, Inc.
8
8
  * @license: Apache-2.0
9
9
  **/
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@gahojin-inc/aws-lambda-mock-context",
3
- "version": "2024.10.1",
3
+ "version": "2024.10.2",
4
4
  "description": "AWS Lambda mock context object",
5
5
  "author": "GAHOJIN, Inc.",
6
6
  "license": "Apache-2.0",
7
7
  "type": "module",
8
+ "sideEffects": false,
8
9
  "repository": {
9
10
  "type": "git",
10
11
  "url": "https://github.com/gahojin/aws-lambda-mock-context.git"
@@ -12,7 +13,11 @@
12
13
  "files": [
13
14
  "dist"
14
15
  ],
15
- "keywords": [],
16
+ "keywords": [
17
+ "aws",
18
+ "lambda",
19
+ "mock"
20
+ ],
16
21
  "publishConfig": {
17
22
  "access": "public",
18
23
  "provenance": true
@@ -32,16 +37,16 @@
32
37
  "uuid": "10.0.0"
33
38
  },
34
39
  "devDependencies": {
35
- "@biomejs/biome": "1.9.3",
40
+ "@biomejs/biome": "1.9.4",
36
41
  "@commitlint/cli": "19.5.0",
37
42
  "@commitlint/config-conventional": "19.5.0",
38
43
  "@types/aws-lambda": "8.10.145",
39
- "@types/node": "20.16.11",
44
+ "@types/node": "20.17.0",
40
45
  "@types/uuid": "10.0.0",
41
46
  "@vitest/coverage-v8": "2.1.3",
42
47
  "husky": "9.1.6",
43
48
  "jest-extended": "4.0.2",
44
- "npm-check-updates": "17.1.3",
49
+ "npm-check-updates": "17.1.4",
45
50
  "rimraf": "6.0.1",
46
51
  "tsup": "8.3.0",
47
52
  "typescript": "5.6.3",