fict 0.0.3 → 0.0.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # fict
2
2
 
3
- ![Node CI](https://github.com/fictjs/fict/workflows/Node%20CI/badge.svg)
3
+ ![Node CI](https://github.com/fictjs/fict/workflows/CI/badge.svg)
4
4
  ![npm](https://img.shields.io/npm/v/fict.svg)
5
5
  ![license](https://img.shields.io/npm/l/fict)
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fict",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Main package for the Fict framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -55,12 +55,12 @@
55
55
  "src"
56
56
  ],
57
57
  "dependencies": {
58
- "@fictjs/runtime": "0.0.3",
59
- "@fictjs/vite-plugin": "0.0.3"
58
+ "@fictjs/runtime": "0.0.4",
59
+ "@fictjs/vite-plugin": "0.0.4"
60
60
  },
61
61
  "devDependencies": {
62
62
  "tsup": "^8.5.1",
63
- "vite": "^7.2.7"
63
+ "vite": "^7.3.0"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "tsup",