@phreshos/cli 0.1.21 → 0.1.22

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.
@@ -9,6 +9,7 @@ dist
9
9
  # Made by `phresh pack` in the project root.
10
10
  /*.zip
11
11
  /*.zip.sha256
12
+ /program.json
12
13
 
13
14
  # Editor and machine residue.
14
15
  .vscode
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "phresh",
3
3
  "private": true,
4
- "version": "0.1.13",
4
+ "version": "0.1.14",
5
5
  "description": "The official PhreshOS starter Program.",
6
6
  "type": "module",
7
7
  "scripts": {
@@ -14,15 +14,15 @@
14
14
  "starter"
15
15
  ],
16
16
  "dependencies": {
17
- "@phreshos/client": "^0.1.13",
18
- "@phreshos/core": "^0.1.9",
17
+ "@phreshos/client": "^0.1.16",
18
+ "@phreshos/core": "^0.1.13",
19
19
  "@phreshos/react": "^0.1.7",
20
- "@phreshos/server": "^0.1.11",
20
+ "@phreshos/server": "^0.1.15",
21
21
  "react": "^19.2.8",
22
22
  "react-dom": "^19.2.8"
23
23
  },
24
24
  "devDependencies": {
25
- "@phreshos/cli": "^0.1.21",
25
+ "@phreshos/cli": "^0.1.22",
26
26
  "@types/node": "^26.2.0",
27
27
  "@types/react": "^19.2.18",
28
28
  "@types/react-dom": "^19.2.4",
@@ -4,8 +4,11 @@ export default defineConfig({
4
4
  identity: "phresh",
5
5
  name: "Phresh Program",
6
6
  description: "A minimal counter with direct Client and Server endpoints.",
7
- version: "0.1.13",
7
+ version: "0.1.14",
8
8
  icon: "icon.png",
9
+ categories: ["Development"],
10
+ keywords: ["example", "counter", "client", "server"],
11
+ website: "https://github.com/PhreshOS/phresh-program",
9
12
  buildCommand: "vite-node scripts/build.ts",
10
13
  server: {
11
14
  location: "dist/server",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "repository": "PhreshOS/phresh-program",
3
- "version": "0.1.13",
4
- "sha256": "c55ff8129295c9c90b7a78fef8689fef6e0d180c7a284fdb180127700b74fcb0",
3
+ "version": "0.1.14",
4
+ "sha256": "c58d8c0caaa7e8d6da33e06d82c927fba455dc9db006680eeab475fab0c312cf",
5
5
  "development": true
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@phreshos/cli",
3
3
  "type": "module",
4
- "version": "0.1.21",
4
+ "version": "0.1.22",
5
5
  "description": "The Phresh command-line interface for Program projects and system management.",
6
6
  "engines": {
7
7
  "node": ">=20.10"
@@ -1,11 +0,0 @@
1
- {
2
- "schema": 1,
3
- "identity": "phresh",
4
- "version": "0.1.13",
5
- "name": "Phresh Program",
6
- "description": "A minimal Client and Server Program for exploring PhreshOS development.",
7
- "icon": "icon.png",
8
- "categories": ["Development"],
9
- "keywords": ["example", "counter", "client", "server"],
10
- "website": "https://github.com/PhreshOS/phresh-program"
11
- }