@jacobhumston/roblox-openapi-ts 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -3,5 +3,3 @@
3
3
  An automatically updated [openapi-fetch](https://openapi-ts.dev/openapi-fetch/) client for Roblox's [OpenAPI](https://create.roblox.com/docs/cloud/reference/openapi) document.
4
4
 
5
5
  This package is intended for quickly testing the Roblox API.
6
-
7
- Docs: [https://jacobhumston.github.io/roblox-openapi-ts](https://jacobhumston.github.io/roblox-openapi-ts)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobhumston/roblox-openapi-ts",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "An automatically updated Roblox API client based on their OpenAPI documentation.",
5
5
  "keywords": [
6
6
  "roblox",
@@ -11,14 +11,13 @@
11
11
  "module": "dist/index.js",
12
12
  "types": "dist/index.d.ts",
13
13
  "license": "MIT",
14
- "homepage": "https://github.com/jacobhumston/flags.ts",
14
+ "homepage": "https://github.com/jacobhumston/roblox-openapi-ts",
15
15
  "repository": {
16
- "url": "https://github.com/jacobhumston/flags.ts"
16
+ "url": "https://github.com/jacobhumston/roblox-openapi-ts"
17
17
  },
18
18
  "scripts": {
19
19
  "format": "bun x prettier --write --cache .",
20
- "compile": "bun run tools/build.ts && del dist/ && bun x tsc && bun run tools/bundle.ts",
21
- "docs": "del docs/ && bun x typedoc src/index.ts --options typedoc.json && bun x prettier --write --ignore-path null docs/"
20
+ "compile": "bun run tools/build.ts && del dist/ && bun x tsc"
22
21
  },
23
22
  "devDependencies": {
24
23
  "@ianvs/prettier-plugin-sort-imports": "^4.7.1",