vike 0.4.253-commit-1d110cc → 0.4.253-commit-56475f3

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.
@@ -1,2 +1,2 @@
1
1
  import '../../../assertEnvVite.js';
2
- export declare const ignorePatternsBuiltIn: readonly ["**/node_modules/**", "**/ejected/**", "**/*.telefunc.*", "**/.history/**", "**/*.generated.*"];
2
+ export declare const ignorePatternsBuiltIn: readonly ["**/node_modules/**", "**/ejected/**", "**/*.telefunc.*", "**/.history/**", "**/*.generated.*", "**/*.spec.*", "**/*.test.*"];
@@ -13,4 +13,7 @@ export const ignorePatternsBuiltIn = [
13
13
  '**/.history/**',
14
14
  // https://github.com/vikejs/vike/discussions/2222
15
15
  '**/*.generated.*',
16
+ // https://github.com/vikejs/vike/issues/2347
17
+ '**/*.spec.*',
18
+ '**/*.test.*',
16
19
  ];
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.253-commit-1d110cc";
1
+ export declare const PROJECT_VERSION: "0.4.253-commit-56475f3";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.253-commit-1d110cc';
2
+ export const PROJECT_VERSION = '0.4.253-commit-56475f3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.253-commit-1d110cc",
3
+ "version": "0.4.253-commit-56475f3",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {