@wwawing/serve-index 3.12.16 → 4.1.0-picture-performance.based-on.3.12.17
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/LICENSE +1 -1
- package/index.js +1 -1
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -4,7 +4,7 @@ Copyright (c) 2010 Sencha Inc.
|
|
|
4
4
|
Copyright (c) 2011 LearnBoost
|
|
5
5
|
Copyright (c) 2011 TJ Holowaychuk
|
|
6
6
|
Copyright (c) 2014-2015 Douglas Christopher Wilson
|
|
7
|
-
Copyright (c) 2024 WWA Wing Team
|
|
7
|
+
Copyright (c) 2024-2025 WWA Wing Team
|
|
8
8
|
|
|
9
9
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
10
10
|
a copy of this software and associated documentation files (the
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wwawing/serve-index",
|
|
3
3
|
"description": "Serve directory listings",
|
|
4
|
-
"version": "3.12.
|
|
4
|
+
"version": "4.1.0-picture-performance.based-on.3.12.17",
|
|
5
5
|
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>, WWA Wing Team",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"types": "./types/index.d.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"after": "0.8.2",
|
|
30
|
-
"eslint": "
|
|
31
|
-
"eslint-plugin-markdown": "
|
|
30
|
+
"eslint": "9.17.0",
|
|
31
|
+
"eslint-plugin-markdown": "5.1.0",
|
|
32
32
|
"supertest": "7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"node": ">=22",
|
|
39
39
|
"npm": ">=10"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "5a01c72ab758a0e435f5f7302b855abc9efaae7d"
|
|
42
42
|
}
|