Skip to content

Commit

Permalink
build(spec): Bumps core library version
Browse files Browse the repository at this point in the history
  • Loading branch information
widal001 committed Feb 28, 2025
1 parent 54d93ba commit fe1a34a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion specs/lib/core/sorting.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ model SortQueryParams {
/** The field to sort by */
@query
@example("lastModifiedAt")
sortBy: string;
sortBy: unknown;

/** Implementation-defined sort key */
@query
Expand Down
4 changes: 2 additions & 2 deletions specs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@common-grants/core",
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.11",
"description": "TypeSpec library for defining grant opportunity data models and APIs",
"type": "module",
"main": "dist/src/index.js",
Expand Down

0 comments on commit fe1a34a

Please sign in to comment.