@wwawing/serve-index 3.12.16 → 4.1.0-save-bug-fix.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/index.js +1 -1
  3. 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
@@ -3,7 +3,7 @@
3
3
  * Copyright(c) 2011 Sencha Inc.
4
4
  * Copyright(c) 2011 TJ Holowaychuk
5
5
  * Copyright(c) 2014-2015 Douglas Christopher Wilson
6
- * Copyright(c) 2015-2024 WWA Wing Team
6
+ * Copyright(c) 2015-2025 WWA Wing Team
7
7
  * MIT Licensed
8
8
  */
9
9
 
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.16",
4
+ "version": "4.1.0-save-bug-fix.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": "7.23.0",
31
- "eslint-plugin-markdown": "2.0.0",
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": "38193392c388db4d503d777c7e032fd428489319"
41
+ "gitHead": "ebafe0f89a08034d15a661c1082145d3a798c172"
42
42
  }