@nuxt/kit-nightly 4.1.3-29314777.50febbbb → 4.1.3-29316225.304409da

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
 
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/kit-nightly",
3
- "version": "4.1.3-29314777.50febbbb",
3
+ "version": "4.1.3-29316225.304409da",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -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-29314777.50febbbb",
50
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.3-29316225.304409da",
51
51
  "@rspack/core": "1.5.4",
52
52
  "@types/semver": "7.7.1",
53
53
  "hookable": "5.5.3",