Skip to content

Commit c2e15d4

Browse files
committed
chore: update name and refs
1 parent 2ab2ae8 commit c2e15d4

11 files changed

Lines changed: 238 additions & 253 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
create-release:
10-
if: github.actor_id != 210085057
10+
if: github.actor_id != 278903378
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Install zip
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
bun-version: latest
2020

21-
2221
- name: Generate GitHub App token
2322
id: app_token
2423
uses: tibdex/github-app-token@v2
@@ -33,7 +32,6 @@ jobs:
3332
ref: ${{ github.event.repository.default_branch }}
3433
token: ${{ steps.app_token.outputs.token }}
3534

36-
3735
- name: Bump package version
3836
run: bun run .github/actions/bump-package-version.js
3937
env:
@@ -47,14 +45,12 @@ jobs:
4745
default_author: github_actions
4846
message: 'chore: bump version to ${{ github.ref_name }}'
4947

50-
5148
- name: Install dependencies
5249
run: bun install --frozen-lockfile
5350

5451
- name: Run build script
5552
run: bun run build
5653

57-
5854
- name: Bundle files
5955
run: |
6056
mkdir -p ./temp/ox_banking/src/client

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ox_banking
22

3-
A complete banking system for FiveM for the [ox_core](https://github.com/communityox/ox_core) framework implementing shared accounts, logs, invoices and more.
3+
A complete banking system for FiveM for the [ox_core](https://github.com/overextended/ox_core) framework implementing shared accounts, logs, invoices and more.
44

5-
![](https://img.shields.io/github/downloads/communityox/ox_banking/total?logo=github)
6-
![](https://img.shields.io/github/downloads/communityox/ox_banking/latest/total?logo=github)
7-
![](https://img.shields.io/github/contributors/communityox/ox_banking?logo=github)
8-
![](https://img.shields.io/github/v/release/communityox/ox_banking?logo=github)
5+
![](https://img.shields.io/github/downloads/overextended/ox_banking/total?logo=github)
6+
![](https://img.shields.io/github/downloads/overextended/ox_banking/latest/total?logo=github)
7+
![](https://img.shields.io/github/contributors/overextended/ox_banking?logo=github)
8+
![](https://img.shields.io/github/v/release/overextended/ox_banking?logo=github)
99

1010
## 🔗 Links
11-
- 💾 [Download](https://github.com/communityox/ox_banking/releases/latest/download/ox_banking.zip)
11+
- 💾 [Download](https://github.com/overextended/ox_banking/releases/latest/download/ox_banking.zip)
1212
- Download the latest release directly.
1313
- 📽️ [Showcase](https://youtu.be/WJhNDEC4Zys)
1414
- Watch the video showcase of the resource.
@@ -39,7 +39,7 @@ A complete banking system for FiveM for the [ox_core](https://github.com/communi
3939

4040
## 📦 Dependencies
4141

42-
- [ox_core](https://github.com/communityox/ox_core)
43-
- [ox_inventory](https://github.com/communityox/ox_inventory)
44-
- [ox_lib](https://github.com/communityox/ox_lib)
45-
- [oxmysql](https://github.com/communityox/oxmysql)
42+
- [ox_core](https://github.com/overextended/ox_core)
43+
- [ox_inventory](https://github.com/overextended/ox_inventory)
44+
- [ox_lib](https://github.com/overextended/ox_lib)
45+
- [oxmysql](https://github.com/overextended/oxmysql)

bun.lock

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/communityox/ox_banking.git"
20+
"url": "https://github.com/overextended/ox_banking.git"
2121
},
22-
"bugs": "https://github.com/communityox/ox_banking/issues",
22+
"bugs": "https://github.com/overextended/ox_banking/issues",
2323
"devDependencies": {
2424
"@babel/core": "^7.25.7",
2525
"@citizenfx/client": "latest",
@@ -58,10 +58,10 @@
5858
"zod": "^3.23.8"
5959
},
6060
"dependencies": {
61-
"@communityox/fx-utils": "^0.0.4",
62-
"@communityox/ox_core": "^1.5.3",
63-
"@communityox/ox_lib": "latest",
64-
"@communityox/oxmysql": "latest",
61+
"@overextended/fx-utils": "^0.0.4",
62+
"@overextended/ox_core": "^1.5.3",
63+
"@overextended/ox_lib": "latest",
64+
"@overextended/oxmysql": "latest",
6565
"@radix-ui/react-dialog": "^1.1.2",
6666
"@types/react": "^18.3.11",
6767
"@types/react-dom": "^18.3.0",
@@ -77,4 +77,4 @@
7777
"engines": {
7878
"node": ">=16.9.1"
7979
}
80-
}
80+
}

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//@ts-check
22

33
import { exists, exec, getFiles } from './utils.js';
4-
import { createBuilder, createFxmanifest } from '@communityox/fx-utils';
4+
import { createBuilder, createFxmanifest } from '@overextended/fx-utils';
55

66
const watch = process.argv.includes('--watch');
77
const web = await exists('./src/web');

src/client/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Config, LoadJsonFile, Locale } from '@common/.';
2-
import { OxAccountPermissions, OxAccountRole } from '@communityox/ox_core';
3-
import { cache, getLocales, hideTextUI, requestAnimDict, sleep, waitFor } from '@communityox/ox_lib/client';
2+
import { OxAccountPermissions, OxAccountRole } from '@overextended/ox_core';
3+
import { cache, getLocales, hideTextUI, requestAnimDict, sleep, waitFor } from '@overextended/ox_lib/client';
44
import type { Character } from '../common/typings';
55
import { SendTypedNUIMessage, serverNuiCallback } from './utils';
66

src/client/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { triggerServerCallback } from '@communityox/ox_lib/client';
1+
import { triggerServerCallback } from '@overextended/ox_lib/client';
22

33
export const serverNuiCallback = (event: string) => {
44
RegisterNuiCallback(event, async (data: unknown, cb: (data: any) => void) => {

src/common/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { cache } from '@communityox/ox_lib';
1+
import { cache } from '@overextended/ox_lib';
22

33
export * from './locales';
44

src/common/locales/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { locale, FlattenObjectKeys } from '@communityox/ox_lib';
1+
import { locale, FlattenObjectKeys } from '@overextended/ox_lib';
22

33
type Locales = FlattenObjectKeys<typeof import('~/locales/en.json')>;
44

src/common/typings/nui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { OxAccountPermissions, OxAccountRole } from '@communityox/ox_core';
1+
import { OxAccountPermissions, OxAccountRole } from '@overextended/ox_core';
22
import { DateRange } from 'react-day-picker';
33

44
export type AccountRole = OxAccountRole;

0 commit comments

Comments
 (0)