Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
satori-decorators
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
satori-decorators
Commits
e5f282c5
Commit
e5f282c5
authored
Jan 01, 2023
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
in fact nowhere changed
parent
91af6be6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
package-lock.json
package-lock.json
+7
-7
package.json
package.json
+1
-1
src/registrar.ts
src/registrar.ts
+2
-2
No files found.
package-lock.json
View file @
e5f282c5
...
...
@@ -28,7 +28,7 @@
"prettier"
:
"^2.7.1"
,
"rimraf"
:
"^3.0.2"
,
"ts-jest"
:
"^28.0.7"
,
"typescript"
:
"^4.
7
.4"
,
"typescript"
:
"^4.
9
.4"
,
"ws"
:
"^8.8.1"
},
"peerDependencies"
:
{
...
...
@@ -6014,9 +6014,9 @@
}
},
"node_modules/typescript"
:
{
"version"
:
"4.
7
.4"
,
"resolved"
:
"https://registry.npmjs.org/typescript/-/typescript-4.
7
.4.tgz"
,
"integrity"
:
"sha512-
C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ
=="
,
"version"
:
"4.
9
.4"
,
"resolved"
:
"https://registry.npmjs.org/typescript/-/typescript-4.
9
.4.tgz"
,
"integrity"
:
"sha512-
Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg
=="
,
"dev"
:
true
,
"bin"
:
{
"tsc"
:
"bin/tsc"
,
...
...
@@ -10766,9 +10766,9 @@
}
},
"typescript"
:
{
"version"
:
"4.
7
.4"
,
"resolved"
:
"https://registry.npmjs.org/typescript/-/typescript-4.
7
.4.tgz"
,
"integrity"
:
"sha512-
C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ
=="
,
"version"
:
"4.
9
.4"
,
"resolved"
:
"https://registry.npmjs.org/typescript/-/typescript-4.
9
.4.tgz"
,
"integrity"
:
"sha512-
Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg
=="
,
"dev"
:
true
},
"unpipe"
:
{
...
...
package.json
View file @
e5f282c5
...
...
@@ -52,7 +52,7 @@
"
prettier
"
:
"
^2.7.1
"
,
"
rimraf
"
:
"
^3.0.2
"
,
"
ts-jest
"
:
"
^28.0.7
"
,
"
typescript
"
:
"
^4.
7
.4
"
,
"
typescript
"
:
"
^4.
9
.4
"
,
"
ws
"
:
"
^8.8.1
"
},
"dependencies"
:
{
...
...
src/registrar.ts
View file @
e5f282c5
import
{
App
,
Context
}
from
'
koishi
'
;
import
{
Context
}
from
'
koishi
'
;
import
{
Registrar
}
from
'
cordis-decorators
'
;
import
WebSocket
from
'
ws
'
;
...
...
@@ -89,4 +89,4 @@ export class SatoriRegistrar<Ctx extends Context> extends Registrar<Ctx> {
}
}
export
const
defaultRegistrarS
=
new
SatoriRegistrar
(
App
);
export
const
defaultRegistrarS
=
new
SatoriRegistrar
(
Context
);
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