Skip to content

Commit

Permalink
Update fs and host package. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Dec 21, 2023
1 parent 667d385 commit e9b9310
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions examples/package.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
sdk: ^2.0.0-alpha.120
prefixes:
cli: ..
packages:
..:
path: ..
prefixes:
fs: pkg-fs
host: pkg-host
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
8 changes: 4 additions & 4 deletions package.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ packages:
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 1.0.0
hash: c816c85022a155f37a4396455da9b27595050de1
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.11.0
hash: 7e7df6ac70d98a02f232185add81a06cec0d77e8
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
dependencies:
fs:
url: github.com/toitlang/pkg-fs
version: ^1.0.0
version: ^2.1.0
host:
url: github.com/toitlang/pkg-host
version: ^1.11.0
version: ^1.12.0
8 changes: 4 additions & 4 deletions tests/package.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ packages:
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 1.0.0
hash: c816c85022a155f37a4396455da9b27595050de1
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.11.0
hash: 7e7df6ac70d98a02f232185add81a06cec0d77e8
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
2 changes: 1 addition & 1 deletion tests/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
path: ..
host:
url: github.com/toitlang/pkg-host
version: ^1.11.0
version: ^1.12.0

0 comments on commit e9b9310

Please sign in to comment.