Skip to content

Commit

Permalink
correct package ns to @azothjs
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Mar 21, 2024
1 parent f6355d9 commit dab445f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 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 '@azoth/maya/compose';
export * from '@azothjs/maya/compose';
2 changes: 1 addition & 1 deletion packages/azoth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"packageManager": "^[email protected]",
"dependencies": {
"@azothjs/channels": "workspace:*",
"@azoth/maya": "workspace:*",
"@azothjs/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 '@azoth/maya/compose';
} from '@azothjs/maya/compose';

export {
renderer as __renderer,
} from '@azoth/maya/renderer';
} from '@azothjs/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 '@azoth/maya/renderer';
export * from '@azothjs/maya/renderer';
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@azoth/thoth",
"name": "@azothjs/thoth",
"version": "0.2.0",
"description": "Azoth compiler",
"author": "Marty Nelson",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@azoth/maya",
"name": "@azothjs/maya",
"version": "0.2.0",
"description": "Azoth runtime",
"author": "Marty Nelson",
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 '@azoth/thoth';
import { compile, templateModule, makeTargets, makeRenderer, makeBind } from '@azothjs/thoth';
import { createFilter } from '@rollup/pluginutils';
import path from 'node:path';

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vite": "^5.0.12"
},
"dependencies": {
"@azoth/thoth": "workspace:*",
"@azothjs/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 dab445f

Please sign in to comment.