@leverege/build-tools 2.112.0 → 2.112.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.112.0",
3
+ "version": "2.112.1",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
 
3
3
  orbs:
4
- leverege: leverege/circle-nodejs-ci@2.2.0
4
+ leverege: leverege/circle-nodejs-ci@2.2.1
5
5
 
6
6
  workflows:
7
7
  build-and-verify:
@@ -18,7 +18,7 @@ import {
18
18
  warning,
19
19
  } from '../Utils.mjs'
20
20
 
21
- const ORB_VERSION = '2.2.0' // Keep this in sync with the versions in circle-npm.yml and circle-yarn.yml
21
+ const ORB_VERSION = '2.2.1' // Keep this in sync with the versions in circle-npm.yml and circle-yarn.yml
22
22
  const CIRCLE_DIR = '.circleci'
23
23
  const CIRCLE_YML = `${CIRCLE_DIR}/config.yml`
24
24
  const CIRCLE_NPM_TEMPLATE = path.join( BUILD_TOOLS_ROOT, 'circle-orb-it', 'circle-npm.yml' )
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
 
3
3
  orbs:
4
- leverege: leverege/circle-nodejs-ci@2.2.0
4
+ leverege: leverege/circle-nodejs-ci@2.2.1
5
5
 
6
6
  workflows:
7
7
  build-and-verify: