@astrale-domains/issues 0.2.0 → 0.2.1

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.1](https://github.com/astrale-os/domains/compare/issues-v0.2.0...issues-v0.2.1) (2026-09-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **issues:** use domain authority in receiver workflows ([#150](https://github.com/astrale-os/domains/issues/150)) ([5351723](https://github.com/astrale-os/domains/commit/53517238b57e9e4b3140c5e1c5a564362efa37e6))
9
+
3
10
  ## [0.2.0](https://github.com/astrale-os/domains/compare/issues-v0.1.8...issues-v0.2.0) (2026-09-01)
4
11
 
5
12
 
@@ -169,12 +169,12 @@ export declare const Project: import("@astrale-os/sdk/schema").NodeClass<{
169
169
  readonly effectiveProperties: (import("@astrale-os/sdk/schema").AuthoredPropertyProjection<boolean, boolean, true, "archived", "self", undefined> | import("@astrale-os/sdk/schema").AuthoredPropertyProjection<string, string, true, "key", "self", undefined> | import("@astrale-os/sdk/schema").AuthoredPropertyProjection<string[], string[], true, "memberIds", "self", never> | import("@astrale-os/sdk/schema").AuthoredPropertyProjection<number, number, true, "nextIssueNumber", "self", never> | import("@astrale-os/sdk/schema").AuthoredPropertyProjection<string, string, true, "ownerId", "self", never>) | (import("@astrale-os/sdk/schema").ResolvedProperty<import("@astrale-os/sdk/schema").Value, false, never> & {
170
170
  readonly name: "description";
171
171
  readonly key: "kernel.astrale.ai:class.Descriptable.property.description";
172
- }) | (import("@astrale-os/sdk/schema").ResolvedProperty<import("@astrale-os/sdk/schema").Value, true, undefined> & {
173
- readonly name: "name";
174
- readonly key: "kernel.astrale.ai:class.Named.property.name";
175
172
  }) | (import("@astrale-os/sdk/schema").ResolvedProperty<import("@astrale-os/sdk/schema").Value, true, undefined> & {
176
173
  readonly name: "createdAt";
177
174
  readonly key: "kernel.astrale.ai:class.Timestamped.property.createdAt";
175
+ }) | (import("@astrale-os/sdk/schema").ResolvedProperty<import("@astrale-os/sdk/schema").Value, true, undefined> & {
176
+ readonly name: "name";
177
+ readonly key: "kernel.astrale.ai:class.Named.property.name";
178
178
  }) | (import("@astrale-os/sdk/schema").ResolvedProperty<import("@astrale-os/sdk/schema").Value, true, undefined> & {
179
179
  readonly name: "updatedAt";
180
180
  readonly key: "kernel.astrale.ai:class.Timestamped.property.updatedAt";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrale-domains/issues",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/astrale-os/domains.git",