@common-grants/core 0.1.0 → 0.1.1
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/lib/core/fields/event.tsp +1 -1
- package/lib/core/fields/money.tsp +1 -1
- package/lib/core/models/opportunity/base.tsp +2 -2
- package/lib/core/models/opportunity/funding.tsp +1 -1
- package/lib/core/models/opportunity/status.tsp +0 -3
- package/lib/core/models/opportunity/timeline.tsp +2 -2
- package/lib/core/pagination.tsp +1 -0
- package/package.json +6 -6
package/lib/core/pagination.tsp
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-grants/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "TypeSpec library for defining grant opportunity data models and APIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"author": "CommonGrants",
|
|
52
52
|
"license": "CC0-1.0",
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@typespec/compiler": "^
|
|
55
|
-
"@typespec/http": "^
|
|
56
|
-
"@typespec/json-schema": "
|
|
57
|
-
"@typespec/openapi3": "
|
|
58
|
-
"@typespec/rest": "
|
|
54
|
+
"@typespec/compiler": "^1.1.0",
|
|
55
|
+
"@typespec/http": "^1.1.0",
|
|
56
|
+
"@typespec/json-schema": "1.0.0",
|
|
57
|
+
"@typespec/openapi3": "1.0.0",
|
|
58
|
+
"@typespec/rest": "0.70.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/node": "^20.10.6",
|