feli 1.0.4 → 1.0.14

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/dist/index.d.ts CHANGED
@@ -1,4 +1,7 @@
1
1
  #!/usr/bin/env node
2
+ /**
3
+ * The function that parses the cli and runs the mini-server
4
+ */
2
5
  declare function feli_cli(defaultPublicDir: string, argv: string[]): Promise<void>;
3
6
 
4
7
  export { feli_cli };
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import getport from "get-port";
14
14
  var package_default = {
15
15
  name: "feli",
16
16
  description: "library for making quickly your mini-server for your front-end only web-app",
17
- version: "1.0.4",
17
+ version: "1.0.14",
18
18
  private: false,
19
19
  repository: {
20
20
  type: "git",
@@ -48,7 +48,7 @@ var package_default = {
48
48
  },
49
49
  tsup: {
50
50
  entry: [
51
- "src/index.ts"
51
+ "./src/index.ts"
52
52
  ],
53
53
  format: "esm",
54
54
  splitting: false,
@@ -74,31 +74,34 @@ var package_default = {
74
74
  "test:unit": "vitest",
75
75
  "test:unit:once": "vitest --run",
76
76
  ci: "run-s check build pretty lint test:unit:once",
77
+ jsrpub: "npx jsr publish",
77
78
  clean: "rimraf node_modules build dist tmp",
78
79
  "run-test": "node scr/test-feli.js"
79
80
  },
80
81
  dependencies: {
81
- "@hono/node-server": "^1.19.7",
82
- "fs-extra": "^11.3.3",
83
- "get-port": "^7.1.0",
84
- hono: "^4.11.3",
82
+ "@hono/node-server": "^2.0.3",
83
+ "fs-extra": "^11.3.5",
84
+ "get-port": "^7.2.0",
85
+ hono: "^4.12.21",
85
86
  open: "^11.0.0",
86
87
  yargs: "^18.0.0"
87
88
  },
88
89
  devDependencies: {
89
- "@eslint/js": "^9.10.0",
90
+ "@eslint/js": "^10.0.1",
90
91
  "@types/eslint__js": "^8.42.3",
91
92
  "@types/fs-extra": "^11.0.4",
93
+ "@types/node": "^25.9.1",
92
94
  "@types/yargs": "^17.0.35",
93
- eslint: "^9.39.2",
95
+ eslint: "^10.4.0",
94
96
  "eslint-config-prettier": "^10.1.8",
95
- "npm-run-all2": "^8.0.4",
96
- prettier: "^3.7.4",
97
- rimraf: "^6.1.2",
97
+ jsr: "^0.14.3",
98
+ "npm-run-all2": "^9.0.0",
99
+ prettier: "^3.8.3",
100
+ rimraf: "^6.1.3",
98
101
  tsup: "^8.5.1",
99
- typescript: "^5.9.3",
100
- "typescript-eslint": "^8.50.1",
101
- vitest: "^4.0.16"
102
+ typescript: "^6.0.3",
103
+ "typescript-eslint": "^8.59.4",
104
+ vitest: "^4.1.6"
102
105
  }
103
106
  };
104
107
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "feli",
3
3
  "description": "library for making quickly your mini-server for your front-end only web-app",
4
- "version": "1.0.4",
4
+ "version": "1.0.14",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "tsup": {
37
37
  "entry": [
38
- "src/index.ts"
38
+ "./src/index.ts"
39
39
  ],
40
40
  "format": "esm",
41
41
  "splitting": false,
@@ -61,30 +61,33 @@
61
61
  "test:unit": "vitest",
62
62
  "test:unit:once": "vitest --run",
63
63
  "ci": "run-s check build pretty lint test:unit:once",
64
+ "jsrpub": "npx jsr publish",
64
65
  "clean": "rimraf node_modules build dist tmp",
65
66
  "run-test": "node scr/test-feli.js"
66
67
  },
67
68
  "dependencies": {
68
- "@hono/node-server": "^1.19.7",
69
- "fs-extra": "^11.3.3",
70
- "get-port": "^7.1.0",
71
- "hono": "^4.11.3",
69
+ "@hono/node-server": "^2.0.3",
70
+ "fs-extra": "^11.3.5",
71
+ "get-port": "^7.2.0",
72
+ "hono": "^4.12.21",
72
73
  "open": "^11.0.0",
73
74
  "yargs": "^18.0.0"
74
75
  },
75
76
  "devDependencies": {
76
- "@eslint/js": "^9.10.0",
77
+ "@eslint/js": "^10.0.1",
77
78
  "@types/eslint__js": "^8.42.3",
78
79
  "@types/fs-extra": "^11.0.4",
80
+ "@types/node": "^25.9.1",
79
81
  "@types/yargs": "^17.0.35",
80
- "eslint": "^9.39.2",
82
+ "eslint": "^10.4.0",
81
83
  "eslint-config-prettier": "^10.1.8",
82
- "npm-run-all2": "^8.0.4",
83
- "prettier": "^3.7.4",
84
- "rimraf": "^6.1.2",
84
+ "jsr": "^0.14.3",
85
+ "npm-run-all2": "^9.0.0",
86
+ "prettier": "^3.8.3",
87
+ "rimraf": "^6.1.3",
85
88
  "tsup": "^8.5.1",
86
- "typescript": "^5.9.3",
87
- "typescript-eslint": "^8.50.1",
88
- "vitest": "^4.0.16"
89
+ "typescript": "^6.0.3",
90
+ "typescript-eslint": "^8.59.4",
91
+ "vitest": "^4.1.6"
89
92
  }
90
93
  }