@netlify/build-info 9.0.0 → 9.0.2

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.
@@ -339,6 +339,7 @@ export type Functions = {
339
339
  included_files?: IncludedFiles;
340
340
  node_bundler?: NodeBundler;
341
341
  directory?: Directory;
342
+ schedule?: string;
342
343
  } & Record<string, {
343
344
  node_bundler?: NodeBundler;
344
345
  external_node_modules?: ExternalNodeModules;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build-info",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Build info utility",
5
5
  "type": "module",
6
6
  "exports": {
@@ -56,11 +56,9 @@
56
56
  "yargs": "^17.6.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@bugsnag/source-maps": "^2.3.1",
60
59
  "@playwright/test": "^1.30.0",
61
60
  "@types/node": "^14.18.53",
62
61
  "@types/semver": "^7.3.13",
63
- "@vitest/coverage-v8": "^0.33.0",
64
62
  "@vitest/ui": "^0.34.0",
65
63
  "execa": "^7.0.0",
66
64
  "memfs": "^4.0.0",
@@ -73,5 +71,5 @@
73
71
  "engines": {
74
72
  "node": "^14.16.0 || >=16.0.0"
75
73
  },
76
- "gitHead": "65206cf82369d2e0412c707c763590690cc1819a"
74
+ "gitHead": "180306dc6d37736969b5fa951f8588c2c85e6109"
77
75
  }