@accounts/database-manager
Advanced tools
Comparing version 0.33.0 to 0.33.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DatabaseManager = void 0; | ||
var database_manager_1 = require("./database-manager"); | ||
Object.defineProperty(exports, "DatabaseManager", { enumerable: true, get: function () { return database_manager_1.DatabaseManager; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@accounts/database-manager", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"description": "Accounts Database Manager, allow the use of separate databases for session and user", | ||
@@ -10,12 +10,2 @@ "main": "lib/index.js", | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib", | ||
"start": "tsc --watch", | ||
"precompile": "yarn clean", | ||
"compile": "tsc", | ||
"prepublishOnly": "yarn compile", | ||
"test": "npm run test", | ||
"testonly": "jest --coverage", | ||
"coverage": "jest --coverage" | ||
}, | ||
"files": [ | ||
@@ -43,13 +33,21 @@ "src", | ||
"devDependencies": { | ||
"@types/jest": "25.2.3", | ||
"@types/node": "14.0.14", | ||
"jest": "26.6.3", | ||
"@types/jest": "26.0.24", | ||
"@types/node": "16.4.13", | ||
"jest": "27.0.6", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "26.5.0" | ||
"ts-jest": "27.0.4" | ||
}, | ||
"dependencies": { | ||
"@accounts/types": "^0.33.0", | ||
"tslib": "2.1.0" | ||
"@accounts/types": "^0.33.1", | ||
"tslib": "2.3.0" | ||
}, | ||
"gitHead": "2703f3ef8c11803f584c9560affcae50ef7d830d" | ||
} | ||
"scripts": { | ||
"clean": "rimraf lib", | ||
"start": "tsc --watch", | ||
"precompile": "pnpm run clean", | ||
"compile": "tsc", | ||
"test": "pnpm run test", | ||
"testonly": "jest --coverage", | ||
"coverage": "jest --coverage" | ||
} | ||
} |
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
329
23573
15
+ Addedtslib@2.3.0(transitive)
- Removedtslib@2.1.0(transitive)
Updated@accounts/types@^0.33.1
Updatedtslib@2.3.0