Skip to content

Commit

Permalink
Avoid repeating model entity slug (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo authored Feb 19, 2025
1 parent 58e1c29 commit 35d0bb6
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 @@ -5,7 +5,7 @@
"name": "ronin",
"dependencies": {
"@ronin/cli": "0.2.37",
"@ronin/compiler": "0.17.5",
"@ronin/compiler": "0.17.6",
"@ronin/syntax": "0.2.28",
},
"devDependencies": {
Expand Down Expand Up @@ -173,7 +173,7 @@

"@ronin/cli": ["@ronin/[email protected]", "", { "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-kBLpbywHT+z32z4xIlEjT8rLrjOBkLUQO/yVeLJkWXPwf/CdKARX156J/qtALascw6eukk/dJAasrnhS2Qcsww=="],

"@ronin/compiler": ["@ronin/[email protected].5", "", {}, "sha512-dTweRRh3sux/usORZZiziCMzADwSXAJhCDkuvTi496Jxxv+Qsvn1LFwjmsq3iR6N338yUXpjQWf8/3BQr3eipw=="],
"@ronin/compiler": ["@ronin/[email protected].6", "", {}, "sha512-ob2bPsYkPQK8sN6zYCcbZQ1oBXOJn6suy145yufz3dpjFgdYSvvncsQwJASL15tMVx4AadcXy5WYpNlp/SJerA=="],

"@ronin/engine": ["@ronin/[email protected]", "", { "dependencies": { "zod": "3.23.8" } }, "sha512-ArUFnfNH6pVZb3nQStDNZ2p2m4j9QXQTxPM+BrCB6mMYShXrEv9Ke4DiJb+js0IuVhydWWYyA1sql4Nf0IWY5Q=="],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@ronin/cli": "0.2.37",
"@ronin/compiler": "0.17.5",
"@ronin/compiler": "0.17.6",
"@ronin/syntax": "0.2.28"
},
"devDependencies": {
Expand Down

0 comments on commit 35d0bb6

Please sign in to comment.