@netlify/build 27.18.5 → 27.18.6

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.
Files changed (135) hide show
  1. package/{src → lib}/core/bin.js +0 -0
  2. package/{src → lib}/core/build.js +0 -0
  3. package/{src → lib}/core/config.js +0 -0
  4. package/{src → lib}/core/constants.js +0 -0
  5. package/{src → lib}/core/dev.js +0 -0
  6. package/{src → lib}/core/dry.js +0 -0
  7. package/{src → lib}/core/feature_flags.js +0 -0
  8. package/{src → lib}/core/flags.js +0 -0
  9. package/{src → lib}/core/lingering.js +0 -0
  10. package/{src → lib}/core/main.js +0 -0
  11. package/{src → lib}/core/missing_side_file.js +0 -0
  12. package/{src → lib}/core/normalize_flags.js +0 -0
  13. package/{src → lib}/core/severity.js +0 -0
  14. package/{src → lib}/core/user_node_version.js +0 -0
  15. package/{src → lib}/env/changes.js +0 -0
  16. package/{src → lib}/env/main.js +0 -0
  17. package/{src → lib}/env/metadata.js +0 -0
  18. package/{src → lib}/error/api.js +0 -0
  19. package/{src → lib}/error/build.js +0 -0
  20. package/{src → lib}/error/cancel.js +0 -0
  21. package/{src → lib}/error/colors.js +0 -0
  22. package/{src → lib}/error/handle.js +0 -0
  23. package/{src → lib}/error/info.js +0 -0
  24. package/{src → lib}/error/monitor/location.js +0 -0
  25. package/{src → lib}/error/monitor/normalize.js +0 -0
  26. package/{src → lib}/error/monitor/print.js +0 -0
  27. package/{src → lib}/error/monitor/report.js +0 -0
  28. package/{src → lib}/error/monitor/start.js +0 -0
  29. package/{src → lib}/error/parse/clean_stack.js +1 -1
  30. package/{src → lib}/error/parse/location.js +0 -0
  31. package/{src → lib}/error/parse/normalize.js +0 -0
  32. package/{src → lib}/error/parse/parse.js +0 -0
  33. package/{src → lib}/error/parse/plugin.js +0 -0
  34. package/{src → lib}/error/parse/properties.js +0 -0
  35. package/{src → lib}/error/parse/serialize_log.js +0 -0
  36. package/{src → lib}/error/parse/serialize_status.js +0 -0
  37. package/{src → lib}/error/parse/stack.js +0 -0
  38. package/{src → lib}/error/type.js +0 -0
  39. package/{src → lib}/install/functions.js +0 -0
  40. package/{src → lib}/install/local.js +0 -0
  41. package/{src → lib}/install/main.js +0 -0
  42. package/{src → lib}/install/missing.js +0 -0
  43. package/{src → lib}/log/colors.js +0 -0
  44. package/{src → lib}/log/description.js +0 -0
  45. package/{src → lib}/log/header.js +0 -0
  46. package/{src → lib}/log/header_func.js +0 -0
  47. package/{src → lib}/log/logger.js +0 -0
  48. package/{src → lib}/log/messages/compatibility.js +0 -0
  49. package/{src → lib}/log/messages/config.js +0 -0
  50. package/{src → lib}/log/messages/core.js +0 -0
  51. package/{src → lib}/log/messages/core_steps.js +0 -0
  52. package/{src → lib}/log/messages/dry.js +0 -0
  53. package/{src → lib}/log/messages/install.js +0 -0
  54. package/{src → lib}/log/messages/ipc.js +0 -0
  55. package/{src → lib}/log/messages/mutations.js +0 -0
  56. package/{src → lib}/log/messages/plugins.js +0 -0
  57. package/{src → lib}/log/messages/status.js +0 -0
  58. package/{src → lib}/log/messages/steps.js +0 -0
  59. package/{src → lib}/log/old_version.js +0 -0
  60. package/{src → lib}/log/serialize.js +0 -0
  61. package/{src → lib}/log/stream.js +0 -0
  62. package/{src → lib}/log/theme.js +0 -0
  63. package/{src → lib}/plugins/child/diff.js +0 -0
  64. package/{src → lib}/plugins/child/error.js +0 -0
  65. package/{src → lib}/plugins/child/lazy.js +0 -0
  66. package/{src → lib}/plugins/child/load.js +0 -0
  67. package/{src → lib}/plugins/child/logic.js +0 -0
  68. package/{src → lib}/plugins/child/main.js +0 -0
  69. package/{src → lib}/plugins/child/run.js +0 -0
  70. package/{src → lib}/plugins/child/status.js +0 -0
  71. package/{src → lib}/plugins/child/typescript.js +0 -0
  72. package/{src → lib}/plugins/child/utils.js +0 -0
  73. package/{src → lib}/plugins/child/validate.js +0 -0
  74. package/{src → lib}/plugins/compatibility.js +0 -0
  75. package/{src → lib}/plugins/error.js +0 -0
  76. package/{src → lib}/plugins/events.js +0 -0
  77. package/{src → lib}/plugins/expected_version.js +0 -0
  78. package/{src → lib}/plugins/ipc.js +0 -0
  79. package/{src → lib}/plugins/list.js +0 -0
  80. package/{src → lib}/plugins/load.js +0 -0
  81. package/{src → lib}/plugins/manifest/check.js +0 -0
  82. package/{src → lib}/plugins/manifest/load.js +0 -0
  83. package/{src → lib}/plugins/manifest/main.js +0 -0
  84. package/{src → lib}/plugins/manifest/path.js +0 -0
  85. package/{src → lib}/plugins/manifest/validate.js +0 -0
  86. package/{src → lib}/plugins/node_version.js +0 -0
  87. package/{src → lib}/plugins/options.js +0 -0
  88. package/{src → lib}/plugins/pinned_version.js +0 -0
  89. package/{src → lib}/plugins/resolve.js +0 -0
  90. package/{src → lib}/plugins/spawn.js +0 -0
  91. package/{src → lib}/plugins_core/add.js +0 -0
  92. package/{src → lib}/plugins_core/build_command.js +0 -0
  93. package/{src → lib}/plugins_core/deploy/buildbot_client.js +0 -0
  94. package/{src → lib}/plugins_core/deploy/index.js +0 -0
  95. package/{src → lib}/plugins_core/deploy/manifest.yml +0 -0
  96. package/{src → lib}/plugins_core/edge_functions/index.js +0 -0
  97. package/{src → lib}/plugins_core/edge_functions/lib/error.js +0 -0
  98. package/{src → lib}/plugins_core/edge_functions/lib/internal_manifest.js +0 -0
  99. package/{src → lib}/plugins_core/edge_functions/validate_manifest/validate_edge_functions_manifest.js +0 -0
  100. package/{src → lib}/plugins_core/functions/error.js +0 -0
  101. package/{src → lib}/plugins_core/functions/feature_flags.js +0 -0
  102. package/{src → lib}/plugins_core/functions/index.js +0 -0
  103. package/{src → lib}/plugins_core/functions/utils.js +0 -0
  104. package/{src → lib}/plugins_core/functions/zisi.js +0 -0
  105. package/{src → lib}/plugins_core/functions_install/index.js +0 -0
  106. package/{src → lib}/plugins_core/functions_install/manifest.yml +0 -0
  107. package/{src → lib}/plugins_core/list.js +0 -0
  108. package/{src → lib}/status/add.js +0 -0
  109. package/{src → lib}/status/colors.js +0 -0
  110. package/{src → lib}/status/load_error.js +0 -0
  111. package/{src → lib}/status/report.js +0 -0
  112. package/{src → lib}/status/success.js +0 -0
  113. package/{src → lib}/steps/core_step.js +0 -0
  114. package/{src → lib}/steps/error.js +0 -0
  115. package/{src → lib}/steps/get.js +0 -0
  116. package/{src → lib}/steps/plugin.js +0 -0
  117. package/{src → lib}/steps/return.js +0 -0
  118. package/{src → lib}/steps/run_core_steps.js +0 -0
  119. package/{src → lib}/steps/run_step.js +0 -0
  120. package/{src → lib}/steps/run_steps.js +0 -0
  121. package/{src → lib}/steps/update_config.js +0 -0
  122. package/{src → lib}/telemetry/main.js +0 -0
  123. package/{src → lib}/time/aggregate.js +0 -0
  124. package/{src → lib}/time/main.js +0 -0
  125. package/{src → lib}/time/measure.js +0 -0
  126. package/{src → lib}/time/report.js +0 -0
  127. package/{src → lib}/utils/errors.js +0 -0
  128. package/{src → lib}/utils/json.js +0 -0
  129. package/{src → lib}/utils/omit.js +0 -0
  130. package/{src → lib}/utils/package.js +0 -0
  131. package/{src → lib}/utils/remove_falsy.js +0 -0
  132. package/{src → lib}/utils/resolve.js +0 -0
  133. package/{src → lib}/utils/runtime.js +0 -0
  134. package/{src → lib}/utils/semver.js +0 -0
  135. package/package.json +14 -12
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -76,7 +76,7 @@ const INTERNAL_STACK_STRINGS = [
76
76
  ]
77
77
 
78
78
  // This is only needed for local builds and tests
79
- const INTERNAL_STACK_REGEXP = /(packages|@netlify)\/build\/(src\/|tests\/helpers\/|tests\/.*\/tests.js|node_modules)/
79
+ const INTERNAL_STACK_REGEXP = /(packages|@netlify)\/build\/(lib\/|tests\/helpers\/|tests\/.*\/tests.js|node_modules)/
80
80
 
81
81
  const INITIAL_NEWLINES = /^\n+/
82
82
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "27.18.5",
3
+ "version": "27.18.6",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
- "exports": "./src/core/main.js",
7
- "main": "./src/core/main.js",
6
+ "exports": "./lib/core/main.js",
7
+ "main": "./lib/core/main.js",
8
8
  "types": "types/index.d.ts",
9
9
  "bin": {
10
- "netlify-build": "./src/core/bin.js"
10
+ "netlify-build": "./lib/core/bin.js"
11
11
  },
12
12
  "files": [
13
- "src/**/*.js",
14
- "src/**/*.yml",
13
+ "lib/**/*.js",
14
+ "lib/**/*.yml",
15
15
  "types/**/*.d.ts"
16
16
  ],
17
17
  "author": "Netlify Inc.",
@@ -20,7 +20,9 @@
20
20
  "Swyx <swyx@netlify.com> (https://www.swyx.io)"
21
21
  ],
22
22
  "scripts": {
23
- "prepublishOnly": "cd ../../ && npm run prepublishOnly"
23
+ "prepublishOnly": "cd ../../ && npm run prepublishOnly",
24
+ "prebuild": "rm -rf lib",
25
+ "build": "cp -a src lib/"
24
26
  },
25
27
  "keywords": [
26
28
  "nodejs",
@@ -57,12 +59,12 @@
57
59
  "dependencies": {
58
60
  "@bugsnag/js": "^7.0.0",
59
61
  "@netlify/edge-bundler": "^2.2.0",
60
- "@netlify/cache-utils": "^4.0.0",
61
- "@netlify/config": "^18.2.3",
62
- "@netlify/functions-utils": "^4.2.9",
63
- "@netlify/git-utils": "^4.0.0",
62
+ "@netlify/cache-utils": "^4.1.5",
63
+ "@netlify/config": "^18.2.4",
64
+ "@netlify/functions-utils": "^4.2.10",
65
+ "@netlify/git-utils": "^4.1.2",
64
66
  "@netlify/plugins-list": "^6.46.0",
65
- "@netlify/run-utils": "^4.0.0",
67
+ "@netlify/run-utils": "^4.0.2",
66
68
  "@netlify/zip-it-and-ship-it": "^7.1.2",
67
69
  "@sindresorhus/slugify": "^2.0.0",
68
70
  "@types/node": "^16.0.0",