fss-link 1.0.63 → 1.0.64
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/bundle/fss-link.js +589 -364
- package/package.json +4 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fss-link",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.64",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -59,17 +59,14 @@
|
|
|
59
59
|
],
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/fs-extra": "^11.0.4",
|
|
62
|
-
"@types/jsdom": "^21.1.7",
|
|
63
62
|
"@types/marked": "^5.0.2",
|
|
64
63
|
"@types/micromatch": "^4.0.9",
|
|
65
64
|
"@types/mime-types": "^3.0.1",
|
|
66
65
|
"@types/minimatch": "^5.1.2",
|
|
67
66
|
"@types/mock-fs": "^4.13.4",
|
|
68
|
-
"@types/mozilla__readability": "^0.4.2",
|
|
69
67
|
"@types/qrcode-terminal": "^0.12.2",
|
|
70
68
|
"@types/shell-quote": "^1.7.5",
|
|
71
69
|
"@types/sql.js": "^1.4.9",
|
|
72
|
-
"@types/update-notifier": "^6.0.8",
|
|
73
70
|
"@types/uuid": "^10.0.0",
|
|
74
71
|
"@vitest/coverage-v8": "^3.1.1",
|
|
75
72
|
"concurrently": "^9.2.0",
|
|
@@ -100,20 +97,18 @@
|
|
|
100
97
|
"@iarna/toml": "^2.2.5",
|
|
101
98
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
102
99
|
"@mozilla/readability": "^0.6.0",
|
|
100
|
+
"@types/jsdom": "^21.1.7",
|
|
101
|
+
"@types/mozilla__readability": "^0.4.2",
|
|
102
|
+
"@types/update-notifier": "^6.0.8",
|
|
103
103
|
"axios": "^1.11.0",
|
|
104
104
|
"chalk": "^5.3.0",
|
|
105
105
|
"cheerio": "^1.1.2",
|
|
106
106
|
"command-exists": "^1.2.9",
|
|
107
|
-
"cross-spawn": "^7.0.3",
|
|
108
107
|
"diff": "^7.0.0",
|
|
109
108
|
"dotenv": "^17.1.0",
|
|
110
109
|
"fs-extra": "^11.3.1",
|
|
111
110
|
"glob": "^10.4.1",
|
|
112
|
-
"google-auth-library": "^9.11.0",
|
|
113
|
-
"graceful-fs": "^4.2.11",
|
|
114
111
|
"highlight.js": "^11.11.1",
|
|
115
|
-
"https-proxy-agent": "^7.0.6",
|
|
116
|
-
"iconv-lite": "^0.6.3",
|
|
117
112
|
"ink": "^6.1.1",
|
|
118
113
|
"ink-big-text": "^2.0.0",
|
|
119
114
|
"ink-gradient": "^3.0.0",
|
|
@@ -131,13 +126,10 @@
|
|
|
131
126
|
"react-dom": "19.1.1",
|
|
132
127
|
"read-package-up": "^11.0.0",
|
|
133
128
|
"shell-quote": "^1.8.3",
|
|
134
|
-
"signal-exit": "^4.1.0",
|
|
135
|
-
"simple-git": "^3.28.0",
|
|
136
129
|
"sql.js": "^1.11.0",
|
|
137
130
|
"string-width": "^7.1.0",
|
|
138
131
|
"strip-ansi": "^7.1.0",
|
|
139
132
|
"strip-json-comments": "^3.1.1",
|
|
140
|
-
"tiktoken": "^1.0.21",
|
|
141
133
|
"undici": "^7.10.0",
|
|
142
134
|
"update-notifier": "^7.3.1",
|
|
143
135
|
"yargs": "^17.7.2",
|