@nekzus/liop 2.1.0-alpha.8 → 2.1.0-alpha.9

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.
@@ -87,32 +87,14 @@ declare const ToolSchema: z.ZodObject<{
87
87
  name: z.ZodString;
88
88
  description: z.ZodOptional<z.ZodString>;
89
89
  inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
90
- }, "strip", z.ZodTypeAny, {
91
- name: string;
92
- inputSchema: Record<string, unknown>;
93
- description?: string | undefined;
94
- }, {
95
- name: string;
96
- inputSchema: Record<string, unknown>;
97
- description?: string | undefined;
98
- }>;
90
+ }, z.core.$strip>;
99
91
  type Tool = z.infer<typeof ToolSchema>;
100
92
  declare const ResourceSchema: z.ZodObject<{
101
93
  uri: z.ZodString;
102
94
  name: z.ZodString;
103
95
  description: z.ZodOptional<z.ZodString>;
104
96
  mimeType: z.ZodOptional<z.ZodString>;
105
- }, "strip", z.ZodTypeAny, {
106
- name: string;
107
- uri: string;
108
- description?: string | undefined;
109
- mimeType?: string | undefined;
110
- }, {
111
- name: string;
112
- uri: string;
113
- description?: string | undefined;
114
- mimeType?: string | undefined;
115
- }>;
97
+ }, z.core.$strip>;
116
98
  type Resource = z.infer<typeof ResourceSchema>;
117
99
  declare const PromptSchema: z.ZodObject<{
118
100
  name: z.ZodString;
@@ -121,32 +103,8 @@ declare const PromptSchema: z.ZodObject<{
121
103
  name: z.ZodString;
122
104
  description: z.ZodOptional<z.ZodString>;
123
105
  required: z.ZodOptional<z.ZodBoolean>;
124
- }, "strip", z.ZodTypeAny, {
125
- name: string;
126
- description?: string | undefined;
127
- required?: boolean | undefined;
128
- }, {
129
- name: string;
130
- description?: string | undefined;
131
- required?: boolean | undefined;
132
- }>, "many">>;
133
- }, "strip", z.ZodTypeAny, {
134
- name: string;
135
- description?: string | undefined;
136
- arguments?: {
137
- name: string;
138
- description?: string | undefined;
139
- required?: boolean | undefined;
140
- }[] | undefined;
141
- }, {
142
- name: string;
143
- description?: string | undefined;
144
- arguments?: {
145
- name: string;
146
- description?: string | undefined;
147
- required?: boolean | undefined;
148
- }[] | undefined;
149
- }>;
106
+ }, z.core.$strip>>>;
107
+ }, z.core.$strip>;
150
108
  type Prompt = z.infer<typeof PromptSchema>;
151
109
  interface CallToolRequest {
152
110
  name: string;
package/dist/types.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import 'zod';
2
- export { A as AuthInfo, C as CallToolRequest, a as CallToolResult, G as GetPromptRequest, c as GetPromptResult, M as McpRequest, b as McpResponse, P as Prompt, d as PromptSchema, R as Resource, e as ResourceSchema, S as ServerInfo, T as Tool, f as ToolSchema } from './types-DzEXgi4s.js';
2
+ export { A as AuthInfo, C as CallToolRequest, a as CallToolResult, G as GetPromptRequest, c as GetPromptResult, M as McpRequest, b as McpResponse, P as Prompt, d as PromptSchema, R as Resource, e as ResourceSchema, S as ServerInfo, T as Tool, f as ToolSchema } from './types-sKeUxuky.js';
3
3
  import 'jose';
package/dist/types.js CHANGED
@@ -1,5 +1,5 @@
1
- export { PromptSchema, ResourceSchema, ToolSchema } from './chunk-R5NHKIC3.js';
2
- import './chunk-HGTKLHOL.js';
1
+ export { PromptSchema, ResourceSchema, ToolSchema } from './chunk-MCXMS5ZI.js';
2
+ import './chunk-F5YNYL5L.js';
3
3
  import './chunk-PZ5AY32C.js';
4
4
  //# sourceMappingURL=types.js.map
5
5
  //# sourceMappingURL=types.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nekzus/liop",
3
- "version": "2.1.0-alpha.8",
3
+ "version": "2.1.0-alpha.9",
4
4
  "description": "Official SDK for Logic-Injection-on-Origin Protocol (LIOP). Deploy Logic-on-Origin with WebAssembly at gRPC speed and bidirectional MCP compatibility.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -79,53 +79,52 @@
79
79
  "node": ">=20.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@biomejs/biome": "2.4.8",
82
+ "@biomejs/biome": "2.4.16",
83
83
  "@opentelemetry/api": "1.9.1",
84
- "@opentelemetry/sdk-metrics": "2.7.0",
84
+ "@opentelemetry/sdk-metrics": "2.7.1",
85
85
  "@types/node": "25.3.1",
86
86
  "@types/oidc-provider": "9.5.0",
87
87
  "@vitest/coverage-v8": "4.1.8",
88
- "acorn": "8.16.0",
89
- "acorn-walk": "8.3.5",
90
88
  "tsup": "8.5.1",
91
- "tsx": "4.21.0",
92
- "typescript": "5.9.3",
93
- "vitest": "4.1.8",
94
- "zod": "3.25.76",
95
- "zod-to-json-schema": "3.24.1"
89
+ "tsx": "4.22.4",
90
+ "typescript": "6.0.3",
91
+ "vitest": "4.1.8"
96
92
  },
97
93
  "dependencies": {
98
94
  "@chainsafe/libp2p-noise": "17.0.0",
99
95
  "@chainsafe/libp2p-yamux": "8.0.1",
100
96
  "@grpc/grpc-js": "1.14.4",
101
97
  "@grpc/proto-loader": "0.8.1",
102
- "@hono/node-server": "1.19.11",
98
+ "@hono/node-server": "2.0.4",
103
99
  "@libp2p/bootstrap": "12.0.24",
104
100
  "@libp2p/crypto": "5.1.18",
105
- "@libp2p/identify": "4.1.6",
101
+ "@libp2p/identify": "4.1.7",
106
102
  "@libp2p/kad-dht": "16.3.1",
107
- "@libp2p/peer-id": "6.0.9",
108
- "@libp2p/ping": "3.1.5",
109
- "@libp2p/tcp": "11.0.20",
110
- "@libp2p/websockets": "10.1.13",
111
- "@multiformats/multiaddr": "13.0.1",
103
+ "@libp2p/peer-id": "6.0.10",
104
+ "@libp2p/ping": "3.1.6",
105
+ "@libp2p/tcp": "11.0.21",
106
+ "@libp2p/websockets": "10.1.14",
107
+ "@multiformats/multiaddr": "13.0.3",
108
+ "acorn": "8.16.0",
109
+ "acorn-walk": "8.3.5",
112
110
  "hono": "4.12.23",
113
111
  "it-pipe": "3.0.1",
114
112
  "jose": "6.2.3",
115
113
  "libp2p": "3.3.3",
116
114
  "mlkem": "2.7.0",
117
- "multiformats": "13.4.2",
115
+ "multiformats": "14.0.0",
118
116
  "oidc-provider": "9.8.4",
119
117
  "piscina": "5.1.4",
120
- "uint8arrays": "3.1.1"
118
+ "uint8arrays": "6.1.1",
119
+ "zod": "4.4.3"
121
120
  },
122
121
  "optionalDependencies": {
123
- "@modelcontextprotocol/sdk": "1.28.0",
124
- "compromise": "14.15.0",
122
+ "@modelcontextprotocol/sdk": "1.29.0",
123
+ "compromise": "14.15.1",
125
124
  "gpt-tokenizer": "3.4.0"
126
125
  },
127
126
  "peerDependencies": {
128
- "@modelcontextprotocol/sdk": "1.28.0",
127
+ "@modelcontextprotocol/sdk": "1.29.0",
129
128
  "@opentelemetry/api": "1.9.1"
130
129
  },
131
130
  "peerDependenciesMeta": {