Skip to content

Commit a0d81ba

Browse files
authored
chore(celest_cloud): Publish (#373)
1 parent e71415b commit a0d81ba

File tree

4 files changed

+51
-3
lines changed

4 files changed

+51
-3
lines changed

packages/celest_cloud/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.1.8-wip
1+
# 0.1.8
22

33
- feat: Add `ProjectAsset_Type.DART_EXECUTABLE`
44
- fix: Incorrect route for `Operations.listOperations`

packages/celest_cloud/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: celest_cloud
22
description: API contracts and Dart clients for the Celest Cloud platform.
3-
version: 0.1.8-wip
3+
version: 0.1.8
44
repository: https://github.com/celest-dev/celest
55

66
environment:

services/celest_cloud_core/LICENSE

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Copyright (c) 2025 The Celest project authors
2+
3+
Redistribution and use in source and binary forms, with or without modification,
4+
are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation and/or
11+
other materials provided with the distribution.
12+
13+
Subject to the terms and conditions of this license, each copyright holder and
14+
contributor hereby grants to those receiving rights under this license a
15+
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16+
(except for failure to satisfy the conditions of this license) patent license to
17+
make, have made, use, offer to sell, sell, import, and otherwise transfer this
18+
software, where such license applies only to those patent claims, already
19+
acquired or hereafter acquired, licensable by such copyright holder or
20+
contributor that are necessarily infringed by:
21+
22+
(a) their Contribution(s) (the licensed copyrights of copyright holders and
23+
non-copyrightable additions of contributors, in source or binary form) alone; or
24+
25+
(b) combination of their Contribution(s) with the work of authorship to which
26+
such Contribution(s) was added by such copyright holder or contributor, if, at
27+
the time the Contribution is added, such addition causes such combination to be
28+
necessarily infringed. The patent license shall not apply to any other
29+
combinations which include the Contribution.
30+
31+
Except as expressly stated above, no rights or licenses from any copyright
32+
holder or contributor is granted under this license, whether expressly, by
33+
implication, estoppel or otherwise.
34+
35+
DISCLAIMER
36+
37+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
38+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
39+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
41+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
42+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
43+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
44+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
45+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
46+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

services/celest_cloud_core/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: celest_cloud_core
22
description: Core types and utilities for Celest Cloud services.
33
version: 0.1.0
4+
homepage: https://celest.dev
5+
repository: https://github.com/celest-dev/celest/tree/main/services/celest_cloud_core
46

57
environment:
68
sdk: ^3.5.0
79
resolution: workspace
810

911
dependencies:
1012
cedar: ^0.2.5
11-
celest_cloud: ^0.1.8-0
13+
celest_cloud: ^0.1.8
1214
celest_core: ^1.0.0
1315
collection: ^1.18.0
1416
drift: '>=2.26.0 <2.27.0'

0 commit comments

Comments
 (0)