alabjs 0.2.2 → 0.2.3

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/dist/cli.js +0 -0
  2. package/package.json +14 -14
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alabjs",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "AlabJS — full-stack React framework powered by a Rust compiler",
5
5
  "keywords": [
6
6
  "react",
@@ -81,24 +81,15 @@
81
81
  "bin": {
82
82
  "alab": "./dist/cli.js"
83
83
  },
84
- "scripts": {
85
- "build": "tsc -p tsconfig.json",
86
- "dev": "tsc -p tsconfig.json --watch",
87
- "typecheck": "tsc --noEmit",
88
- "clean": "rm -rf dist",
89
- "test": "vitest run",
90
- "test:watch": "vitest",
91
- "test:coverage": "vitest run --coverage"
92
- },
93
84
  "optionalDependencies": {
94
- "@alabjs/compiler": "workspace:*"
85
+ "@alabjs/compiler": "0.2.3"
95
86
  },
96
87
  "dependencies": {
97
88
  "h3": "^1.15.0",
98
89
  "vite": "^8.0.0",
99
90
  "react": "^19.1.0",
100
91
  "react-dom": "^19.1.0",
101
- "alabjs-vite-plugin": "workspace:*"
92
+ "alabjs-vite-plugin": "0.2.3"
102
93
  },
103
94
  "devDependencies": {
104
95
  "@types/react": "^19.1.0",
@@ -120,5 +111,14 @@
120
111
  "type": "git",
121
112
  "url": "https://github.com/thinkgrid-labs/alabjs.git"
122
113
  },
123
- "author": "Dennis Paler <dennis@thinkgrid.dev>"
124
- }
114
+ "author": "Dennis Paler <dennis@thinkgrid.dev>",
115
+ "scripts": {
116
+ "build": "tsc -p tsconfig.json",
117
+ "dev": "tsc -p tsconfig.json --watch",
118
+ "typecheck": "tsc --noEmit",
119
+ "clean": "rm -rf dist",
120
+ "test": "vitest run",
121
+ "test:watch": "vitest",
122
+ "test:coverage": "vitest run --coverage"
123
+ }
124
+ }