@reactive-vscode/reactivity
Advanced tools
Comparing version 0.2.0-beta.1 to 0.2.0-beta.2
{ | ||
"name": "@reactive-vscode/reactivity", | ||
"type": "module", | ||
"version": "0.2.0-beta.1", | ||
"version": "0.2.0-beta.2", | ||
"description": "Full Vue Reactivity API without DOM", | ||
@@ -21,23 +21,23 @@ "author": "_Kerman <kermanx@qq.com>", | ||
".": { | ||
"types": "./src/index.ts", | ||
"import": "./src/index.ts" | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"main": "./src/index.ts", | ||
"types": "./src/index.ts", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"README.md", | ||
"shim.d.ts", | ||
"src", | ||
"tsconfig.json" | ||
"dist" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@vue/reactivity": "^3.4.27", | ||
"@vue/shared": "^3.4.27", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.12", | ||
"vite-plugin-dts": "^3.9.1" | ||
}, | ||
"scripts": { | ||
"typecheck": "tsc --noEmit" | ||
"typecheck": "tsc --noEmit", | ||
"build": "vite build" | ||
} | ||
} |
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
78689
2436
5
5
1