Comparing version 35.0.0 to 35.0.1
@@ -71,2 +71,5 @@ import assert from 'assert'; | ||
Object.values(SmartKey).forEach((joinType) => { | ||
if (typeof refTable[joinType] === 'function') { | ||
return; | ||
} | ||
void Object.defineProperty(refTable, joinType, { | ||
@@ -73,0 +76,0 @@ ...defaultPropDescriptor, |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "35.0.0", | ||
"version": "35.0.1", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -77,3 +77,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "82ea11a06cde2d2c1091073a3e5057767731562e" | ||
"gitHead": "19a6811fce3b3c6732cbf8ab7547ce80216a25ab" | ||
} |
@@ -23,4 +23,5 @@ # [kmore](https://waitingsong.github.io/kmore/) | ||
```sh | ||
npm i kmore && npm i -D kmore-cli | ||
// or | ||
npm i @mw-components/kmore | ||
npm i @mw-components/kmore && npm i -D kmore-cli | ||
@@ -27,0 +28,0 @@ # Then add one of the following: |
@@ -23,5 +23,5 @@ # [kmore](https://waitingsong.github.io/kmore/) | ||
```sh | ||
npm i kmore | ||
npm i kmore && npm i -D kmore-cli | ||
// or | ||
npm i @mw-components/kmore | ||
npm i @mw-components/kmore && npm i -D kmore-cli | ||
@@ -28,0 +28,0 @@ # Then add one of the following: |
@@ -91,2 +91,4 @@ import assert from 'assert' | ||
Object.values(SmartKey).forEach((joinType) => { | ||
if (typeof refTable[joinType] === 'function') { return } | ||
void Object.defineProperty(refTable, joinType, { | ||
@@ -93,0 +95,0 @@ ...defaultPropDescriptor, |
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
196406
3281
269