@ibm-cloud/cd-tools 1.5.1 → 1.5.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.
@@ -7,8 +7,8 @@
7
7
  * Contract with IBM Corp.
8
8
  */
9
9
 
10
- import fs from 'node:fs';
11
- import { resolve } from 'node:path';
10
+ const fs = require('node:fs');
11
+ const { resolve } = require('node:path');
12
12
 
13
13
  const API_KEY = process.env['IBMCLOUD_API_KEY'];
14
14
  if (!API_KEY) throw Error(`Missing 'IBMCLOUD_API_KEY'`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibm-cloud/cd-tools",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Tools and utilities for the IBM Cloud Continuous Delivery service and resources",
5
5
  "repository": {
6
6
  "type": "git",