@loopback/build 12.0.0 → 12.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [12.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@12.0.1...@loopback/build@12.0.2) (2025-07-15)
7
+
8
+ **Note:** Version bump only for package @loopback/build
9
+
10
+
11
+
12
+
13
+
14
+ ## [12.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@12.0.0...@loopback/build@12.0.1) (2025-06-12)
15
+
16
+ **Note:** Version bump only for package @loopback/build
17
+
18
+
19
+
20
+
21
+
6
22
  # [12.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@11.0.12...@loopback/build@12.0.0) (2025-06-10)
7
23
 
8
24
 
package/README.md CHANGED
@@ -63,7 +63,6 @@ Now you run the scripts, such as:
63
63
  `@loopback/build/config/tsconfig.common.json`.
64
64
 
65
65
  To customize the configuration:
66
-
67
66
  - Create `tsconfig.build.json` or `tsconfig.json` in your project's root
68
67
  directory
69
68
 
@@ -116,7 +115,6 @@ npm run build
116
115
  `lb-nyc` is a simple wrapper for [`nyc`](https://github.com/istanbuljs/nyc).
117
116
 
118
117
  To customize the configuration:
119
-
120
118
  - Create `.nycrc` in your project's root directory
121
119
 
122
120
  ```json
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/build",
3
3
  "description": "A set of common scripts and default configurations to build LoopBack 4 or other TypeScript modules",
4
- "version": "12.0.0",
4
+ "version": "12.0.2",
5
5
  "license": "MIT",
6
6
  "bin": {
7
7
  "lb-tsc": "./bin/compile-package.js",
@@ -38,14 +38,14 @@
38
38
  "debug": "^4.4.1",
39
39
  "eslint": "^8.57.1",
40
40
  "fs-extra": "^11.3.0",
41
- "glob": "^11.0.2",
41
+ "glob": "^11.0.3",
42
42
  "lodash": "^4.17.21",
43
- "mocha": "^11.5.0",
43
+ "mocha": "^11.7.1",
44
44
  "nyc": "^17.1.0",
45
- "prettier": "^3.5.3",
45
+ "prettier": "^3.6.2",
46
46
  "rimraf": "^5.0.10",
47
47
  "source-map-support": "^0.5.21",
48
48
  "typescript": "~5.2.2"
49
49
  },
50
- "gitHead": "be9e7324fca771c50502bdbd312821be8f94347e"
50
+ "gitHead": "c2a3c1ada086e3abd6ea195ec8f70ce5a63c924c"
51
51
  }