@halospv3/hce.shared-config 3.0.0-develop.15 → 3.0.0-develop.17
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/CHANGELOG.md +12 -0
- package/mjs/dotnet/index.d.ts +0 -8
- package/mjs/dotnet/index.d.ts.map +1 -1
- package/mjs/dotnet.d.ts +0 -1
- package/mjs/dotnet.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/dotnet/index.ts +0 -9
- package/src/dotnet.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [3.0.0-develop.17](https://github.com/HaloSPV3/HCE.Shared/compare/v3.0.0-develop.16...v3.0.0-develop.17) (2025-07-31)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **dotnet:** do not mix `export *` and `export type *`! ([1184896](https://github.com/HaloSPV3/HCE.Shared/commit/118489616924fdb3d62670a67b1a0ab8123ba299))
|
|
6
|
+
|
|
7
|
+
## [3.0.0-develop.16](https://github.com/HaloSPV3/HCE.Shared/compare/v3.0.0-develop.15...v3.0.0-develop.16) (2025-07-31)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **dotnet:** do not mix `export *` and `export type *`! ([859dfb4](https://github.com/HaloSPV3/HCE.Shared/commit/859dfb440b32258ddd34f36cb9f42f033b8b287a))
|
|
12
|
+
|
|
1
13
|
## [3.0.0-develop.15](https://github.com/HaloSPV3/HCE.Shared/compare/v3.0.0-develop.14...v3.0.0-develop.15) (2025-07-31)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/mjs/dotnet/index.d.ts
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
export type * from './GithubNugetRegistryInfo.js';
|
|
2
|
-
export type * from './GitlabNugetRegistryInfo.js';
|
|
3
|
-
export type * from './helpers.js';
|
|
4
|
-
export type * from './IsNextVersionAlreadyPublished.cli.js';
|
|
5
|
-
export type * from './MSBuildProject.js';
|
|
6
|
-
export type * from './MSBuildProjectProperties.js';
|
|
7
|
-
export type * from './NugetProjectProperties.js';
|
|
8
|
-
export type * from './NugetRegistryInfo.js';
|
|
9
1
|
export * from './GithubNugetRegistryInfo.js';
|
|
10
2
|
export * from './GitlabNugetRegistryInfo.js';
|
|
11
3
|
export * from './helpers.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dotnet/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dotnet/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC;AAC7B,cAAc,wCAAwC,CAAC;AACvD,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC"}
|
package/mjs/dotnet.d.ts
CHANGED
package/mjs/dotnet.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dotnet.d.ts","sourceRoot":"","sources":["../src/dotnet.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"dotnet.d.ts","sourceRoot":"","sources":["../src/dotnet.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halospv3/hce.shared-config",
|
|
3
|
-
"version": "3.0.0-develop.
|
|
3
|
+
"version": "3.0.0-develop.17",
|
|
4
4
|
"description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"halo",
|
package/src/dotnet/index.ts
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
export type * from './GithubNugetRegistryInfo.js';
|
|
2
|
-
export type * from './GitlabNugetRegistryInfo.js';
|
|
3
|
-
export type * from './helpers.js';
|
|
4
|
-
export type * from './IsNextVersionAlreadyPublished.cli.js';
|
|
5
|
-
export type * from './MSBuildProject.js';
|
|
6
|
-
export type * from './MSBuildProjectProperties.js';
|
|
7
|
-
export type * from './NugetProjectProperties.js';
|
|
8
|
-
export type * from './NugetRegistryInfo.js';
|
|
9
|
-
|
|
10
1
|
export * from './GithubNugetRegistryInfo.js';
|
|
11
2
|
export * from './GitlabNugetRegistryInfo.js';
|
|
12
3
|
export * from './helpers.js';
|
package/src/dotnet.ts
CHANGED