@_davideast/jules-env 0.1.1 → 0.1.2
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/dist/cli.mjs +2 -2
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -6143,7 +6143,7 @@ async function resolveLinux() {
|
|
|
6143
6143
|
{
|
|
6144
6144
|
id: "add-dart-repo",
|
|
6145
6145
|
label: "Add Dart repository",
|
|
6146
|
-
cmd: "echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storage.googleapis.com/
|
|
6146
|
+
cmd: "echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main' | sudo tee /etc/apt/sources.list.d/dart_stable.list > /dev/null",
|
|
6147
6147
|
checkCmd: "test -f /etc/apt/sources.list.d/dart_stable.list"
|
|
6148
6148
|
},
|
|
6149
6149
|
{
|
|
@@ -6255,7 +6255,7 @@ var ollama_default = {
|
|
|
6255
6255
|
// package.json
|
|
6256
6256
|
var package_default = {
|
|
6257
6257
|
name: "@_davideast/jules-env",
|
|
6258
|
-
version: "0.1.
|
|
6258
|
+
version: "0.1.2",
|
|
6259
6259
|
description: "Configure ephemeral development environments",
|
|
6260
6260
|
license: "Apache-2.0",
|
|
6261
6261
|
type: "module",
|