Skip to content

Commit

Permalink
feat: Finish sapphire-ecr, update squash in sapphire-net to v2.4.0, b…
Browse files Browse the repository at this point in the history
…ump sapphire-net to v0.1.1
  • Loading branch information
Mark-Marks committed Aug 26, 2024
1 parent 2b0a337 commit c830385
Show file tree
Hide file tree
Showing 29 changed files with 886 additions and 263 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install Aftman
uses: ok-nick/setup-aftman@v0.4.2
- name: Install Rokit
uses: CompeyDev/setup-rokit@v0.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -31,8 +31,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install Aftman
uses: ok-nick/setup-aftman@v0.4.2
- name: Install Rokit
uses: CompeyDev/setup-rokit@v0.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/Packages
wally.lock
sourcemap.json
**/*.rbx[lm]*
roblox.yml
Expand Down
13 changes: 0 additions & 13 deletions aftman.toml

This file was deleted.

33 changes: 33 additions & 0 deletions crates/sapphire-data/wally.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# This file is automatically @generated by Wally.
# It is not intended for manual editing.
registry = "test"

[[package]]
name = "ffrostflame/keyform"
version = "0.2.2"
dependencies = [["Signal", "ffrostflame/[email protected]"], ["TableKit", "ffrostflame/[email protected]"]]

[[package]]
name = "ffrostflame/luausignal"
version = "0.1.3"
dependencies = []

[[package]]
name = "ffrostflame/tablekit"
version = "0.2.4"
dependencies = []

[[package]]
name = "mark-marks/sapphire-data"
version = "0.1.0"
dependencies = [["keyform", "ffrostflame/[email protected]"], ["signal", "red-blox/[email protected]"]]

[[package]]
name = "red-blox/signal"
version = "2.0.2"
dependencies = [["Spawn", "red-blox/[email protected]"]]

[[package]]
name = "red-blox/spawn"
version = "1.1.0"
dependencies = []
Loading

0 comments on commit c830385

Please sign in to comment.