@tinfoilsh/tinfoil-terminal 0.1.1 → 0.1.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 (1) hide show
  1. package/package.json +17 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "name": "@tinfoilsh/tinfoil-terminal",
5
5
  "description": "Tinfoil Terminal - Secure, encrypted access to AI models via opencode",
6
6
  "type": "module",
@@ -54,7 +54,6 @@
54
54
  "devDependencies": {
55
55
  "@babel/core": "7.28.4",
56
56
  "@octokit/webhooks-types": "7.6.1",
57
- "@opencode-ai/script": "workspace:*",
58
57
  "@parcel/watcher-darwin-arm64": "2.5.1",
59
58
  "@parcel/watcher-darwin-x64": "2.5.1",
60
59
  "@parcel/watcher-linux-arm64-glibc": "2.5.1",
@@ -63,13 +62,13 @@
63
62
  "@parcel/watcher-linux-x64-musl": "2.5.1",
64
63
  "@parcel/watcher-win32-x64": "2.5.1",
65
64
  "@standard-schema/spec": "1.0.0",
66
- "@tsconfig/bun": "catalog:",
65
+ "@tsconfig/bun": "1.0.9",
67
66
  "@types/babel__core": "7.20.5",
68
- "@types/bun": "catalog:",
67
+ "@types/bun": "1.3.4",
69
68
  "@types/turndown": "5.0.5",
70
69
  "@types/yargs": "17.0.33",
71
- "@typescript/native-preview": "catalog:",
72
- "typescript": "catalog:",
70
+ "@typescript/native-preview": "7.0.0-dev.20251207.1",
71
+ "typescript": "5.8.2",
73
72
  "vscode-languageserver-types": "3.17.5",
74
73
  "why-is-node-running": "3.2.2",
75
74
  "zod-to-json-schema": "3.24.5"
@@ -83,52 +82,48 @@
83
82
  "@ai-sdk/provider-utils": "3.0.19",
84
83
  "@clack/prompts": "1.0.0-alpha.1",
85
84
  "@hono/standard-validator": "0.1.5",
86
- "@hono/zod-validator": "catalog:",
85
+ "@hono/zod-validator": "0.4.2",
87
86
  "@modelcontextprotocol/sdk": "1.25.2",
88
87
  "@octokit/graphql": "9.0.2",
89
- "@octokit/rest": "catalog:",
90
- "@openauthjs/openauth": "catalog:",
91
- "@opencode-ai/plugin": "workspace:*",
92
- "@opencode-ai/script": "workspace:*",
93
- "@opencode-ai/sdk": "workspace:*",
94
- "@opencode-ai/util": "workspace:*",
88
+ "@octokit/rest": "22.0.0",
89
+ "@openauthjs/openauth": "0.0.0-20250322224806",
95
90
  "@opentui/core": "0.1.72",
96
91
  "@opentui/solid": "0.1.72",
97
92
  "@parcel/watcher": "2.5.1",
98
- "@pierre/diffs": "catalog:",
93
+ "@pierre/diffs": "1.0.2",
99
94
  "@solid-primitives/event-bus": "1.1.2",
100
95
  "@solid-primitives/scheduled": "1.5.2",
101
96
  "@standard-schema/spec": "1.0.0",
102
97
  "@zip.js/zip.js": "2.7.62",
103
- "ai": "catalog:",
98
+ "ai": "5.0.97",
104
99
  "bonjour-service": "1.3.0",
105
100
  "bun-pty": "0.4.4",
106
101
  "chokidar": "4.0.3",
107
102
  "clipboardy": "4.0.0",
108
103
  "decimal.js": "10.5.0",
109
- "diff": "catalog:",
104
+ "diff": "8.0.2",
110
105
  "fuzzysort": "3.1.0",
111
106
  "gray-matter": "4.0.3",
112
- "hono": "catalog:",
113
- "hono-openapi": "catalog:",
107
+ "hono": "4.10.7",
108
+ "hono-openapi": "1.1.2",
114
109
  "ignore": "7.0.5",
115
110
  "jsonc-parser": "3.3.1",
116
111
  "minimatch": "10.0.3",
117
112
  "open": "10.1.2",
118
113
  "opentui-spinner": "0.0.6",
119
114
  "partial-json": "0.1.7",
120
- "remeda": "catalog:",
121
- "solid-js": "catalog:",
115
+ "remeda": "2.26.0",
116
+ "solid-js": "1.9.10",
122
117
  "strip-ansi": "7.1.2",
123
118
  "tinfoil": "0.12.0",
124
119
  "tree-sitter-bash": "0.25.0",
125
120
  "turndown": "7.2.0",
126
- "ulid": "catalog:",
121
+ "ulid": "3.0.1",
127
122
  "vscode-jsonrpc": "8.2.1",
128
123
  "web-tree-sitter": "0.25.10",
129
124
  "xdg-basedir": "5.1.0",
130
125
  "yargs": "18.0.0",
131
- "zod": "catalog:",
126
+ "zod": "4.1.8",
132
127
  "zod-to-json-schema": "3.24.5"
133
128
  }
134
129
  }