@idlebox/browser 0.0.60 → 0.0.61
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/llms.md +10 -0
- package/package.json +8 -5
package/llms.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# @idlebox/browser
|
|
2
|
+
|
|
3
|
+
This file is a pointer to the actual document URL.
|
|
4
|
+
|
|
5
|
+
The document is hosted on GitHub and can be accessed at the following URL:
|
|
6
|
+
|
|
7
|
+
> https://raw.githubusercontent.com/GongT/baobao/refs/heads/docs/%40idlebox%2Fbrowser/llms.md
|
|
8
|
+
|
|
9
|
+
Document also available from context7 MCP.
|
|
10
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idlebox/browser",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.61",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GongT <admin@gongt.me>",
|
|
7
7
|
"main": "./lib/autoindex.generated.js",
|
|
@@ -9,16 +9,17 @@
|
|
|
9
9
|
".": "./lib/autoindex.generated.js",
|
|
10
10
|
"./react": "./re-exports/react.js",
|
|
11
11
|
"./antd": "./re-exports/antd.js",
|
|
12
|
-
"./package.json": "./package.json"
|
|
12
|
+
"./package.json": "./package.json",
|
|
13
|
+
"./llms.txt": "./llms.md"
|
|
13
14
|
},
|
|
14
15
|
"dependencies": {
|
|
15
|
-
"@idlebox/
|
|
16
|
-
"@idlebox/
|
|
16
|
+
"@idlebox/logger": "^0.0.27",
|
|
17
|
+
"@idlebox/common": "^1.5.27"
|
|
17
18
|
},
|
|
18
19
|
"devDependencies": {
|
|
19
20
|
"@types/web": "^0.0.344",
|
|
20
21
|
"browserslist-useragent-regexp": "^4.1.3",
|
|
21
|
-
"@build-script/codegen": "^1.0.
|
|
22
|
+
"@build-script/codegen": "^1.0.26",
|
|
22
23
|
"@build-script/baseline-rig": "latest"
|
|
23
24
|
},
|
|
24
25
|
"optionalDependencies": {
|
|
@@ -30,6 +31,8 @@
|
|
|
30
31
|
"directory": "@idlebox/browser"
|
|
31
32
|
},
|
|
32
33
|
"sideEffects": false,
|
|
34
|
+
"llms": "./llms.md",
|
|
35
|
+
"llmsFull": "https://raw.githubusercontent.com/GongT/baobao/refs/heads/docs/%40idlebox%2Fbrowser/llms.md",
|
|
33
36
|
"scripts": {
|
|
34
37
|
"build": "mpis-run build",
|
|
35
38
|
"watch": "mpis-run watch",
|