Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
StiliyanKushev committed Dec 21, 2023
2 parents c31d656 + 2e2e3b6 commit e9ccca0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @todo: include example usages and basic description here.
*/
export default class AiMR_GAN {
static loaded = false;
static cached = false;
Expand Down Expand Up @@ -49,4 +52,4 @@ export default class AiMR_GAN {
*/
chunks;
}
}
}
4 changes: 2 additions & 2 deletions lib/package-lock.json

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

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aimr/asmr-gan-lib",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": ".out/index.js",
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions src/package-lock.json

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

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aimr/asmr-gan-bin",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": ".out/index.js",
"bin": ".out/index.js",
Expand Down
2 changes: 1 addition & 1 deletion version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9

0 comments on commit e9ccca0

Please sign in to comment.