@jterrazz/test 5.1.0 → 5.3.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/package.json CHANGED
@@ -1,58 +1,62 @@
1
1
  {
2
- "name": "@jterrazz/test",
3
- "version": "5.1.0",
4
- "author": "Jean-Baptiste Terrazzoni <contact@jterrazz.com>",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/jterrazz/package-test"
8
- },
9
- "files": [
10
- "dist"
11
- ],
12
- "type": "module",
13
- "exports": {
14
- ".": {
15
- "require": "./dist/index.cjs",
16
- "import": "./dist/index.js"
17
- }
18
- },
19
- "publishConfig": {
20
- "registry": "https://registry.npmjs.org/"
21
- },
22
- "scripts": {
23
- "build": "typescript bundle",
24
- "lint": "codestyle check",
25
- "lint:fix": "codestyle fix",
26
- "test": "vitest --run"
27
- },
28
- "dependencies": {
29
- "mockdate": "^3.0.5",
30
- "pg": "^8.20.0",
31
- "redis": "^5.11.0",
32
- "testcontainers": "^11.13.0",
33
- "vitest-mock-extended": "^3.1.0",
34
- "yaml": "^2.8.3"
35
- },
36
- "devDependencies": {
37
- "@hono/node-server": "^1.19.11",
38
- "@jterrazz/codestyle": "^2.2.0",
39
- "@jterrazz/typescript": "^5.2.0",
40
- "@types/node": "^25.5.0",
41
- "@types/pg": "^8.20.0",
42
- "hono": "^4.12.9",
43
- "vitest": "^4.1.2"
44
- },
45
- "peerDependencies": {
46
- "hono": "^4.0.0",
47
- "msw": "^2.12.0",
48
- "vitest": "^4.1.2"
49
- },
50
- "peerDependenciesMeta": {
51
- "hono": {
52
- "optional": true
2
+ "name": "@jterrazz/test",
3
+ "version": "5.3.1",
4
+ "author": "Jean-Baptiste Terrazzoni <contact@jterrazz.com>",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/jterrazz/package-test"
8
+ },
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "type": "module",
13
+ "exports": {
14
+ ".": {
15
+ "require": "./dist/index.cjs",
16
+ "import": "./dist/index.js"
17
+ }
18
+ },
19
+ "publishConfig": {
20
+ "registry": "https://registry.npmjs.org/"
21
+ },
22
+ "scripts": {
23
+ "build": "typescript bundle",
24
+ "lint": "codestyle check",
25
+ "lint:fix": "codestyle fix",
26
+ "test": "vitest --run"
27
+ },
28
+ "dependencies": {
29
+ "mockdate": "^3.0.5",
30
+ "pg": "^8.20.0",
31
+ "redis": "^5.11.0",
32
+ "testcontainers": "^11.13.0",
33
+ "vitest-mock-extended": "^3.1.0",
34
+ "yaml": "^2.8.3"
35
+ },
36
+ "devDependencies": {
37
+ "@hono/node-server": "^1.19.11",
38
+ "@jterrazz/codestyle": "^3.0.9",
39
+ "@jterrazz/typescript": "^5.2.0",
40
+ "@types/node": "^25.5.0",
41
+ "@types/pg": "^8.20.0",
42
+ "hono": "^4.12.9",
43
+ "typedoc": "^0.28.18",
44
+ "typedoc-plugin-markdown": "^4.11.0",
45
+ "vitepress": "^1.6.4",
46
+ "vitepress-plugin-llms": "^1.12.0",
47
+ "vitest": "^4.1.2"
48
+ },
49
+ "peerDependencies": {
50
+ "hono": "^4.0.0",
51
+ "msw": "^2.12.0",
52
+ "vitest": "^4.1.2"
53
53
  },
54
- "msw": {
55
- "optional": true
54
+ "peerDependenciesMeta": {
55
+ "hono": {
56
+ "optional": true
57
+ },
58
+ "msw": {
59
+ "optional": true
60
+ }
56
61
  }
57
- }
58
62
  }