🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@ifgengineering/api-contracts

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ifgengineering/api-contracts - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+4
-6
package.json
{
"name": "@ifgengineering/api-contracts",
"version": "0.2.0",
"version": "0.2.1",
"description": "Shared ts-rest API contracts between invest-api and frontend clients",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",

@@ -21,5 +21,3 @@ "scripts": {

"publishConfig": {
"access": "public",
"main": "dist/index.js",
"types": "dist/index.d.ts"
"access": "public"
},

@@ -26,0 +24,0 @@ "devDependencies": {

export { externalKycContract } from "./external-kyc/external-kyc.contract.js";
export * from "./external-kyc/external-kyc.schemas.js";