Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/globe_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

---

> **Notice:** As of 3 April 2026, this package is no longer maintained following the closure of Globe.dev.

# CLI

The Globe CLI is a command line tool that allows you to interact with your Globe account and deploy from the command line. It is not required to use Globe, but it can be useful for some workflows.
Expand Down
2 changes: 1 addition & 1 deletion packages/globe_cli/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ packages:
path: "../globe_lints"
relative: true
source: path
version: "1.0.1"
version: "1.0.2"
gql:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/globe_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: globe_cli
description: The global deployment platform for Dart & Flutter applications.
version: 0.0.17
version: 0.0.18
repository: https://github.com/invertase/globe

environment:
Expand Down
2 changes: 2 additions & 0 deletions packages/globe_kv/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 🌍 GlobeKV - Key-Value Storage for Dart Applications, backed by [Globe](https://globe.dev).

> **Notice:** As of 3 April 2026, this package is no longer maintained following the closure of Globe.dev.

GlobeKV is an eventually-consistent data storage system for storing and retrieving data from a global datastore, designed for high-reads at low latency.

GlobeKV features:
Expand Down
4 changes: 2 additions & 2 deletions packages/globe_kv/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: globe_kv
description: GlobeKV is an eventually-consistent data storage system for storing and retrieving data from a global datastore, designed for high-reads at low latency.
description: GlobeKV is an eventually-consistent data storage system for storing and retrieving data from a global datastore, designed for high-reads at low latency.
repository: https://github.com/invertase/globe
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ^3.0.0
Expand Down
2 changes: 2 additions & 0 deletions packages/globe_lints/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# globe_lints

> **Notice:** As of 3 April 2026, this package is no longer maintained following the closure of Globe.dev.

Lint rules used across Globe projects.

## Install
Expand Down
2 changes: 1 addition & 1 deletion packages/globe_lints/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: globe_lints
description: Lint rules used across Globe projects
version: 1.0.1
version: 1.0.2
repository: https://github.com/invertase/dart_globe

environment:
Expand Down
21 changes: 4 additions & 17 deletions packages/globe_tasks/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab"
sha256: "0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7"
url: "https://pub.dev"
source: hosted
version: "76.0.0"
_macros:
dependency: transitive
description: dart
source: sdk
version: "0.3.3"
version: "67.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e"
sha256: "37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d"
url: "https://pub.dev"
source: hosted
version: "6.11.0"
version: "6.4.1"
args:
dependency: "direct main"
description:
Expand Down Expand Up @@ -174,14 +169,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.0"
macros:
dependency: transitive
description:
name: macros
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
url: "https://pub.dev"
source: hosted
version: "0.1.3-main.0"
matcher:
dependency: transitive
description:
Expand Down
Loading