Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MortallicaXxX committed Apr 13, 2024
1 parent 14c66ea commit b4dacd0
Show file tree
Hide file tree
Showing 11 changed files with 1,384 additions and 2,089 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.npmrc
# Logs
logs
*.log
Expand Down
6 changes: 3 additions & 3 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CssObject, PageHandler, StyleProxy } from "thorium-core";
import { CssObject, PageHandler, StyleProxy } from "@odyssee-software/thorium-core";
import * as Context from 'thorium-store-context';
import * as UUID from 'thorium-huid';
import { State } from 'thorium-states';
import * as UUID from '@odyssee-software/thorium-huid';
import { State } from '@odyssee-software/thorium-states';
import { preload, PreloadStack, PreloadModule } from './preload';
export { preload, PreloadStack, PreloadModule, };
declare namespace Thorium {
Expand Down
6 changes: 3 additions & 3 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

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

2 changes: 1 addition & 1 deletion modules/context
2 changes: 1 addition & 1 deletion modules/core
Submodule core updated from b28400 to 9a81e7
2 changes: 1 addition & 1 deletion modules/huid
Submodule huid updated from 252bcd to d90ca7
Loading

0 comments on commit b4dacd0

Please sign in to comment.