Comparing version 3.4.1 to 3.4.2
{ | ||
"name": "minato", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "Type Driven Database Framework", | ||
@@ -65,3 +65,3 @@ "type": "module", | ||
"peerDependencies": { | ||
"cordis": "^3.17.1" | ||
"cordis": "^3.17.3" | ||
}, | ||
@@ -68,0 +68,0 @@ "dependencies": { |
@@ -80,2 +80,3 @@ import { Awaitable, Dict, mapValues, remove } from 'cosmokit' | ||
const database = Object.create(ctx.model) | ||
database.ctx = this.ctx | ||
database._driver = this | ||
@@ -82,0 +83,0 @@ database[Service.tracker] = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
474843
7444