@nekzus/liop 2.0.0-alpha.7 → 2.0.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.
Files changed (2) hide show
  1. package/package.json +12 -3
  2. package/socket.yml +0 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nekzus/liop",
3
- "version": "2.0.0-alpha.7",
3
+ "version": "2.0.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",
@@ -11,8 +11,7 @@
11
11
  "files": [
12
12
  "dist",
13
13
  "README.md",
14
- "LICENSE",
15
- "socket.yml"
14
+ "LICENSE"
16
15
  ],
17
16
  "exports": {
18
17
  ".": {
@@ -155,5 +154,15 @@
155
154
  "@modelcontextprotocol/sdk": {
156
155
  "optional": true
157
156
  }
157
+ },
158
+ "overrides": {
159
+ "type-is": "2.0.1",
160
+ "content-type": "1.0.5"
161
+ },
162
+ "pnpm": {
163
+ "overrides": {
164
+ "type-is": "2.0.1",
165
+ "content-type": "1.0.5"
166
+ }
158
167
  }
159
168
  }
package/socket.yml DELETED
@@ -1,10 +0,0 @@
1
- # Socket.dev Configuration File
2
- # https://docs.socket.dev/docs/socket-yml
3
- version: 2
4
-
5
- # Supply Chain Security Policies
6
- issueRules:
7
- # Triage: Legitimate maintenance handover of jshttp libraries (type-is, content-type)
8
- # to Blake Embrey is safe and verified. Ignore false positives on unstable ownership.
9
- unstable-ownership:
10
- action: ignore