onboard-engine 1.0.0 → 1.2.2

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 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- <p align="center">
2
- <img src="logo.png" alt="Onboard Engine Logo" width="200" />
3
- </p>
4
-
5
1
  # Onboard Engine
6
2
 
7
3
  **A modern, lightweight, and customizable onboarding library for React and Next.js applications.**
@@ -224,4 +220,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
224
220
 
225
221
  ## License
226
222
 
227
- ISC © [Forsrobin](https://github.com/Forsrobin)
223
+ ISC © [Forsrobin](https://github.com/Forsrobin)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onboard-engine",
3
- "version": "1.0.0",
3
+ "version": "1.2.2",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "jsdom": "^26.0.0",
53
53
  "tsup": "^8.3.5",
54
54
  "typescript": "^5.7.3",
55
- "vitest": "^2.1.8"
55
+ "vitest": "^4.0.17"
56
56
  },
57
57
  "dependencies": {
58
58
  "clsx": "^2.1.1",