@unisphere/nx 4.3.2 → 4.3.3

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.
@@ -52,7 +52,7 @@ function addCicdStep(tree) {
52
52
  devkit_1.logger.info('ℹ️ Security Audit step already exists in cicd.yml, skipping');
53
53
  return;
54
54
  }
55
- const installDepsMatch = content.match(/( *- name: Install Dependencies\n(?:.*\n)*?)( - name: )/);
55
+ const installDepsMatch = content.match(/( *- name: Install Dependencies[ \t]*\n(?:.*\n)*?)([ \t]*- name: )/);
56
56
  if (!installDepsMatch) {
57
57
  devkit_1.logger.warn('⚠️ Could not find Install Dependencies step in cicd.yml');
58
58
  throw new Error('Could not find Install Dependencies step in cicd.yml');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",