Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bad42f0

Browse files
committedOct 21, 2024··
🏷️ Export discriminated interfaces for SchemaRestPullRequestActivity
1 parent 4480cc6 commit bad42f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+214
-156
lines changed
 

‎package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"ts-autofix": "^1.0.0",
6565
"tsx": "^4.19.1",
6666
"typedoc": "^0.26.10",
67-
"typescript": "^5.6.3",
67+
"typescript": "5.7.0-beta",
6868
"typescript-eslint": "^8.10.0",
6969
"vitest": "^2.1.3"
7070
},
@@ -78,9 +78,17 @@
7878
"types": "./dist/cloud/index.d.ts",
7979
"default": "./dist/cloud/index.js"
8080
},
81+
"./cloud/openapi": {
82+
"types": "./dist/cloud/openapi/index.d.ts",
83+
"default": "./dist/cloud/openapi/index.js"
84+
},
8185
"./server": {
8286
"types": "./dist/server/index.d.ts",
8387
"default": "./dist/server/index.js"
88+
},
89+
"./server/openapi": {
90+
"types": "./dist/server/openapi/index.d.ts",
91+
"default": "./dist/server/openapi/index.js"
8492
}
8593
},
8694
"types": "dist/index.d.ts",

‎pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.