@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
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
warning,
|
|
19
19
|
} from '../Utils.mjs'
|
|
20
20
|
|
|
21
|
-
const ORB_VERSION = '2.2.
|
|
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' )
|