Skip to content

Commit

Permalink
[Project] Change name from @Blizzard to @Blizzard-Api
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Mar 27, 2024
1 parent 3806757 commit cd8a5ee
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@blizzard/root",
"name": "@blizzard-api/root",
"version": "1.0.0",
"license": "MIT",
"author": "Putro",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @blizzard/client
# @blizzard-api/client

## 0.0.1

### Patch Changes

- Updated dependencies [11fc22d]
- @blizzard/core@0.0.1
- @blizzard-api/core@0.0.1
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@blizzard/client",
"name": "@blizzard-api/client",
"version": "0.0.1",
"license": "MIT",
"author": "Putro",
Expand Down Expand Up @@ -44,7 +44,7 @@
"overwatch"
],
"dependencies": {
"@blizzard/core": "^0.0.1",
"@blizzard-api/core": "^0.0.1",
"axios": "1.6.8"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { stringify } from 'node:querystring';
import { getEndpoint } from '@blizzard/core';
import type { Origins, Locales } from '@blizzard/core';
import { getEndpoint } from '@blizzard-api/core';
import type { Origins, Locales } from '@blizzard-api/core';
import type { AxiosResponse } from 'axios';
import axios from 'axios';

Expand Down
4 changes: 2 additions & 2 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @blizzard/core
# @blizzard-api/core

## 0.0.1

### Patch Changes

- 11fc22d: Initial release of @blizzard/core so that other libraries can depend on it.
- 11fc22d: Initial release of @blizzard-api/core so that other libraries can depend on it.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@blizzard/core",
"name": "@blizzard-api/core",
"version": "0.0.1",
"license": "MIT",
"author": "Putro",
"description": "The core helpers used by all @blizzard/* packages.",
"description": "The core helpers used by all @blizzard-api/* packages.",
"repository": "https://github.com/Pewtro/blizzard/packages/core",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wow/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@blizzard/wow",
"name": "@blizzard-api/wow",
"version": "0.0.0",
"license": "MIT",
"author": "Putro",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit cd8a5ee

Please sign in to comment.