@zeronium/zeronium-cli-darwin-arm64 0.2.5 → 0.2.7

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.
package/bun-darwin-arm64 CHANGED
Binary file
@@ -0,0 +1,9 @@
1
+ CREATE TABLE `projects` (
2
+ `project_id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
3
+ `project_name` text NOT NULL,
4
+ `tags` text,
5
+ `category` text DEFAULT 'uncategorized' NOT NULL,
6
+ `status` text NOT NULL,
7
+ `sticky_notes` text,
8
+ `project_path` text NOT NULL
9
+ );
@@ -0,0 +1,78 @@
1
+ {
2
+ "version": "6",
3
+ "dialect": "sqlite",
4
+ "id": "5d85aaaf-f90e-4834-a71f-97fb4a4f3243",
5
+ "prevId": "00000000-0000-0000-0000-000000000000",
6
+ "tables": {
7
+ "projects": {
8
+ "name": "projects",
9
+ "columns": {
10
+ "project_id": {
11
+ "name": "project_id",
12
+ "type": "integer",
13
+ "primaryKey": true,
14
+ "notNull": true,
15
+ "autoincrement": true
16
+ },
17
+ "project_name": {
18
+ "name": "project_name",
19
+ "type": "text",
20
+ "primaryKey": false,
21
+ "notNull": true,
22
+ "autoincrement": false
23
+ },
24
+ "tags": {
25
+ "name": "tags",
26
+ "type": "text",
27
+ "primaryKey": false,
28
+ "notNull": false,
29
+ "autoincrement": false
30
+ },
31
+ "category": {
32
+ "name": "category",
33
+ "type": "text",
34
+ "primaryKey": false,
35
+ "notNull": true,
36
+ "autoincrement": false,
37
+ "default": "'uncategorized'"
38
+ },
39
+ "status": {
40
+ "name": "status",
41
+ "type": "text",
42
+ "primaryKey": false,
43
+ "notNull": true,
44
+ "autoincrement": false
45
+ },
46
+ "sticky_notes": {
47
+ "name": "sticky_notes",
48
+ "type": "text",
49
+ "primaryKey": false,
50
+ "notNull": false,
51
+ "autoincrement": false
52
+ },
53
+ "project_path": {
54
+ "name": "project_path",
55
+ "type": "text",
56
+ "primaryKey": false,
57
+ "notNull": true,
58
+ "autoincrement": false
59
+ }
60
+ },
61
+ "indexes": {},
62
+ "foreignKeys": {},
63
+ "compositePrimaryKeys": {},
64
+ "uniqueConstraints": {},
65
+ "checkConstraints": {}
66
+ }
67
+ },
68
+ "views": {},
69
+ "enums": {},
70
+ "_meta": {
71
+ "schemas": {},
72
+ "tables": {},
73
+ "columns": {}
74
+ },
75
+ "internal": {
76
+ "indexes": {}
77
+ }
78
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "entries": [
5
+ {
6
+ "idx": 0,
7
+ "version": "6",
8
+ "when": 1770277605820,
9
+ "tag": "0000_gorgeous_warstar",
10
+ "breakpoints": true
11
+ }
12
+ ]
13
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeronium/zeronium-cli-darwin-arm64",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "A CLI tool for managing all your development projects",
5
5
  "license": "MIT",
6
6
  "os": [