Skip to content

Commit 78186d8

Browse files
committed
fix: change @wolfy1339 -> @octokit
1 parent 722401b commit 78186d8

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
> GitHub's official Webhooks OpenAPI spec with Octokit extensions
44
5-
[![@latest](https://img.shields.io/npm/v/@wolfy1339/openapi-webhooks.svg)](https://www.npmjs.com/package/@wolfy1339/openapi-webhooks)
5+
[![@latest](https://img.shields.io/npm/v/@octokit/openapi-webhooks.svg)](https://www.npmjs.com/package/@octokit/openapi-webhooks)
66

77
Amends webhooks from [GitHub's official OpenAPI specification](https://github.com/github/rest-api-description/) with an `x-octokit` extension that includes the following keys
88

99
- `changes`: see change files in [changes/](changes/)
1010

1111
## Download
1212

13-
Download from https://unpkg.com/browse/@wolfy1339/openapi-webhooks/generated/
13+
Download from https://unpkg.com/browse/@octokit/openapi-webhooks/generated/
1414

1515
## Node Usage
1616

1717
```js
18-
const { schemas } = require("@wolfy1339/openapi-webhooks");
18+
const { schemas } = require("@octokit/openapi-webhooks");
1919
const version = schemas["api.github.com"].info.version;
2020
const paths = Object.keys(schemas["api.github.com"].paths).sort();
2121
```

package-lock.json

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

packages/openapi-webhooks-types-ghec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks-types-ghec",
2+
"name": "@octokit/openapi-webhooks-types-ghec",
33
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghec",
44
"repository": {
55
"type": "git",

packages/openapi-webhooks-types-ghes-3.10/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks-types-ghes-3.10",
2+
"name": "@octokit/openapi-webhooks-types-ghes-3.10",
33
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.10",
44
"repository": {
55
"type": "git",

packages/openapi-webhooks-types-ghes-3.11/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks-types-ghes-3.11",
2+
"name": "@octokit/openapi-webhooks-types-ghes-3.11",
33
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.11",
44
"repository": {
55
"type": "git",

packages/openapi-webhooks-types-ghes-3.12/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks-types-ghes-3.12",
2+
"name": "@octokit/openapi-webhooks-types-ghes-3.12",
33
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.12",
44
"repository": {
55
"type": "git",

packages/openapi-webhooks-types-ghes-3.8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks-types-ghes-3.8",
2+
"name": "@octokit/openapi-webhooks-types-ghes-3.8",
33
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.8",
44
"repository": {
55
"type": "git",

packages/openapi-webhooks-types-ghes-3.9/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks-types-ghes-3.9",
2+
"name": "@octokit/openapi-webhooks-types-ghes-3.9",
33
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.9",
44
"repository": {
55
"type": "git",

packages/openapi-webhooks-types-github.ae/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks-types-github.ae",
2+
"name": "@octokit/openapi-webhooks-types-github.ae",
33
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for github.ae",
44
"repository": {
55
"type": "git",

packages/openapi-webhooks-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wolfy1339/openapi-webhooks-types",
2+
"name": "@octokit/openapi-webhooks-types",
33
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com",
44
"repository": {
55
"type": "git",

0 commit comments

Comments
 (0)