Skip to content

Commit fd37e61

Browse files
committed
Bump to version 10.2.0
1 parent 137e80f commit fd37e61

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

megalodon/package.json

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "megalodon",
3-
"version": "10.1.3",
3+
"version": "10.2.0",
44
"description": "Fediverse API client for node.js and browser",
55
"type": "module",
66
"main": "./lib/cjs/index.js",
@@ -17,9 +17,7 @@
1717
"engines": {
1818
"node": ">=22.21.1"
1919
},
20-
"files": [
21-
"/lib"
22-
],
20+
"files": ["/lib"],
2321
"exports": {
2422
".": {
2523
"require": {
@@ -36,36 +34,20 @@
3634
"type": "git",
3735
"url": "git+https://github.com/h3poteto/megalodon.git"
3836
},
39-
"keywords": [
40-
"mastodon",
41-
"client",
42-
"api",
43-
"streaming",
44-
"rest",
45-
"activitypub",
46-
"federated",
47-
"fediverse"
48-
],
37+
"keywords": ["mastodon", "client", "api", "streaming", "rest", "activitypub", "federated", "fediverse"],
4938
"author": "h3poteto",
5039
"license": "MIT",
5140
"bugs": {
5241
"url": "https://github.com/h3poteto/megalodon/issues"
5342
},
5443
"jest": {
55-
"moduleFileExtensions": [
56-
"ts",
57-
"js"
58-
],
59-
"extensionsToTreatAsEsm": [
60-
".ts"
61-
],
44+
"moduleFileExtensions": ["ts", "js"],
45+
"extensionsToTreatAsEsm": [".ts"],
6246
"moduleNameMapper": {
6347
"^@/(.+)": "<rootDir>/src/$1",
6448
"^~/(.+)": "<rootDir>/$1"
6549
},
66-
"testMatch": [
67-
"**/test/**/*.spec.ts"
68-
],
50+
"testMatch": ["**/test/**/*.spec.ts"],
6951
"preset": "ts-jest/presets/default",
7052
"transform": {
7153
"^.+\\.(ts|tsx)$": [

0 commit comments

Comments
 (0)