unplugin-kubb 0.1.31 → 0.1.32

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Stijn Van Hulle
3
+ Copyright (c) 2024 Stijn Van Hulle
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  <p>
7
7
  Kubb plugin for Vite, webpack, esbuild, Rollup, Nuxt, Astro and Rspack.
8
8
  </p>
9
- <img src="https://raw.githubusercontent.com/kubb-project/kubb/main/assets/banner.png" alt="logo" height="auto" />
9
+ <img src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/banner.png" alt="logo" height="auto" />
10
10
 
11
11
  [![npm version][npm-version-src]][npm-version-href]
12
12
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
@@ -18,13 +18,13 @@
18
18
  </p>
19
19
 
20
20
  <h4>
21
- <a href="https://codesandbox.io/s/github/kubb-project/kubb/tree/alpha/examples/typescript" target="_blank">View Demo</a>
21
+ <a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/alpha/examples/typescript" target="_blank">View Demo</a>
22
22
  <span> · </span>
23
23
  <a href="https://kubb.dev/" target="_blank">Documentation</a>
24
24
  <span> · </span>
25
- <a href="https://github.com/kubb-project/kubb/issues/" target="_blank">Report Bug</a>
25
+ <a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
26
26
  <span> · </span>
27
- <a href="https://github.com/kubb-project/kubb/issues/" target="_blank">Request Feature</a>
27
+ <a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Request Feature</a>
28
28
  </h4>
29
29
  </div>
30
30
 
@@ -148,11 +148,11 @@ type Options = {
148
148
  [npm-version-href]: https://npmjs.com/package/unplugin-kubb
149
149
  [npm-downloads-src]: https://img.shields.io/npm/dm/unplugin-kubb?flat&colorA=18181B&colorB=f58517
150
150
  [npm-downloads-href]: https://npmjs.com/package/unplugin-kubb
151
- [license-src]: https://img.shields.io/github/license/kubb-project/kubb.svg?flat&colorA=18181B&colorB=f58517
152
- [license-href]: https://github.com/kubb-project/kubb/blob/main/LICENSE
153
- [build-src]: https://img.shields.io/github/actions/workflow/status/kubb-project/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
151
+ [license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
152
+ [license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
153
+ [build-src]: https://img.shields.io/github/actions/workflow/status/kubb-labs/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
154
154
  [build-href]: https://www.npmjs.com/package/unplugin-kubb
155
155
  [minified-src]: https://img.shields.io/bundlephobia/min/unplugin-kubb?style=flat&colorA=18181B&colorB=f58517
156
156
  [minified-href]: https://www.npmjs.com/package/unplugin-kubb
157
- [coverage-src]: https://img.shields.io/codecov/c/github/kubb-project/kubb?style=flat&colorA=18181B&colorB=f58517
157
+ [coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
158
158
  [coverage-href]: https://www.npmjs.com/package/unplugin-kubb
package/dist/types.d.cts CHANGED
@@ -1,6 +1,9 @@
1
1
  import { UserConfig } from '@kubb/core';
2
2
 
3
3
  type Options = {
4
+ /**
5
+ * Kubb config without the Hooks.
6
+ */
4
7
  config?: Omit<UserConfig, 'hooks'>;
5
8
  };
6
9
 
package/dist/types.d.ts CHANGED
@@ -1,6 +1,9 @@
1
1
  import { UserConfig } from '@kubb/core';
2
2
 
3
3
  type Options = {
4
+ /**
5
+ * Kubb config without the Hooks.
6
+ */
4
7
  config?: Omit<UserConfig, 'hooks'>;
5
8
  };
6
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-kubb",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Unplugin for Kubb",
5
5
  "keywords": [
6
6
  "unplugin",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git://github.com/kubb-project/kubb.git",
21
+ "url": "git://github.com/kubb-labs/kubb.git",
22
22
  "directory": "packages/unplugin"
23
23
  },
24
24
  "license": "MIT",
@@ -98,7 +98,7 @@
98
98
  "rollup": "^3",
99
99
  "vite": ">=3",
100
100
  "webpack": "^4 || ^5",
101
- "@kubb/core": "2.13.0"
101
+ "@kubb/core": "2.13.1"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "webpack": {
@@ -128,18 +128,17 @@
128
128
  "@nuxt/schema": "^3.11.2",
129
129
  "@types/node": "^20.12.7",
130
130
  "rimraf": "^5.0.5",
131
- "rollup": "^4.14.2",
131
+ "rollup": "^4.14.3",
132
132
  "tsup": "^8.0.2",
133
133
  "typescript": "^5.4.5",
134
- "vite": "^5.2.8",
134
+ "vite": "^5.2.9",
135
135
  "vitest": "^1.5.0",
136
136
  "webpack": "^5.91.0",
137
137
  "@kubb/biome-config": "0.1.0",
138
+ "@kubb/core": "2.13.1",
138
139
  "@kubb/ts-config": "0.1.0",
139
- "@kubb/tsup-config": "1.1.8",
140
- "@kubb/core": "2.13.0"
140
+ "@kubb/tsup-config": "1.1.8"
141
141
  },
142
- "packageManager": "pnpm@8.15.0",
143
142
  "engines": {
144
143
  "node": ">=18",
145
144
  "pnpm": ">=8.15.0"
package/src/index.ts CHANGED
@@ -54,6 +54,7 @@ export const unpluginFactory: UnpluginFactory<Options | undefined> = (options) =
54
54
  write: true,
55
55
  ...userConfig.output,
56
56
  },
57
+
57
58
  },
58
59
  logger,
59
60
  })
package/src/types.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  import type { UserConfig } from '@kubb/core'
2
2
 
3
3
  export type Options = {
4
+ /**
5
+ * Kubb config without the Hooks.
6
+ */
4
7
  config?: Omit<UserConfig, 'hooks'>
5
8
  }