@creo-team/structures 2.0.1 → 2.0.8

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,6 +46,10 @@ const region = AwsRegion.UsEast1
46
46
  | **Other** | `LanguageCode`, `Status` |
47
47
  | **Types** | `PackageJson`, `Person`, `Repository`, `Bugs`, `Dependencies`, etc. |
48
48
 
49
+ ## Publishing
50
+
51
+ Releases are created on push to `main` via [action-release](https://github.com/creo-team/action-release). npm publish runs when the Release workflow completes successfully.
52
+
49
53
  ## Creo Ecosystem
50
54
 
51
55
  - [@creo-team/eslint-config](https://www.npmjs.com/package/@creo-team/eslint-config) — shared ESLint config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creo-team/structures",
3
- "version": "2.0.1",
3
+ "version": "2.0.8",
4
4
  "description": "Shared TypeScript structures — enums, interfaces, types — for consistency across Creo projects.",
5
5
  "author": "Creo Team",
6
6
  "license": "ISC",