@directus/schema
Advanced tools
Comparing version 9.14.1 to 9.14.2
107
package.json
{ | ||
"name": "@directus/schema", | ||
"version": "9.14.1", | ||
"description": "Utility for extracting information about existing DB schema", | ||
"main": "dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --build && echo \"Built successfully\"", | ||
"dev": "npm-watch build" | ||
}, | ||
"watch": { | ||
"build": { | ||
"patterns": [ | ||
"src/*" | ||
], | ||
"extensions": "ts", | ||
"quiet": true, | ||
"silent": true | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/directus/directus.git" | ||
}, | ||
"keywords": [ | ||
"sql", | ||
"knex", | ||
"schema", | ||
"mysql", | ||
"postgresql", | ||
"cockroachdb", | ||
"sqlite3", | ||
"javascript" | ||
], | ||
"author": "Rijk van Zanten <rijkvanzanten@me.com>", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/directus/directus/issues" | ||
}, | ||
"homepage": "https://github.com/directus/directus#readme", | ||
"devDependencies": { | ||
"npm-watch": "0.11.0", | ||
"typescript": "4.5.2" | ||
}, | ||
"dependencies": { | ||
"knex-schema-inspector": "^2.0.1", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "398839be6e3aff81e20eff349ca9f60557096f03" | ||
} | ||
"name": "@directus/schema", | ||
"version": "9.14.2", | ||
"description": "Utility for extracting information about existing DB schema", | ||
"main": "dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"watch": { | ||
"build": { | ||
"patterns": [ | ||
"src/*" | ||
], | ||
"extensions": "ts", | ||
"quiet": true, | ||
"silent": true | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/directus/directus.git" | ||
}, | ||
"keywords": [ | ||
"sql", | ||
"knex", | ||
"schema", | ||
"mysql", | ||
"postgresql", | ||
"cockroachdb", | ||
"sqlite3", | ||
"javascript" | ||
], | ||
"author": "Rijk van Zanten <rijkvanzanten@me.com>", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/directus/directus/issues" | ||
}, | ||
"homepage": "https://github.com/directus/directus#readme", | ||
"devDependencies": { | ||
"npm-watch": "0.11.0", | ||
"typescript": "4.5.2" | ||
}, | ||
"dependencies": { | ||
"knex": "2.2.0", | ||
"knex-schema-inspector": "^2.0.3", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd", | ||
"scripts": { | ||
"build": "tsc --build && echo \"Built successfully\"", | ||
"dev": "npm-watch build" | ||
} | ||
} |
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
129048
3
+ Addedknex@2.2.0
+ Addedcolorette@2.0.19(transitive)
+ Addedcommander@9.5.0(transitive)
+ Addeddebug@4.3.4(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedesm@3.2.25(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-package-type@0.1.0(transitive)
+ Addedgetopts@2.3.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedinterpret@2.2.0(transitive)
+ Addedis-core-module@2.16.0(transitive)
+ Addedknex@2.2.0(transitive)
+ Addedms@2.1.2(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpg-connection-string@2.5.0(transitive)
+ Addedrechoir@0.8.0(transitive)
+ Addedresolve@1.22.9(transitive)
+ Addedresolve-from@5.0.0(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedtarn@3.0.2(transitive)
+ Addedtildify@2.0.0(transitive)
Updatedknex-schema-inspector@^2.0.3