From dab445f89c590bb750d1fbba2cbdfcbce6a141e7 Mon Sep 17 00:00:00 2001 From: Marty Nelson Date: Thu, 21 Mar 2024 15:49:55 -0700 Subject: [PATCH] correct package ns to @azothjs --- packages/azoth/compose.js | 2 +- packages/azoth/package.json | 2 +- packages/azoth/pnpm-lock.yaml | 6 +++--- packages/azoth/runtime.js | 4 ++-- packages/azoth/template.js | 2 +- packages/compiler/package.json | 2 +- packages/runtime/package.json | 2 +- packages/vite-plugin/index.js | 2 +- packages/vite-plugin/package.json | 2 +- packages/vite-plugin/pnpm-lock.yaml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/azoth/compose.js b/packages/azoth/compose.js index f25a046..19fa5d5 100644 --- a/packages/azoth/compose.js +++ b/packages/azoth/compose.js @@ -1 +1 @@ -export * from '@azoth/maya/compose'; \ No newline at end of file +export * from '@azothjs/maya/compose'; \ No newline at end of file diff --git a/packages/azoth/package.json b/packages/azoth/package.json index 0f754ff..c082df5 100644 --- a/packages/azoth/package.json +++ b/packages/azoth/package.json @@ -34,7 +34,7 @@ "packageManager": "^pnpm@8.15.1", "dependencies": { "@azothjs/channels": "workspace:*", - "@azoth/maya": "workspace:*", + "@azothjs/maya": "workspace:*", "@azothjs/vite-plugin": "workspace:*" } } \ No newline at end of file diff --git a/packages/azoth/pnpm-lock.yaml b/packages/azoth/pnpm-lock.yaml index 48d4717..5b2f13b 100644 --- a/packages/azoth/pnpm-lock.yaml +++ b/packages/azoth/pnpm-lock.yaml @@ -5,12 +5,12 @@ settings: excludeLinksFromLockfile: false dependencies: - '@azoth/maya': - specifier: workspace:* - version: link:../runtime '@azothjs/channels': specifier: workspace:* version: link:../channels + '@azothjs/maya': + specifier: workspace:* + version: link:../runtime '@azothjs/vite-plugin': specifier: workspace:* version: link:../vite-plugin diff --git a/packages/azoth/runtime.js b/packages/azoth/runtime.js index 9600b63..ada80a8 100644 --- a/packages/azoth/runtime.js +++ b/packages/azoth/runtime.js @@ -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'; \ No newline at end of file +} from '@azothjs/maya/renderer'; \ No newline at end of file diff --git a/packages/azoth/template.js b/packages/azoth/template.js index 1559c83..a89fb60 100644 --- a/packages/azoth/template.js +++ b/packages/azoth/template.js @@ -1 +1 @@ -export * from '@azoth/maya/renderer'; \ No newline at end of file +export * from '@azothjs/maya/renderer'; \ No newline at end of file diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 09fb56a..2b0f6b9 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,5 +1,5 @@ { - "name": "@azoth/thoth", + "name": "@azothjs/thoth", "version": "0.2.0", "description": "Azoth compiler", "author": "Marty Nelson", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 16a7560..e0b2fab 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,5 +1,5 @@ { - "name": "@azoth/maya", + "name": "@azothjs/maya", "version": "0.2.0", "description": "Azoth runtime", "author": "Marty Nelson", diff --git a/packages/vite-plugin/index.js b/packages/vite-plugin/index.js index ddcd27f..42d082f 100644 --- a/packages/vite-plugin/index.js +++ b/packages/vite-plugin/index.js @@ -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'; diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 1f0cfa9..d6a5bd0 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -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" diff --git a/packages/vite-plugin/pnpm-lock.yaml b/packages/vite-plugin/pnpm-lock.yaml index 6ffbb2c..a0bf8a4 100644 --- a/packages/vite-plugin/pnpm-lock.yaml +++ b/packages/vite-plugin/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false dependencies: - '@azoth/thoth': + '@azothjs/thoth': specifier: workspace:* version: link:../compiler '@rollup/pluginutils':