@webiny/db
Advanced tools
Comparing version 5.0.0-beta.4 to 5.0.0-beta.5
{ | ||
"name": "@webiny/db", | ||
"version": "5.0.0-beta.4", | ||
"version": "5.0.0-beta.5", | ||
"main": "index.js", | ||
"types": "types.d.ts", | ||
"repository": { | ||
@@ -16,8 +15,14 @@ "type": "git", | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.1.3" | ||
}, | ||
"scripts": { | ||
"build": "rimraf ./dist *.tsbuildinfo && babel src -d dist --source-maps --copy-files --extensions \".ts\"", | ||
"watch": "babel src -d dist --source-maps --copy-files --extensions \".ts\" --watch", | ||
"build": "rimraf ./dist '*.tsbuildinfo' && babel src -d dist --source-maps --copy-files --extensions \".ts,.tsx\" && yarn postbuild", | ||
"watch": "babel src -d dist --source-maps --copy-files --extensions \".ts,.tsx\" --watch", | ||
"postbuild": "cp package.json LICENSE README.md dist/ && tsc -p tsconfig.build.json" | ||
}, | ||
"gitHead": "793169ce35d4848531ed897e91d26be631b78ee6" | ||
"gitHead": "eff726459e34a3033d158949eae44a1b36d6bb7c" | ||
} |
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
21359
4