@discordeno/utils 22.0.1-next.b25caf6 → 22.0.1-next.b3d81b8
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discordeno/utils",
|
|
3
|
-
"version": "22.0.1-next.
|
|
3
|
+
"version": "22.0.1-next.b3d81b8",
|
|
4
4
|
"exports": "./dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -17,29 +17,29 @@
|
|
|
17
17
|
"build:type": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
|
|
18
18
|
"release-build": "yarn build && yarn build:type",
|
|
19
19
|
"check": "biome check --write",
|
|
20
|
-
"test:unit": "c8 -r lcov mocha 'tests/**/*.spec.ts'
|
|
20
|
+
"test:unit": "c8 -r lcov mocha 'tests/**/*.spec.ts'",
|
|
21
21
|
"test:deno-unit": "deno -A npm:mocha 'tests/**/*.spec.ts'",
|
|
22
22
|
"test:bun-unit": "bun --bun mocha 'tests/**/*.spec.ts'",
|
|
23
23
|
"test:test-type": "tsc --project tests/tsconfig.json",
|
|
24
24
|
"test:type": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@discordeno/types": "22.0.1-next.
|
|
27
|
+
"@discordeno/types": "22.0.1-next.b3d81b8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@biomejs/biome": "2.
|
|
30
|
+
"@biomejs/biome": "2.5.5",
|
|
31
31
|
"@swc/cli": "^0.8.1",
|
|
32
|
-
"@swc/core": "^1.15.
|
|
32
|
+
"@swc/core": "^1.15.43",
|
|
33
33
|
"@types/chai": "^5.2.3",
|
|
34
34
|
"@types/mocha": "^10.0.10",
|
|
35
|
-
"@types/node": "^
|
|
35
|
+
"@types/node": "^26.1.1",
|
|
36
36
|
"@types/sinon": "^21.0.1",
|
|
37
|
-
"c8": "^
|
|
37
|
+
"c8": "^12.0.0",
|
|
38
38
|
"chai": "^6.2.2",
|
|
39
|
-
"mocha": "^11.7.
|
|
40
|
-
"sinon": "^
|
|
39
|
+
"mocha": "^11.7.6",
|
|
40
|
+
"sinon": "^22.0.0",
|
|
41
41
|
"ts-node": "^10.9.2",
|
|
42
42
|
"tsconfig": "*",
|
|
43
|
-
"typescript": "^6.0.
|
|
43
|
+
"typescript": "^6.0.3"
|
|
44
44
|
}
|
|
45
45
|
}
|