@nuxt/kit-nightly 4.1.3-29313386.edc02e27 → 4.1.3-29316215.910d159d

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 CHANGED
@@ -60,7 +60,7 @@ Example of an `app.vue`:
60
60
  <script setup lang="ts">
61
61
  useSeoMeta({
62
62
  title: 'Meet Nuxt',
63
- description: 'The Intuitive Vue Framework.'
63
+ description: 'The Intuitive Vue Framework.',
64
64
  })
65
65
  </script>
66
66
 
@@ -93,13 +93,13 @@ Discover our [list of modules](https://nuxt.com/modules) to supercharge your Nux
93
93
  We invite you to contribute and help improve Nuxt 💚
94
94
 
95
95
  Here are a few ways you can get involved:
96
- - **Reporting Bugs:** If you come across any bugs or issues, please check out the [reporting bugs guide](https://nuxt.com/docs/community/reporting-bugs) to learn how to submit a bug report.
97
- - **Suggestions:** Have ideas to enhance Nuxt? We'd love to hear them! Check out the [contribution guide](https://nuxt.com/docs/community/contribution) to share your suggestions.
98
- - **Questions:** If you have questions or need assistance, the [getting help guide](https://nuxt.com/docs/community/getting-help) provides resources to help you out.
96
+ - **Reporting Bugs:** If you come across any bugs or issues, please check out the [reporting bugs guide](https://nuxt.com/docs/4.x/community/reporting-bugs) to learn how to submit a bug report.
97
+ - **Suggestions:** Have ideas to enhance Nuxt? We'd love to hear them! Check out the [contribution guide](https://nuxt.com/docs/4.x/community/contribution) to share your suggestions.
98
+ - **Questions:** If you have questions or need assistance, the [getting help guide](https://nuxt.com/docs/4.x/community/getting-help) provides resources to help you out.
99
99
 
100
100
  ## <a name="local-development">🏠 Local Development</a>
101
101
 
102
- Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/community/framework-contribution#setup) to contribute to the framework and documentation.
102
+ Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/4.x/community/framework-contribution#setup) to contribute to the framework and documentation.
103
103
 
104
104
  ## <a name="professional-support">🛟 Professional Support</a>
105
105
 
package/dist/index.d.mts CHANGED
@@ -398,6 +398,9 @@ type PathType = 'file' | 'dir';
398
398
  * @param path path to the directory to resolve files in
399
399
  * @param pattern glob pattern or an array of glob patterns to match files
400
400
  * @param opts options for globbing
401
+ * @param opts.followSymbolicLinks whether to follow symbolic links, default is `true`
402
+ * @param opts.ignore additional glob patterns to ignore
403
+ * @returns sorted array of absolute file paths
401
404
  */
402
405
  declare function resolveFiles(path: string, pattern: string | string[], opts?: {
403
406
  followSymbolicLinks?: boolean;
package/dist/index.d.ts CHANGED
@@ -398,6 +398,9 @@ type PathType = 'file' | 'dir';
398
398
  * @param path path to the directory to resolve files in
399
399
  * @param pattern glob pattern or an array of glob patterns to match files
400
400
  * @param opts options for globbing
401
+ * @param opts.followSymbolicLinks whether to follow symbolic links, default is `true`
402
+ * @param opts.ignore additional glob patterns to ignore
403
+ * @returns sorted array of absolute file paths
401
404
  */
402
405
  declare function resolveFiles(path: string, pattern: string | string[], opts?: {
403
406
  followSymbolicLinks?: boolean;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@nuxt/kit-nightly",
3
- "version": "4.1.3-29313386.edc02e27",
3
+ "version": "4.1.3-29316215.910d159d",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
7
7
  "directory": "packages/kit"
8
8
  },
9
- "homepage": "https://nuxt.com/docs/api/kit",
9
+ "homepage": "https://nuxt.com/docs/4.x/api/kit",
10
10
  "description": "Toolkit for authoring modules and interacting with Nuxt",
11
11
  "license": "MIT",
12
12
  "type": "module",
@@ -47,7 +47,7 @@
47
47
  "untyped": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.3-29313386.edc02e27",
50
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.3-29316215.910d159d",
51
51
  "@rspack/core": "1.5.4",
52
52
  "@types/semver": "7.7.1",
53
53
  "hookable": "5.5.3",