@dicelette/core 1.25.1 → 1.27.0

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/package.json CHANGED
@@ -1,59 +1,59 @@
1
- {
2
- "name": "@dicelette/core",
3
- "version": "1.25.1",
4
- "description": "Core library for the Dicelette Discord bot",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/Dicelette/core.git"
8
- },
9
- "type": "commonjs",
10
- "main": "./dist/index.js",
11
- "module": "./dist/index.mjs",
12
- "types": "./dist/index.d.ts",
13
- "files": [
14
- "dist"
15
- ],
16
- "scripts": {
17
- "build": "tsup",
18
- "prerelease": "bun run build",
19
- "lint": "biome check --write src --unsafe",
20
- "tsc": "tsc --noEmit --skipLibCheck",
21
- "release": "commit-and-tag-version",
22
- "postrelease": "git push --follow-tags origin main && bun publish",
23
- "dev": "tsup --watch"
24
- },
25
- "keywords": [
26
- "discord",
27
- "roll",
28
- "library",
29
- "bot",
30
- "typescript"
31
- ],
32
- "author": "Mara-Li",
33
- "license": "GPL-3.0-only",
34
- "dependencies": {
35
- "@dice-roller/rpg-dice-roller": "^5.5.1",
36
- "mathjs": "^15.1.0",
37
- "moment": "^2.30.1",
38
- "random-js": "^2.1.0",
39
- "remove-accents": "^0.5.0",
40
- "ts-dedent": "^2.2.0",
41
- "uniformize": "^2.5.0",
42
- "vite-tsconfig-paths": "^5.1.4",
43
- "zod": "^4.1.13"
44
- },
45
- "devDependencies": {
46
- "@biomejs/biome": "^2.3.8",
47
- "@types/bun": "^1.3.3",
48
- "commit-and-tag-version": "^12.6.1",
49
- "tslib": "^2.8.1",
50
- "tsup": "^8.5.1",
51
- "typescript": "^5.9.3",
52
- "typescript-json-schema": "^0.67.0",
53
- "zod-to-json-schema": "^3.25.0"
54
- },
55
- "trustedDependencies": [
56
- "@biomejs/biome",
57
- "esbuild"
58
- ]
59
- }
1
+ {
2
+ "name": "@dicelette/core",
3
+ "version": "1.27.0",
4
+ "description": "Core library for the Dicelette Discord bot",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/Dicelette/core.git"
8
+ },
9
+ "type": "commonjs",
10
+ "main": "./dist/index.js",
11
+ "module": "./dist/index.mjs",
12
+ "types": "./dist/index.d.ts",
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "scripts": {
17
+ "build": "tsup",
18
+ "prerelease": "bun run build",
19
+ "lint": "biome check --write src --unsafe",
20
+ "tsc": "tsc --noEmit --skipLibCheck",
21
+ "release": "commit-and-tag-version",
22
+ "postrelease": "git push --follow-tags origin main && bun publish",
23
+ "dev": "tsup --watch"
24
+ },
25
+ "keywords": [
26
+ "discord",
27
+ "roll",
28
+ "library",
29
+ "bot",
30
+ "typescript"
31
+ ],
32
+ "author": "Mara-Li",
33
+ "license": "GPL-3.0-only",
34
+ "dependencies": {
35
+ "@dice-roller/rpg-dice-roller": "^5.5.1",
36
+ "mathjs": "^15.1.0",
37
+ "moment": "^2.30.1",
38
+ "random-js": "^2.1.0",
39
+ "remove-accents": "^0.5.0",
40
+ "ts-dedent": "^2.2.0",
41
+ "uniformize": "^2.5.0",
42
+ "vite-tsconfig-paths": "^5.1.4",
43
+ "zod": "^4.1.13"
44
+ },
45
+ "devDependencies": {
46
+ "@biomejs/biome": "^2.3.8",
47
+ "@types/bun": "^1.3.3",
48
+ "commit-and-tag-version": "^12.6.1",
49
+ "tslib": "^2.8.1",
50
+ "tsup": "^8.5.1",
51
+ "typescript": "^5.9.3",
52
+ "typescript-json-schema": "^0.67.0",
53
+ "zod-to-json-schema": "^3.25.0"
54
+ },
55
+ "trustedDependencies": [
56
+ "@biomejs/biome",
57
+ "esbuild"
58
+ ]
59
+ }