@storm-software/git-tools 2.88.5 → 2.88.7

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/dist/index.d.cts CHANGED
@@ -6,5 +6,5 @@ import 'nx/release/changelog-renderer/index';
6
6
  import 'nx/src/command-line/release/changelog';
7
7
  import 'nx/src/command-line/release/config/config';
8
8
  import 'nx/src/command-line/release/utils/github';
9
+ import '@nx/devkit';
9
10
  import 'nx/src/config/nx-json';
10
- import 'nx/src/devkit-exports';
package/dist/index.d.ts CHANGED
@@ -6,5 +6,5 @@ import 'nx/release/changelog-renderer/index';
6
6
  import 'nx/src/command-line/release/changelog';
7
7
  import 'nx/src/command-line/release/config/config';
8
8
  import 'nx/src/command-line/release/utils/github';
9
+ import '@nx/devkit';
9
10
  import 'nx/src/config/nx-json';
10
- import 'nx/src/devkit-exports';
@@ -1,6 +1,6 @@
1
1
  import { CommitScopesEnum } from '../types.cjs';
2
+ import '@nx/devkit';
2
3
  import 'nx/src/config/nx-json';
3
- import 'nx/src/devkit-exports';
4
4
 
5
5
  declare const DEFAULT_CONVENTIONAL_COMMITS_CONFIG: {
6
6
  questions: {
@@ -1,6 +1,6 @@
1
1
  import { CommitScopesEnum } from '../types.js';
2
+ import '@nx/devkit';
2
3
  import 'nx/src/config/nx-json';
3
- import 'nx/src/devkit-exports';
4
4
 
5
5
  declare const DEFAULT_CONVENTIONAL_COMMITS_CONFIG: {
6
6
  questions: {
package/dist/types.d.cts CHANGED
@@ -1,5 +1,5 @@
1
+ import { ProjectGraph, ProjectsConfigurations } from '@nx/devkit';
1
2
  import { NxReleaseVersionConfiguration, NxReleaseChangelogConfiguration, NxReleaseGitConfiguration, NxReleaseConventionalCommitsConfiguration } from 'nx/src/config/nx-json';
2
- import { ProjectGraph, ProjectsConfigurations } from 'nx/src/devkit-exports';
3
3
 
4
4
  type DeepPartial<T> = T extends object ? {
5
5
  [P in keyof T]?: DeepPartial<T[P]>;
package/dist/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
+ import { ProjectGraph, ProjectsConfigurations } from '@nx/devkit';
1
2
  import { NxReleaseVersionConfiguration, NxReleaseChangelogConfiguration, NxReleaseGitConfiguration, NxReleaseConventionalCommitsConfiguration } from 'nx/src/config/nx-json';
2
- import { ProjectGraph, ProjectsConfigurations } from 'nx/src/devkit-exports';
3
3
 
4
4
  type DeepPartial<T> = T extends object ? {
5
5
  [P in keyof T]?: DeepPartial<T[P]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.88.5",
3
+ "version": "2.88.7",
4
4
  "type": "module",
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "repository": {