Skip to content

Commit

Permalink
prep for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Mar 21, 2024
1 parent 39fd6ae commit f6355d9
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/azoth/compose.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '@azothjs/runtime/compose';
export * from '@azoth/maya/compose';
4 changes: 2 additions & 2 deletions packages/azoth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azoth",
"version": "1.1.16",
"version": "1.2.0",
"description": "Azoth JSX hypermedia",
"author": "Marty Nelson",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"packageManager": "^[email protected]",
"dependencies": {
"@azothjs/channels": "workspace:*",
"@azothjs/runtime": "workspace:*",
"@azoth/maya": "workspace:*",
"@azothjs/vite-plugin": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions packages/azoth/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions packages/azoth/runtime.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export {
compose as __compose,
createElement as __createElement,
} from '@azothjs/runtime/compose';
} from '@azoth/maya/compose';

export {
renderer as __renderer,
} from '@azothjs/runtime/renderer';
} from '@azoth/maya/renderer';
2 changes: 1 addition & 1 deletion packages/azoth/template.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '@azothjs/runtime/renderer';
export * from '@azoth/maya/renderer';
2 changes: 1 addition & 1 deletion packages/channels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azothjs/channels",
"version": "0.1.4",
"version": "0.2.0",
"description": "Asynchronous layout channels",
"author": "Marty Nelson",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/channels/use.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ describe('async iterator', () => {

await find('duchess');
expect(fixture.innerHTML).toMatchInlineSnapshot(
`"<ul><p>felix<!--1--></p><p>duchess<!--1--></p><p>garfield<!--1--></p><!--3--></ul>"`
`"<ul><p>felix<!--1--></p><p>duchess<!--1--></p><p>garfield<!--1--></p><!--3--><!--1--></ul>"`
);
});

Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azothjs/compiler",
"version": "0.1.1",
"name": "@azoth/thoth",
"version": "0.2.0",
"description": "Azoth compiler",
"author": "Marty Nelson",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azothjs/runtime",
"version": "0.1.3",
"name": "@azoth/maya",
"version": "0.2.0",
"description": "Azoth runtime",
"author": "Marty Nelson",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import revHash from 'rev-hash';
import { compile, templateModule, makeTargets, makeRenderer, makeBind } from '@azothjs/compiler';
import { compile, templateModule, makeTargets, makeRenderer, makeBind } from '@azoth/thoth';
import { createFilter } from '@rollup/pluginutils';
import path from 'node:path';

Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azothjs/vite-plugin",
"version": "0.1.1",
"version": "0.2.0",
"description": "azoth plugins for vite",
"author": "Marty Nelson",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"vite": "^5.0.12"
},
"dependencies": {
"@azothjs/compiler": "workspace:*",
"@azoth/thoth": "workspace:*",
"@rollup/pluginutils": "^5.1.0",
"rev-hash": "^4.1.0",
"source-map": "^0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/pnpm-lock.yaml

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

0 comments on commit f6355d9

Please sign in to comment.