@netlify/build-info 10.5.0 → 10.5.1

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.
@@ -3,6 +3,7 @@ export declare class ReactRouter extends BaseFramework implements Framework {
3
3
  readonly id = "react-router";
4
4
  name: string;
5
5
  npmDependencies: string[];
6
+ excludedNpmDependencies: string[];
6
7
  configFiles: string[];
7
8
  category: Category;
8
9
  dev: {
@@ -7,6 +7,7 @@ export class ReactRouter extends BaseFramework {
7
7
  // other frameworks/bundlers/runners be detected). There isn't a perfect way to identify a site's mode, but at the
8
8
  // time of writing both `@react-router/dev` and `react-router.config` should only be present in framework mode.
9
9
  npmDependencies = ['@react-router/dev'];
10
+ excludedNpmDependencies = ['@shopify/hydrogen'];
10
11
  configFiles = ['react-router.config.ts', 'react-router.config.js'];
11
12
  category = Category.SSG;
12
13
  dev = {
@@ -1 +1 @@
1
- {"version":3,"file":"react-router.js","sourceRoot":"","sources":["../../src/frameworks/react-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAA;AAE3B,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAgC,MAAM,gBAAgB,CAAA;AAEtF,MAAM,OAAO,WAAY,SAAQ,aAAa;IACnC,EAAE,GAAG,cAAc,CAAA;IAC5B,IAAI,GAAG,cAAc,CAAA;IACrB,kHAAkH;IAClH,kHAAkH;IAClH,+GAA+G;IAC/G,eAAe,GAAG,CAAC,mBAAmB,CAAC,CAAA;IACvC,WAAW,GAAG,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,CAAA;IAClE,QAAQ,GAAG,QAAQ,CAAC,GAAG,CAAA;IAEvB,GAAG,GAAG;QACJ,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,kBAAkB;KAC5B,CAAA;IAED,KAAK,GAAG;QACN,OAAO,EAAE,oBAAoB;QAC7B,SAAS,EAAE,cAAc;KAC1B,CAAA;IAED,IAAI,GAAG;QACL,OAAO,EAAE,+BAA+B;QACxC,KAAK,EAAE,+BAA+B;QACtC,IAAI,EAAE,8BAA8B;KACrC,CAAA;IAED,KAAK,CAAC,MAAM;QACV,MAAM,KAAK,CAAC,MAAM,EAAE,CAAA;QAEpB,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,sEAAsE;YACtE,IAAI,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,CAAC;gBAC9C,OAAM;YACR,CAAC;YAED,OAAO,IAAyB,CAAA;QAClC,CAAC;IACH,CAAC;CACF"}
1
+ {"version":3,"file":"react-router.js","sourceRoot":"","sources":["../../src/frameworks/react-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAA;AAE3B,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAgC,MAAM,gBAAgB,CAAA;AAEtF,MAAM,OAAO,WAAY,SAAQ,aAAa;IACnC,EAAE,GAAG,cAAc,CAAA;IAC5B,IAAI,GAAG,cAAc,CAAA;IACrB,kHAAkH;IAClH,kHAAkH;IAClH,+GAA+G;IAC/G,eAAe,GAAG,CAAC,mBAAmB,CAAC,CAAA;IACvC,uBAAuB,GAAG,CAAC,mBAAmB,CAAC,CAAA;IAC/C,WAAW,GAAG,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,CAAA;IAClE,QAAQ,GAAG,QAAQ,CAAC,GAAG,CAAA;IAEvB,GAAG,GAAG;QACJ,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,kBAAkB;KAC5B,CAAA;IAED,KAAK,GAAG;QACN,OAAO,EAAE,oBAAoB;QAC7B,SAAS,EAAE,cAAc;KAC1B,CAAA;IAED,IAAI,GAAG;QACL,OAAO,EAAE,+BAA+B;QACxC,KAAK,EAAE,+BAA+B;QACtC,IAAI,EAAE,8BAA8B;KACrC,CAAA;IAED,KAAK,CAAC,MAAM;QACV,MAAM,KAAK,CAAC,MAAM,EAAE,CAAA;QAEpB,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,sEAAsE;YACtE,IAAI,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,CAAC;gBAC9C,OAAM;YACR,CAAC;YAED,OAAO,IAAyB,CAAA;QAClC,CAAC;IACH,CAAC;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build-info",
3
- "version": "10.5.0",
3
+ "version": "10.5.1",
4
4
  "description": "Build info utility",
5
5
  "type": "module",
6
6
  "exports": {
@@ -68,5 +68,5 @@
68
68
  "engines": {
69
69
  "node": ">=18.14.0"
70
70
  },
71
- "gitHead": "85ec413dbce5342df01289953b91169c1f84c34b"
71
+ "gitHead": "d17373f5f6ab58289a5bc78d90bd0b520c9c652f"
72
72
  }