@loopback/build 9.0.1 → 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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [9.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@9.0.1...@loopback/build@9.0.2) (2022-07-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **docs:** documentation update from availalbe to available ([f3550ac](https://github.com/loopbackio/loopback-next/commit/f3550ac800e25a84f5b38ca125d51cb34980b7ec))
12
+ * **docs:** update build documentation for spelling mistake ([0f1cc69](https://github.com/loopbackio/loopback-next/commit/0f1cc69fde24b10ff2d54a86454ee022cf74ff82))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [9.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@9.0.0...@loopback/build@9.0.1) (2022-06-13)
7
19
 
8
20
  **Note:** Version bump only for package @loopback/build
package/README.md CHANGED
@@ -79,7 +79,7 @@ Now you run the scripts, such as:
79
79
  }
80
80
  ```
81
81
 
82
- - Set options explicity for the script
82
+ - Set options explicitly for the script
83
83
 
84
84
  ```sh
85
85
  lb-tsc -p tsconfig.json --target es2017 --outDir dist
@@ -98,7 +98,7 @@ Now you run the scripts, such as:
98
98
 
99
99
  ### Stability: ⚠️Experimental⚠️
100
100
 
101
- If you would like to use `ttypescript` and its availalbe plugins, you can
101
+ If you would like to use `ttypescript` and its available plugins, you can
102
102
  substitute `lb-tsc` with `lb-ttsc`, or pass the option
103
103
  `lb-tsc --use-ttypescript`. If `ttypescript` is not installed, the default
104
104
  TypeScript compiler `tsc` will be used instead.
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": "9.0.1",
4
+ "version": "9.0.2",
5
5
  "license": "MIT",
6
6
  "bin": {
7
7
  "lb-tsc": "./bin/compile-package.js",
@@ -31,21 +31,21 @@
31
31
  "access": "public"
32
32
  },
33
33
  "dependencies": {
34
- "@loopback/eslint-config": "^13.0.1",
34
+ "@loopback/eslint-config": "^13.0.2",
35
35
  "@types/mocha": "^9.1.1",
36
36
  "@types/node": "^14.18.21",
37
37
  "cross-spawn": "^7.0.3",
38
38
  "debug": "^4.3.4",
39
- "eslint": "^8.17.0",
39
+ "eslint": "^8.19.0",
40
40
  "fs-extra": "^10.1.0",
41
41
  "glob": "^8.0.3",
42
42
  "lodash": "^4.17.21",
43
43
  "mocha": "^10.0.0",
44
44
  "nyc": "^15.1.0",
45
- "prettier": "^2.6.2",
45
+ "prettier": "^2.7.1",
46
46
  "rimraf": "^3.0.2",
47
47
  "source-map-support": "^0.5.21",
48
- "typescript": "~4.7.3"
48
+ "typescript": "~4.7.4"
49
49
  },
50
- "gitHead": "ccf7863d0639de966d6c6129b4aa94ba1dce2c33"
50
+ "gitHead": "d2eddfc1319810f4c0126e613c24499b5685f7e4"
51
51
  }