@vot.js/node
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@vot.js/node", | ||
"description": "package for runtimes", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Toil", | ||
@@ -85,6 +85,10 @@ "license": "MIT", | ||
"dependencies": { | ||
"@vot.js/shared": "workspace:^", | ||
"@vot.js/core": "workspace:^", | ||
"@vot.js/shared": "^2.0.3", | ||
"@vot.js/core": "^2.0.3", | ||
"dom-parser": "^1.1.5" | ||
}, | ||
"scripts": { | ||
"prepack": "bun run ../../scripts/onPrepack.ts", | ||
"postpublish": "bun run ../../scripts/onPostPublish.ts" | ||
} | ||
} |
118681
+ Added@bufbuild/protobuf@2.2.3(transitive)
+ Added@vot.js/core@2.2.5(transitive)
+ Added@vot.js/shared@2.2.5(transitive)
Updated@vot.js/core@^2.0.3
Updated@vot.js/shared@^2.0.3