Skip to content

Commit

Permalink
reflex-dom - v0.22.1 : New types helpers for TS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Bouhet committed Apr 6, 2024
1 parent 7ecb197 commit 77a6ff8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
1 change: 1 addition & 0 deletions bits/performance-helpers.mjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "reflex-dom",
"type": "module",
"version": "0.22.0",
"version": "0.22.1",
"description": "Reflex is a tiny and fast reactive UI library.",
"author": "Alexis Bouhet (ZoulouX)",
"license": "MIT",
"main": "./dist/index.es2017.cjs",
"main": "./dist/index.es2020.mjs",
"module": "./dist/index.es2020.mjs",
"unpkg": "./dist/reflex.es2017.min.js",
"types": "./dist/index.d.ts",
Expand All @@ -17,6 +17,25 @@
"./render-to-string": "./dist/render-to-string.es2020.mjs",
"./performance-helpers": "./dist/performance-helpers.es2020.mjs"
},
"typesVersions": {
"*": {
"hmr-plugin": [
"dist/hmr-plugin.d.ts"
],
"hmr-runtime": [
"dist/hmr-runtime.d.ts"
],
"debug": [
"dist/debug.d.ts"
],
"render-to-string": [
"dist/render-to-string.d.ts"
],
"performance-helpers": [
"dist/performance-helpers.d.ts"
]
}
},
"scripts": {
"reset": "rm -rf node_modules package-lock.json && npm i",
"clean": "rm -rf ./dist/*",
Expand Down Expand Up @@ -47,7 +66,6 @@
},
"output": "./dist",
"formats": [
"es2017.cjs",
"es2020.mjs"
],
"files": [
Expand All @@ -69,7 +87,6 @@
},
{
"formats": [
"es2017.cjs",
"es2020.mjs",
"es2017.min.js"
],
Expand Down

0 comments on commit 77a6ff8

Please sign in to comment.