@astrale-domains/issues 0.3.1 → 0.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.
- package/README.md +2 -2
- package/dist/schema/modules/comment/classes/comment.d.ts +1 -153
- package/dist/schema/modules/issue/classes/issue.d.ts +1 -389
- package/dist/schema/modules/project/classes/project.d.ts +1 -389
- package/dist/schema/modules/tag/classes/tag.d.ts +1 -271
- package/dist/schema/schema.d.ts +8 -1207
- package/package.json +5 -5
- package/CHANGELOG.md +0 -172
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrale-domains/issues",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/astrale-os/domains.git",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"registry": "https://registry.npmjs.org/"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@astrale-os/sdk": "0.5.0-beta.
|
|
31
|
+
"@astrale-os/sdk": "0.5.0-beta.131",
|
|
32
32
|
"zod": "4.4.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@astrale-os/adapter-cloudflare": "0.5.0-beta.
|
|
35
|
+
"@astrale-os/adapter-cloudflare": "0.5.0-beta.134",
|
|
36
36
|
"@astrale-os/ox": ">=0.1.4 <1.0.0",
|
|
37
|
-
"@astrale-os/shell": "0.5.0-beta.
|
|
38
|
-
"@astrale-os/shell-react": "0.4.0-beta.
|
|
37
|
+
"@astrale-os/shell": "0.5.0-beta.18",
|
|
38
|
+
"@astrale-os/shell-react": "0.4.0-beta.17",
|
|
39
39
|
"@astrale-os/ui": "0.3.0-beta.25",
|
|
40
40
|
"@tailwindcss/vite": "^4.3.3",
|
|
41
41
|
"@tanstack/react-router": "1.170.18",
|
package/CHANGELOG.md
DELETED
|
@@ -1,172 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.3.1](https://github.com/astrale-os/domains/compare/issues-v0.3.0...issues-v0.3.1) (2026-09-07)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Bug Fixes
|
|
7
|
-
|
|
8
|
-
* **issues:** report invalid project input as validation errors ([#192](https://github.com/astrale-os/domains/issues/192)) ([d544723](https://github.com/astrale-os/domains/commit/d54472314dc40822325f025fc4754c6f96bbabb5))
|
|
9
|
-
* **schema:** infer domain schemas with the released SDK ([#189](https://github.com/astrale-os/domains/issues/189)) ([c6198a1](https://github.com/astrale-os/domains/commit/c6198a188ed97ea747419e5a3367faf5839c3ba4))
|
|
10
|
-
|
|
11
|
-
## [0.3.0](https://github.com/astrale-os/domains/compare/issues-v0.2.3...issues-v0.3.0) (2026-09-07)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### ⚠ BREAKING CHANGES
|
|
15
|
-
|
|
16
|
-
* **services:** implement management methods on exact worker classes ([#176](https://github.com/astrale-os/domains/issues/176))
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* **domains:** adopt deploy-only project environments ([#183](https://github.com/astrale-os/domains/issues/183)) ([cedee91](https://github.com/astrale-os/domains/commit/cedee910d89e3e23420aad8291f54715fc6c87f5))
|
|
21
|
-
* **services:** implement management methods on exact worker classes ([#176](https://github.com/astrale-os/domains/issues/176)) ([f08ecd5](https://github.com/astrale-os/domains/commit/f08ecd5ffed9305e3ebae194202a1d252a84d1af))
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### Bug Fixes
|
|
25
|
-
|
|
26
|
-
* **domains:** align bootstrap domains with Register kernel ([#185](https://github.com/astrale-os/domains/issues/185)) ([ead0ed0](https://github.com/astrale-os/domains/commit/ead0ed0fc7483d862e825934dd5e7ec01fbeaced))
|
|
27
|
-
* **issues:** derive Browse assignment from readable Issue state ([#171](https://github.com/astrale-os/domains/issues/171)) ([31ec886](https://github.com/astrale-os/domains/commit/31ec88671a4ddb2d47e38293c917dfa1a10f75d2))
|
|
28
|
-
* **issues:** use visible identity indexes in view ([#169](https://github.com/astrale-os/domains/issues/169)) ([58f2ad0](https://github.com/astrale-os/domains/commit/58f2ad02803113bfdd06dbddfa893f827f54ad86))
|
|
29
|
-
* **schema:** migrate downstream Class Policy contracts ([#174](https://github.com/astrale-os/domains/issues/174)) ([15abf49](https://github.com/astrale-os/domains/commit/15abf49f3c8ecc1e23313f9fdde8d7c85085d3a3))
|
|
30
|
-
|
|
31
|
-
## [0.2.3](https://github.com/astrale-os/domains/compare/issues-v0.2.2...issues-v0.2.3) (2026-09-04)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Bug Fixes
|
|
35
|
-
|
|
36
|
-
* **deps:** align SDK and Kernel release cohort ([#167](https://github.com/astrale-os/domains/issues/167)) ([68a40b6](https://github.com/astrale-os/domains/commit/68a40b6a82435212ed499bc1c102894f09bf917c))
|
|
37
|
-
* **issues:** retain the effective caller identity ([#164](https://github.com/astrale-os/domains/issues/164)) ([5096a9f](https://github.com/astrale-os/domains/commit/5096a9f13408db81754b81fa4feab86e14a90538))
|
|
38
|
-
|
|
39
|
-
## [0.2.2](https://github.com/astrale-os/domains/compare/issues-v0.2.1...issues-v0.2.2) (2026-09-03)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
* **schema:** declare required node class icons ([#160](https://github.com/astrale-os/domains/issues/160)) ([5424171](https://github.com/astrale-os/domains/commit/5424171a7a6131bb8cf4c983b1866fc6bbefb73e))
|
|
45
|
-
|
|
46
|
-
## [0.2.1](https://github.com/astrale-os/domains/compare/issues-v0.2.0...issues-v0.2.1) (2026-09-01)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
* **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))
|
|
52
|
-
|
|
53
|
-
## [0.2.0](https://github.com/astrale-os/domains/compare/issues-v0.1.8...issues-v0.2.0) (2026-09-01)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### ⚠ BREAKING CHANGES
|
|
57
|
-
|
|
58
|
-
* adopt unified Domain functions layer ([#144](https://github.com/astrale-os/domains/issues/144))
|
|
59
|
-
|
|
60
|
-
### Features
|
|
61
|
-
|
|
62
|
-
* adopt unified Domain functions layer ([#144](https://github.com/astrale-os/domains/issues/144)) ([47879e1](https://github.com/astrale-os/domains/commit/47879e1401fc63dbe4dcfc2c6dcc23262b6baf7c))
|
|
63
|
-
|
|
64
|
-
## [0.1.8](https://github.com/astrale-os/domains/compare/issues-v0.1.7...issues-v0.1.8) (2026-08-30)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Bug Fixes
|
|
68
|
-
|
|
69
|
-
* **domains:** adopt function requirements ([#141](https://github.com/astrale-os/domains/issues/141)) ([29710c9](https://github.com/astrale-os/domains/commit/29710c9ee057e4c6a50901b3c54e42c3694d143e))
|
|
70
|
-
|
|
71
|
-
## [0.1.7](https://github.com/astrale-os/domains/compare/issues-v0.1.6...issues-v0.1.7) (2026-08-30)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### Features
|
|
75
|
-
|
|
76
|
-
* **state:** colocate lifecycle authorities with schema modules ([#131](https://github.com/astrale-os/domains/issues/131)) ([14cf6f5](https://github.com/astrale-os/domains/commit/14cf6f539ef947e4d8306e4e962e690765ff0011))
|
|
77
|
-
|
|
78
|
-
## [0.1.6](https://github.com/astrale-os/domains/compare/issues-v0.1.5...issues-v0.1.6) (2026-08-29)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Features
|
|
82
|
-
|
|
83
|
-
* **state:** adopt portable topology surface ([#123](https://github.com/astrale-os/domains/issues/123)) ([2c41605](https://github.com/astrale-os/domains/commit/2c4160574e04bc5449139c32ab4720e4ef00818c))
|
|
84
|
-
|
|
85
|
-
## [0.1.5](https://github.com/astrale-os/domains/compare/issues-v0.1.4...issues-v0.1.5) (2026-08-29)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Features
|
|
89
|
-
|
|
90
|
-
* **issues:** declare popup iframe requirements ([#120](https://github.com/astrale-os/domains/issues/120)) ([48ed75b](https://github.com/astrale-os/domains/commit/48ed75b2f45f760d98d0f075df64fd9c67f6a87e))
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
### Bug Fixes
|
|
94
|
-
|
|
95
|
-
* **issues:** deploy state transition runtime ([#121](https://github.com/astrale-os/domains/issues/121)) ([2794a62](https://github.com/astrale-os/domains/commit/2794a623ce4692921c3d80f8682a383b63ee1853))
|
|
96
|
-
|
|
97
|
-
## [0.1.4](https://github.com/astrale-os/domains/compare/issues-v0.1.3...issues-v0.1.4) (2026-08-29)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Features
|
|
101
|
-
|
|
102
|
-
* **domains:** remove Property visibility annotations from V1 schemas ([#118](https://github.com/astrale-os/domains/issues/118)) ([215e5e0](https://github.com/astrale-os/domains/commit/215e5e0ca3b849cb56fcccc685d4e3fc51cc41f5))
|
|
103
|
-
* **issues:** restore native reporting continuity ([#119](https://github.com/astrale-os/domains/issues/119)) ([4c0738d](https://github.com/astrale-os/domains/commit/4c0738d05fb5b1281b1d480376960fd494b98840))
|
|
104
|
-
* **states:** adopt intrinsic property transitions ([#108](https://github.com/astrale-os/domains/issues/108)) ([0d137c2](https://github.com/astrale-os/domains/commit/0d137c2832e8f9b732b337086ccb17ad0c49bb4e))
|
|
105
|
-
|
|
106
|
-
## [0.1.3](https://github.com/astrale-os/domains/compare/issues-v0.1.2...issues-v0.1.3) (2026-08-27)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Features
|
|
110
|
-
|
|
111
|
-
* **issues:** replace Tracker with collaborative Projects ([#93](https://github.com/astrale-os/domains/issues/93)) ([68fbabe](https://github.com/astrale-os/domains/commit/68fbabe10ce1ffe45f854166c6db1a7028a10759))
|
|
112
|
-
* make Domain lifecycles authoritative ([#101](https://github.com/astrale-os/domains/issues/101)) ([4ed45f6](https://github.com/astrale-os/domains/commit/4ed45f6c3f5708db52455904c28a2c13c983e33f))
|
|
113
|
-
|
|
114
|
-
## [0.1.2](https://github.com/astrale-os/domains/compare/issues-v0.1.1...issues-v0.1.2) (2026-08-26)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
### Features
|
|
118
|
-
|
|
119
|
-
* **domains:** complete AI Gateway and Integrations parity qualification ([#87](https://github.com/astrale-os/domains/issues/87)) ([5be7461](https://github.com/astrale-os/domains/commit/5be74610469c4a20b108d73c38d0d2b6a298eef6))
|
|
120
|
-
* **domains:** restore AI Gateway and Integrations parity ([#80](https://github.com/astrale-os/domains/issues/80)) ([51ca802](https://github.com/astrale-os/domains/commit/51ca8027109bdc3fd3a05e861e6ed58bea8fe755))
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Bug Fixes
|
|
124
|
-
|
|
125
|
-
* align domains with current SDK cohort ([#85](https://github.com/astrale-os/domains/issues/85)) ([f2153e2](https://github.com/astrale-os/domains/commit/f2153e271e1389692ee9f98a14207c5e4340a743))
|
|
126
|
-
* **deps:** qualify GRC and domain dependencies ([#84](https://github.com/astrale-os/domains/issues/84)) ([e8a4c6b](https://github.com/astrale-os/domains/commit/e8a4c6b80e8e8f02a385e0001aa0f220acef5ce6))
|
|
127
|
-
|
|
128
|
-
## [0.1.1](https://github.com/astrale-os/domains/compare/issues-v0.1.0...issues-v0.1.1) (2026-08-25)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
### Features
|
|
132
|
-
|
|
133
|
-
* **events:** add Events V0 and async issue notifications ([9538769](https://github.com/astrale-os/domains/commit/9538769b0e3ff4063583b3798b1e2301098a5e0c))
|
|
134
|
-
* **issues:** add complete issues domain ([9b9928c](https://github.com/astrale-os/domains/commit/9b9928cea40d91db91083935ee074086d8d365bd))
|
|
135
|
-
* **issues:** polish scoped views and navigation ([8c67e56](https://github.com/astrale-os/domains/commit/8c67e56ef273054b9ea82e852bbe1d5f32f05ca5))
|
|
136
|
-
* **issues:** publish creation events asynchronously ([711a2ec](https://github.com/astrale-os/domains/commit/711a2eceb7b12d2a24db7051bb6a4a9ea5bc8601))
|
|
137
|
-
* **issues:** publish schema package ([cf931cb](https://github.com/astrale-os/domains/commit/cf931cb50efe2e9888b8721dc7d7876aaf39d05e))
|
|
138
|
-
* **issues:** support priority updates ([2ade78d](https://github.com/astrale-os/domains/commit/2ade78dd46f91c8dd6d170edc2fc5c03aa9ccbb3))
|
|
139
|
-
* overhaul domain apps and runtime flows ([cb92e06](https://github.com/astrale-os/domains/commit/cb92e0601d329a601c4eb072d4c80b0eff6816e7))
|
|
140
|
-
* overhaul services and domain applications ([b8bc24d](https://github.com/astrale-os/domains/commit/b8bc24dbce4c4541ccf1f453b5f3cd335ff1aca4))
|
|
141
|
-
* publish Schema-only Domain contracts ([ec0a16a](https://github.com/astrale-os/domains/commit/ec0a16a46a08a3a2118ca1490a4f7e71239d62eb))
|
|
142
|
-
* publish Schema-only Domain contracts ([70aab15](https://github.com/astrale-os/domains/commit/70aab152f4eea0c69fed1a35cd4611d8d2f99ff9))
|
|
143
|
-
* replace issues and events with kernel v2 ([c0152fa](https://github.com/astrale-os/domains/commit/c0152fa326a598cfe76bbda75f5e7cc5d42fd011))
|
|
144
|
-
* **skills:** add domain skill packages ([#28](https://github.com/astrale-os/domains/issues/28)) ([6c0b949](https://github.com/astrale-os/domains/commit/6c0b949f1e5821d9f53745fb02eca3453ffb7f80))
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
* **ci:** keep standalone packaging permissive ([9151cf9](https://github.com/astrale-os/domains/commit/9151cf99311dd070068734c373a1b7ec7e1027a0))
|
|
150
|
-
* **ci:** make domain workspace standalone ([ff42931](https://github.com/astrale-os/domains/commit/ff429317dfd8dd4b0af2ffe8160867c9ba410099))
|
|
151
|
-
* **ci:** simplify Domain publication ([097befc](https://github.com/astrale-os/domains/commit/097befc1217352ce4e3ce91c01d797aba8fd78a2))
|
|
152
|
-
* **ci:** simplify Domain publication ([1b99dd9](https://github.com/astrale-os/domains/commit/1b99dd9781337e13e63c5b1838d96d4fd0dfa3bc))
|
|
153
|
-
* fetch kernel packages from codeload ([c7239d3](https://github.com/astrale-os/domains/commit/c7239d3678c97c902688e42476c93f568ed523bf))
|
|
154
|
-
* **frontend:** complete retained Domain identity ([cd667d1](https://github.com/astrale-os/domains/commit/cd667d111da05b76c599ce60ba7d741994a40abb))
|
|
155
|
-
* **frontend:** complete retained Domain identity ([efb9878](https://github.com/astrale-os/domains/commit/efb9878947877205f3469836d226875a7c50d055))
|
|
156
|
-
* **frontend:** restore project source discovery ([#72](https://github.com/astrale-os/domains/issues/72)) ([7795508](https://github.com/astrale-os/domains/commit/77955086688833289b474c64314a6adae598be9f))
|
|
157
|
-
* **issues:** grant create mutation authority ([60ebffc](https://github.com/astrale-os/domains/commit/60ebffc28bda5fd3b54333d347b7375edab538f9))
|
|
158
|
-
* **issues:** hide migration provenance in views ([246c9a2](https://github.com/astrale-os/domains/commit/246c9a2a074cfec115177f52ce8096c7eb688f08))
|
|
159
|
-
* **issues:** pin a coherent kernel cohort ([2bb8f80](https://github.com/astrale-os/domains/commit/2bb8f80e872d301d0dd7c0b32ddbc0e01151a7c5))
|
|
160
|
-
* **issues:** pin mature frontend dependencies ([e8f67f3](https://github.com/astrale-os/domains/commit/e8f67f3ac81ad1178675bc00b0cb787dba62d183))
|
|
161
|
-
* **issues:** preserve complete native issue projections ([6c327e3](https://github.com/astrale-os/domains/commit/6c327e33d0c203af70f006050509856b9d67540b))
|
|
162
|
-
* **issues:** preserve complete paginated exports ([35d03d2](https://github.com/astrale-os/domains/commit/35d03d216ef13a07cfada894f2d93fe3ba390d89))
|
|
163
|
-
* **issues:** remove redundant list method ([1ca9a31](https://github.com/astrale-os/domains/commit/1ca9a31fbaead49b3b0a715a862e3751e79bbc25))
|
|
164
|
-
* **issues:** restore Issue.create function authority ([20f6169](https://github.com/astrale-os/domains/commit/20f6169f17b5e0922cb3108624e69a81e2765bf1))
|
|
165
|
-
* **issues:** use mature lucide release ([c0010f5](https://github.com/astrale-os/domains/commit/c0010f52de8c2eefbb4c6c900760c51ac18b602d))
|
|
166
|
-
* migrate durable domains to public invocation errors [skip ci] ([b951546](https://github.com/astrale-os/domains/commit/b95154607eabcb19b152bf6192b202c884337391))
|
|
167
|
-
* pin published kernel runtime beta ([d3f508e](https://github.com/astrale-os/domains/commit/d3f508e56c85b3595a56fe880f07bb34a895a906))
|
|
168
|
-
* require hosted-functions SDK release ([e4d3122](https://github.com/astrale-os/domains/commit/e4d312268798a1ab803b815ebaff234aae24500a))
|
|
169
|
-
* use HTTPS for kernel dependencies ([182c604](https://github.com/astrale-os/domains/commit/182c6045580f407d0cd42077e9d4a8286770cf3a))
|
|
170
|
-
* use published kernel package cohort ([6671da9](https://github.com/astrale-os/domains/commit/6671da9fc3f27f05b165da59a184ca5291e86d07))
|
|
171
|
-
* **views:** adopt proof-bounded Shell cohort ([#74](https://github.com/astrale-os/domains/issues/74)) ([09fb9f3](https://github.com/astrale-os/domains/commit/09fb9f39e5350cf930ff083090b6a6f21369dc49))
|
|
172
|
-
* **views:** retain graph query provenance ([#75](https://github.com/astrale-os/domains/issues/75)) ([c880a42](https://github.com/astrale-os/domains/commit/c880a42f78f15e24ebfe54ae4eb76388d8872a80))
|