Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "@tcpip/v86", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Network adapter that connects tcpip.js with v86", | ||
"main": "dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"build": "npm run clean && tsc -b tsconfig.cjs.json tsconfig.esm.json tsconfig.types.json", | ||
"build": "tsup --clean", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
@@ -18,5 +16,5 @@ "dist/**/*" | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"module": "./dist/esm/index.js", | ||
"default": "./dist/cjs/index.js" | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.cjs" | ||
} | ||
@@ -26,5 +24,6 @@ }, | ||
"devDependencies": { | ||
"tcpip": "^0.1.1", | ||
"@total-typescript/tsconfig": "^1.0.4", | ||
"tcpip": "^0.2.0-dev.1", | ||
"typescript": "^5.0.4" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13598
3
7
66
1