hiroppy 1.0.73 → 1.0.74
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/generated/images.tar.gz +0 -0
- package/generated/jobs.json +1 -1
- package/generated/repos.json +1 -1
- package/package.json +6 -6
package/generated/images.tar.gz
CHANGED
|
Binary file
|
package/generated/jobs.json
CHANGED
package/generated/repos.json
CHANGED
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"name": "crowi/crowi",
|
|
164
164
|
"url": "https://github.com/crowi/crowi",
|
|
165
165
|
"description": "Crowi - The Markdown Wiki - Empower the team with sharing your knowledge",
|
|
166
|
-
"language": "
|
|
166
|
+
"language": "JavaScript",
|
|
167
167
|
"image": "/images/YXZhdGFycy5naXRodWJ1c2VyY29udGVudC5jb20vdS84NDc2MTMwP3Y9ND9zPTQw.webp",
|
|
168
168
|
"org": "crowi",
|
|
169
169
|
"repo": "crowi"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hiroppy",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"packageManager": "pnpm@10.
|
|
3
|
+
"version": "1.0.74",
|
|
4
|
+
"packageManager": "pnpm@10.28.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./generated/types/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://github.com/hiroppy/hiroppy#readme",
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@biomejs/biome": "2.3.
|
|
57
|
+
"@biomejs/biome": "2.3.11",
|
|
58
58
|
"@types/emoji-js": "3.5.2",
|
|
59
59
|
"@types/json-schema": "7.0.15",
|
|
60
|
-
"@types/node": "24.10.
|
|
60
|
+
"@types/node": "24.10.9",
|
|
61
61
|
"cheerio": "1.1.2",
|
|
62
62
|
"emoji-js": "3.9.0",
|
|
63
63
|
"json-schema-to-typescript": "15.0.4",
|
|
64
|
-
"lefthook": "2.0.
|
|
64
|
+
"lefthook": "2.0.15",
|
|
65
65
|
"octokit": "5.0.5",
|
|
66
|
-
"prettier": "3.
|
|
66
|
+
"prettier": "3.8.0",
|
|
67
67
|
"sharp": "0.34.5",
|
|
68
68
|
"sharp-ico": "0.1.5",
|
|
69
69
|
"typescript": "5.9.3"
|