Skip to content

Commit

Permalink
Allow for adding and updating dynamic default values (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
colodenn authored Feb 26, 2025
1 parent cb8e310 commit 169d5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"": {
"name": "ronin",
"dependencies": {
"@ronin/cli": "0.2.39",
"@ronin/cli": "0.2.40",
"@ronin/compiler": "0.17.12",
"@ronin/syntax": "0.2.32",
},
Expand Down Expand Up @@ -171,7 +171,7 @@

"@rollup/rollup-win32-x64-msvc": ["@rollup/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g=="],

"@ronin/cli": ["@ronin/[email protected].39", "", { "dependencies": { "@dprint/formatter": "0.4.1", "@dprint/typescript": "0.93.3", "@iarna/toml": "2.2.5", "@inquirer/prompts": "7.2.3", "@ronin/engine": "0.0.27", "chalk-template": "1.1.0", "get-port": "7.1.0", "ini": "5.0.0", "json5": "2.2.3", "open": "10.1.0", "ora": "8.1.1", "resolve-from": "5.0.0" } }, "sha512-r3yEBOCuVyTXOPouJKC/LWLByXE73TJo5bSFsYIDN04lKxBvCjrzGAfFJ8tMVdEeeBxz4slhoQkbWIxmysWuIQ=="],
"@ronin/cli": ["@ronin/[email protected].40", "", { "dependencies": { "@dprint/formatter": "0.4.1", "@dprint/typescript": "0.93.3", "@iarna/toml": "2.2.5", "@inquirer/prompts": "7.2.3", "@ronin/engine": "0.0.27", "chalk-template": "1.1.0", "get-port": "7.1.0", "ini": "5.0.0", "json5": "2.2.3", "open": "10.1.0", "ora": "8.1.1", "resolve-from": "5.0.0" } }, "sha512-UTs0bCjO7vTYpCp9o9QJQrcP7X9vFQxl8nBBdHI786rgJLDbpMo0tUF3bwEFrQMCLx6J+VwsIW/Umn4EcMBzyw=="],

"@ronin/compiler": ["@ronin/[email protected]", "", {}, "sha512-bYTv/6i2d6wCxuL+ULxPkIkBrrPFJfLrtaLI/SYksJ+G+E1Q1a6GBJ4/MUTRoqZkYnB5wWHvbY40TUlh9vKlag=="],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"node": ">=18.17.0"
},
"dependencies": {
"@ronin/cli": "0.2.39",
"@ronin/cli": "0.2.40",
"@ronin/compiler": "0.17.12",
"@ronin/syntax": "0.2.32"
},
Expand Down

0 comments on commit 169d5ac

Please sign in to comment.