@kubb/plugin-cypress 3.9.0 → 3.9.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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -39,15 +39,15 @@ Kubb uses an MIT-licensed open source project with its ongoing development made
39
39
 
40
40
  <!-- Badges -->
41
41
 
42
- [npm-version-src]: https://img.shields.io/npm/v/@kubb/plugin-msw?flat&colorA=18181B&colorB=f58517
43
- [npm-version-href]: https://npmjs.com/package/@kubb/plugin-msw
44
- [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/plugin-msw?flat&colorA=18181B&colorB=f58517
45
- [npm-downloads-href]: https://npmjs.com/package/@kubb/plugin-msw
42
+ [npm-version-src]: https://img.shields.io/npm/v/@kubb/plugin-cypress?flat&colorA=18181B&colorB=f58517
43
+ [npm-version-href]: https://npmjs.com/package/@kubb/plugin-cypress
44
+ [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/plugin-cypress?flat&colorA=18181B&colorB=f58517
45
+ [npm-downloads-href]: https://npmjs.com/package/@kubb/plugin-cypress
46
46
  [license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
47
47
  [license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
48
48
  [build-src]: https://img.shields.io/github/actions/workflow/status/kubb-labs/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
49
- [build-href]: https://www.npmjs.com/package/@kubb/plugin-msw
50
- [minified-src]: https://img.shields.io/bundlephobia/min/@kubb/plugin-msw?style=flat&colorA=18181B&colorB=f58517
51
- [minified-href]: https://www.npmjs.com/package/@kubb/plugin-msw
49
+ [build-href]: https://www.npmjs.com/package/@kubb/plugin-cypress
50
+ [minified-src]: https://img.shields.io/bundlephobia/min/@kubb/plugin-cypress?style=flat&colorA=18181B&colorB=f58517
51
+ [minified-href]: https://www.npmjs.com/package/@kubb/plugin-cypress
52
52
  [coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
53
- [coverage-href]: https://www.npmjs.com/package/@kubb/plugin-msw
53
+ [coverage-href]: https://www.npmjs.com/package/@kubb/plugin-cypress
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-cypress",
3
- "version": "3.9.0",
3
+ "version": "3.9.2",
4
4
  "description": "Generator cypress",
5
5
  "keywords": [
6
6
  "typescript",
@@ -12,11 +12,11 @@
12
12
  ],
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "git://github.com/kubb-labs/kubb.git",
15
+ "url": "https://github.com/kubb-labs/kubb.git",
16
16
  "directory": "packages/plugin-cypress"
17
17
  },
18
18
  "license": "MIT",
19
- "author": "Stijn Van Hulle <stijn@stijnvanhulle.be",
19
+ "author": "stijnvanhulle",
20
20
  "sideEffects": false,
21
21
  "type": "module",
22
22
  "exports": {
@@ -74,20 +74,20 @@
74
74
  "!/**/__tests__/**"
75
75
  ],
76
76
  "dependencies": {
77
- "@kubb/core": "3.9.0",
78
- "@kubb/fs": "3.9.0",
79
- "@kubb/oas": "3.9.0",
80
- "@kubb/plugin-oas": "3.9.0",
81
- "@kubb/plugin-ts": "3.9.0",
82
- "@kubb/react": "3.9.0"
77
+ "@kubb/core": "3.9.2",
78
+ "@kubb/fs": "3.9.2",
79
+ "@kubb/oas": "3.9.2",
80
+ "@kubb/plugin-oas": "3.9.2",
81
+ "@kubb/plugin-ts": "3.9.2",
82
+ "@kubb/react": "3.9.2"
83
83
  },
84
84
  "devDependencies": {
85
85
  "@types/react": "^18.3.20",
86
86
  "react": "^18.3.1",
87
87
  "tsup": "^8.4.0",
88
88
  "typescript": "^5.8.3",
89
- "@kubb/config-ts": "3.9.0",
90
- "@kubb/config-tsup": "3.9.0"
89
+ "@kubb/config-ts": "3.9.2",
90
+ "@kubb/config-tsup": "3.9.2"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@kubb/react": "^3.0.0"