Skip to content

Commit

Permalink
adjust new chronos exports from azoth
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Mar 28, 2024
1 parent 7da8670 commit 634b21a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 4 additions & 3 deletions packages/azoth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azoth",
"version": "1.3.19",
"version": "1.3.20",
"description": "Azoth JSX hypermedia",
"author": "Marty Nelson",
"license": "MIT",
Expand Down Expand Up @@ -29,12 +29,13 @@
"exports": {
"./runtime": "./runtime.js",
"./maya": "./maya.js",
"./channels": "./channels.js",
"./chronos/channels": "./chronos/channels.js",
"./chronos/generators": "./chronos/generators.js",
"./vite-plugin": "./vite-plugin.js"
},
"packageManager": "^[email protected]",
"dependencies": {
"@azothjs/channels": "workspace:*",
"@azothjs/chronos": "workspace:*",
"@azothjs/maya": "workspace:*",
"@azothjs/vite-plugin": "workspace:*"
}
Expand Down
7 changes: 5 additions & 2 deletions packages/chronos/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "@azothjs/chronos",
"version": "0.3.9",
"description": "Asynchronous layout channels",
"version": "0.3.10",
"description": "Asynchronous data and layout management",
"author": "Marty Nelson",
"license": "MIT",
"keywords": [
"data",
"streaming",
"asynchronous",
"chronos",
"layout channels",
"channels",
"azoth",
"azoth chronos",
"azoth generators",
"azoth channels"
],
"repository": {
Expand Down

0 comments on commit 634b21a

Please sign in to comment.