d2820a64e3
0.1.5 was published with npm, which does not rewrite pnpm's workspace: protocol, so its package.json carried '@insignia/iios-contracts: workspace:*' and npm consumers failed with EUNSUPPORTEDPROTOCOL. Republished via pnpm publish. Do not use 0.1.5. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
33 lines
662 B
JSON
33 lines
662 B
JSON
{
|
|
"name": "@insignia/iios-kernel-client",
|
|
"version": "0.1.6",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@insignia/iios-contracts": "workspace:*",
|
|
"socket.io-client": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"tsup": "^8.3.5",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://git.lynkedup.cloud/api/packages/insignia/npm/"
|
|
}
|
|
}
|