-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add order_by and entity_models to sdk
- Loading branch information
1 parent
424aa08
commit 0c9cf79
Showing
5 changed files
with
59 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "dojo.js", | ||
"scripts": { | ||
"build": "bash ./scripts/build-packages.sh", | ||
"build-examples": "bash ./scripts/build-examples.sh", | ||
"clean": "bash ./scripts/clean.sh", | ||
"prettier-check": "npx prettier --check .", | ||
"prettier": "npx prettier --write .", | ||
"release": "pnpm build && pnpm prettier && npx lerna publish --no-private --force-publish", | ||
"docs": "npx typedoc --out docs", | ||
"prepare": "husky install" | ||
}, | ||
"devDependencies": { | ||
"husky": "^9.1.6", | ||
"lerna": "^8.1.5", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.1.0", | ||
"typedoc": "^0.26.7", | ||
"@typhonjs-typedoc/typedoc-theme-dmt": "^0.2.1", | ||
"typedoc-plugin-coverage": "^3.3.0", | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.3.1" | ||
} | ||
"name": "dojo.js", | ||
"scripts": { | ||
"build": "bash ./scripts/build-packages.sh", | ||
"build-examples": "bash ./scripts/build-examples.sh", | ||
"clean": "bash ./scripts/clean.sh", | ||
"prettier-check": "npx prettier --check {packages,examples}", | ||
"prettier": "npx prettier --write .", | ||
"release": "pnpm build && pnpm prettier && npx lerna publish --no-private --force-publish", | ||
"docs": "npx typedoc --out docs", | ||
"prepare": "husky install" | ||
}, | ||
"devDependencies": { | ||
"husky": "^9.1.6", | ||
"lerna": "^8.1.5", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.1.0", | ||
"typedoc": "^0.26.7", | ||
"@typhonjs-typedoc/typedoc-theme-dmt": "^0.2.1", | ||
"typedoc-plugin-coverage": "^3.3.0", | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters