Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
koishi-plugin-tabulate
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
3rdeye
koishi-plugin-tabulate
Commits
67be680c
Commit
67be680c
authored
Jan 09, 2023
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump
parent
9a1cb9d1
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
133 additions
and
162 deletions
+133
-162
package-lock.json
package-lock.json
+129
-156
package.json
package.json
+4
-4
src/config.ts
src/config.ts
+0
-1
src/index.ts
src/index.ts
+0
-1
No files found.
package-lock.json
View file @
67be680c
This diff is collapsed.
Click to expand it.
package.json
View file @
67be680c
...
@@ -32,15 +32,15 @@
...
@@ -32,15 +32,15 @@
"homepage"
:
"
https://code.mycard.moe/3rdeye/koishi-plugin-tabulate
"
,
"homepage"
:
"
https://code.mycard.moe/3rdeye/koishi-plugin-tabulate
"
,
"dependencies"
:
{
"dependencies"
:
{
"
class-transformer
"
:
"
^0.5.1
"
,
"
class-transformer
"
:
"
^0.5.1
"
,
"
koishi-thirdeye
"
:
"
^11.1.2
0
"
,
"
koishi-thirdeye
"
:
"
^11.1.2
1
"
,
"
league-tabulator
"
:
"
^1.0.0
"
,
"
league-tabulator
"
:
"
^1.0.0
"
,
"
lodash
"
:
"
^4.17.21
"
,
"
lodash
"
:
"
^4.17.21
"
,
"
moment
"
:
"
^2.29.1
"
,
"
moment
"
:
"
^2.29.1
"
,
"
reflect-metadata
"
:
"
^0.1.13
"
"
reflect-metadata
"
:
"
^0.1.13
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@koishijs/plugin-console
"
:
"
^5.
0.2
"
,
"
@koishijs/plugin-console
"
:
"
^5.
1.0
"
,
"
@koishijs/plugin-database-memory
"
:
"
^2.2.
0
"
,
"
@koishijs/plugin-database-memory
"
:
"
^2.2.
2
"
,
"
@koishijs/plugin-sandbox
"
:
"
^2.5.0
"
,
"
@koishijs/plugin-sandbox
"
:
"
^2.5.0
"
,
"
@types/jest
"
:
"
^29.2.0
"
,
"
@types/jest
"
:
"
^29.2.0
"
,
"
@types/lodash
"
:
"
^4.14.176
"
,
"
@types/lodash
"
:
"
^4.14.176
"
,
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
"
ws
"
:
"
^8.3.0
"
"
ws
"
:
"
^8.3.0
"
},
},
"peerDependencies"
:
{
"peerDependencies"
:
{
"koishi"
:
"^4.11.
0
"
,
"koishi"
:
"^4.11.
1
"
,
"koishi-plugin-cache-aragami"
:
"^2.1.0"
"koishi-plugin-cache-aragami"
:
"^2.1.0"
},
},
"jest"
:
{
"jest"
:
{
...
...
src/config.ts
View file @
67be680c
// import 'source-map-support/register';
import
{
DefineSchema
,
RegisterSchema
}
from
'
koishi-thirdeye
'
;
import
{
DefineSchema
,
RegisterSchema
}
from
'
koishi-thirdeye
'
;
@
RegisterSchema
()
@
RegisterSchema
()
...
...
src/index.ts
View file @
67be680c
// import 'source-map-support/register';
import
{
Context
,
Session
}
from
'
koishi
'
;
import
{
Context
,
Session
}
from
'
koishi
'
;
import
{
TabulatePluginConfig
,
TabulatePluginConfigLike
}
from
'
./config
'
;
import
{
TabulatePluginConfig
,
TabulatePluginConfigLike
}
from
'
./config
'
;
import
{
import
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment