@loopback/build 9.0.0 → 9.0.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@9.0.0...@loopback/build@9.0.1) (2022-06-13)
7
+
8
+ **Note:** Version bump only for package @loopback/build
9
+
10
+
11
+
12
+
13
+
6
14
  ## [9.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@8.1.2...@loopback/build@9.0.0) (2022-05-05)
7
15
 
8
16
 
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) IBM Corp. 2017,2019.
1
+ Copyright (c) IBM Corp. and LoopBack contributors 2017,2019.
2
2
  Node module: @loopback/build
3
3
  This project is licensed under the MIT License, full text below.
4
4
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Copyright IBM Corp. 2017,2020. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.
3
3
  // Node module: @loopback/build
4
4
  // This file is licensed under the MIT License.
5
5
  // License text available at https://opensource.org/licenses/MIT
package/bin/run-clean.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Copyright IBM Corp. 2017,2020. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.
3
3
  // Node module: @loopback/build
4
4
  // This file is licensed under the MIT License.
5
5
  // License text available at https://opensource.org/licenses/MIT
package/bin/run-eslint.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Copyright IBM Corp. 2019,2020. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
3
3
  // Node module: @loopback/build
4
4
  // This file is licensed under the MIT License.
5
5
  // License text available at https://opensource.org/licenses/MIT
package/bin/run-mocha.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Copyright IBM Corp. 2018,2020. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
3
3
  // Node module: @loopback/build
4
4
  // This file is licensed under the MIT License.
5
5
  // License text available at https://opensource.org/licenses/MIT
package/bin/run-nyc.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Copyright IBM Corp. 2017,2020. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.
3
3
  // Node module: @loopback/build
4
4
  // This file is licensed under the MIT License.
5
5
  // License text available at https://opensource.org/licenses/MIT
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // Copyright IBM Corp. 2017,2018. All Rights Reserved.
2
+ // Copyright IBM Corp. and LoopBack contributors 2017,2018. All Rights Reserved.
3
3
  // Node module: @loopback/build
4
4
  // This file is licensed under the MIT License.
5
5
  // License text available at https://opensource.org/licenses/MIT
package/bin/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2017,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.
2
2
  // Node module: @loopback/build
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2019,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
2
2
  // Node module: @loopback/build
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2017,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.
2
2
  // Node module: @loopback/build
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT
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.0",
4
+ "version": "9.0.1",
5
5
  "license": "MIT",
6
6
  "bin": {
7
7
  "lb-tsc": "./bin/compile-package.js",
@@ -13,8 +13,8 @@
13
13
  "lb-clean": "./bin/run-clean.js"
14
14
  },
15
15
  "main": "index.js",
16
- "author": "IBM Corp.",
17
- "copyright.owner": "IBM Corp.",
16
+ "author": "IBM Corp. and LoopBack contributors",
17
+ "copyright.owner": "IBM Corp. and LoopBack contributors",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "https://github.com/loopbackio/loopback-next.git",
@@ -31,21 +31,21 @@
31
31
  "access": "public"
32
32
  },
33
33
  "dependencies": {
34
- "@loopback/eslint-config": "^13.0.0",
34
+ "@loopback/eslint-config": "^13.0.1",
35
35
  "@types/mocha": "^9.1.1",
36
- "@types/node": "^12.20.50",
36
+ "@types/node": "^14.18.21",
37
37
  "cross-spawn": "^7.0.3",
38
38
  "debug": "^4.3.4",
39
- "eslint": "^8.14.0",
39
+ "eslint": "^8.17.0",
40
40
  "fs-extra": "^10.1.0",
41
- "glob": "^8.0.1",
41
+ "glob": "^8.0.3",
42
42
  "lodash": "^4.17.21",
43
43
  "mocha": "^10.0.0",
44
44
  "nyc": "^15.1.0",
45
45
  "prettier": "^2.6.2",
46
46
  "rimraf": "^3.0.2",
47
47
  "source-map-support": "^0.5.21",
48
- "typescript": "~4.6.4"
48
+ "typescript": "~4.7.3"
49
49
  },
50
- "gitHead": "61453a3d7a16f9f37875a3f2c2a071568eb3e3af"
50
+ "gitHead": "ccf7863d0639de966d6c6129b4aa94ba1dce2c33"
51
51
  }
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2018,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
2
2
  // Node module: @loopback/build
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2017,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.
2
2
  // Node module: @loopback/build
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT
@@ -8,6 +8,6 @@
8
8
  "dependencies": {
9
9
  "typescript": "*"
10
10
  },
11
- "author": "IBM Corp.",
11
+ "author": "IBM Corp. and LoopBack contributors",
12
12
  "license": "MIT"
13
13
  }
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2018,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
2
2
  // Node module: @loopback/build
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2018,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
2
2
  // Node module: @loopback/build
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT
@@ -1,4 +1,4 @@
1
- // Copyright IBM Corp. 2019,2020. All Rights Reserved.
1
+ // Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
2
2
  // Node module: @loopback/build
3
3
  // This file is licensed under the MIT License.
4
4
  // License text available at https://opensource.org/licenses/MIT