aws-sdk-vitest-mock 0.7.0 → 0.7.1
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/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,11 +12,15 @@
|
|
|
12
12
|
<a href="https://www.npmjs.com/package/aws-sdk-vitest-mock">
|
|
13
13
|
<img src="https://img.shields.io/npm/v/aws-sdk-vitest-mock?color=cb3837&logo=npm" alt="npm version" />
|
|
14
14
|
</a>
|
|
15
|
+
<a href="https://app.codacy.com/gh/sudokar/aws-sdk-vitest-mock/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade">
|
|
16
|
+
<img src="https://app.codacy.com/project/badge/Grade/9f7e00cbb11c41f78cac6b85c8840672" alt="Codacy Badge" />
|
|
17
|
+
</a>
|
|
15
18
|
<img alt="NPM Downloads" src="https://img.shields.io/npm/dm/aws-sdk-vitest-mock">
|
|
16
19
|
<img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/sudokar/aws-sdk-vitest-mock">
|
|
17
20
|
<a href="https://github.com/sudokar/aws-sdk-vitest-mock/actions">
|
|
18
21
|
<img src="https://github.com/sudokar/aws-sdk-vitest-mock/actions/workflows/ci.yml/badge.svg" alt="CI Status" />
|
|
19
22
|
</a>
|
|
23
|
+
<br />
|
|
20
24
|
<img src="https://img.shields.io/badge/ESM%20Support-yes-4B32C3?logo=typescript" alt="ESM Support" />
|
|
21
25
|
<img src="https://img.shields.io/badge/Zero%20Dependencies-yes-brightgreen" alt="Zero Dependencies" />
|
|
22
26
|
<a href="https://eslint.org/">
|
|
@@ -38,6 +42,7 @@
|
|
|
38
42
|
- 🎭 **Flexible Mocking** - Support for partial matching, strict matching, and custom handlers
|
|
39
43
|
- 🧩 **Chainable API** - Fluent interface for configuring multiple mock behaviors
|
|
40
44
|
- 🔍 **Custom Matchers** - Vitest matchers for asserting AWS SDK command calls
|
|
45
|
+
- 📚 **Comprehensive API Docs** – [Read the full documentation here](https://sudokar.github.io/aws-sdk-vitest-mock/)
|
|
41
46
|
|
|
42
47
|
## 📦 Installation
|
|
43
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-sdk-vitest-mock",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@swc/helpers": "0.5.17",
|
|
58
58
|
"@types/eslint-plugin-security": "3.0.0",
|
|
59
59
|
"@types/node": "24.10.3",
|
|
60
|
-
"@typescript-eslint/parser": "8.
|
|
60
|
+
"@typescript-eslint/parser": "8.51.0",
|
|
61
61
|
"@vitest/coverage-v8": "4.0.15",
|
|
62
62
|
"@vitest/eslint-plugin": "1.5.2",
|
|
63
63
|
"eslint": "9.39.1",
|