@stackflow/plugin-renderer-basic
Advanced tools
Comparing version
{ | ||
"name": "@stackflow/plugin-renderer-basic", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"license": "Apache-2.0", | ||
@@ -19,18 +19,15 @@ "exports": { | ||
"scripts": { | ||
"build": "yarn build:js && yarn build:dts && yarn build:docs", | ||
"build:docs": "typedoc", | ||
"build": "yarn build:js && yarn build:dts", | ||
"build:dts": "tsc --emitDeclarationOnly", | ||
"build:js": "node ./esbuild.config.js", | ||
"clean": "rimraf dist && rimraf docs", | ||
"clean": "rimraf dist", | ||
"dev": "yarn build:js --watch && yarn build:dts --watch" | ||
}, | ||
"devDependencies": { | ||
"@stackflow/core": "^0.2.0", | ||
"@stackflow/esbuild-config": "^0.2.0", | ||
"@stackflow/react": "^0.2.2", | ||
"@stackflow/core": "^0.2.1", | ||
"@stackflow/esbuild-config": "^0.2.1", | ||
"@stackflow/react": "^0.2.3", | ||
"@types/react": "^18.0.10", | ||
"react": "^18.1.0", | ||
"rimraf": "^3.0.2", | ||
"typedoc": "^0.22.17", | ||
"typedoc-plugin-markdown": "^3.12.1", | ||
"typescript": "^4.6.3" | ||
@@ -53,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "c374443ad315fe4a262a950839e624951b4ca6f6" | ||
"gitHead": "6b5c4740eec8b308476b36dbd9261fbdad6251f5" | ||
} |
7
-22.22%15419
-0.85%