@vandenberghinc/volt 1.1.25 → 1.1.26

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 +0 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,3 @@
1
- <!--<p align="center">
2
- <img src="https://github.com/vandenberghinc/volt/blob/main/dev/media/icon/stroke.png?raw=true" alt="Volt Logo" width="200">
3
- </p>-->
4
-
5
- <p align="center">
6
- <img src="https://img.shields.io/badge/version-1.1.23-orange" alt="Version">
7
- <img src="https://img.shields.io/badge/language-TypeScript-blue" alt="Language">
8
- <img src="https://img.shields.io/badge/status-in%20development-forestgreen" alt="Status">
9
- <img src="https://img.shields.io/badge/OS-MacOS%20%26%20Linux-blue" alt="OS">
10
- </p>
11
-
12
1
  # Volt – TypeScript Web Framework
13
2
 
14
3
  **Volt** is an open‑source framework for building dynamic websites and web apps in TypeScript. It combines a SwiftUI‑inspired **frontend UI library** with a powerful **Node.js backend server**, so you can create full‑stack applications in a single cohesive project.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Daan van den Bergh",
3
3
  "name": "@vandenberghinc/volt",
4
- "version": "1.1.25",
4
+ "version": "1.1.26",
5
5
  "description": "",
6
6
  "type": "module",
7
7
  "types": "./backend/dist/esm/volt.d.ts",