qcobjects
Advanced tools
Comparing version 2.4.63 to 2.4.67
{ | ||
"name": "qcobjects", | ||
"version": "2.4.63", | ||
"version": "2.4.67", | ||
"description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.", | ||
@@ -20,3 +20,4 @@ "main": "src/index.cjs", | ||
"start": "qcobjects-shell", | ||
"test": "((npx eslint src/*.js spec/*.js --fix) && (npx jasmine))", | ||
"test": "(npm run lint && (npx jasmine))", | ||
"lint": "(npx eslint src/**/*.ts --fix --ext ts)", | ||
"preversion": "npm cache verify && npm test", | ||
@@ -92,11 +93,24 @@ "sync": "git add . && git commit -am ", | ||
"devDependencies": { | ||
"@types/qcobjects": "github:QCObjects/-types-qcobjects", | ||
"eslint": "^8.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.58.0", | ||
"@typescript-eslint/parser": "^5.58.0", | ||
"eslint": "^8.38.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-qcobjects": "^0.0.26", | ||
"eslint-config-semistandard": "^17.0.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-n": "^15.7.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"hint": "^2.0.0", | ||
"jasmine": "^3.7.0", | ||
"typescript": "^5.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@types/qcobjects": "github:QCObjects/-types-qcobjects", | ||
"@types/qcobjects-sdk": "github:QCObjects/-types-qcobjects-sdk" | ||
}, | ||
"engines": { | ||
"npm": "~8.10.0", | ||
"node": ">=14.17.6" | ||
"npm": ">=9", | ||
"node": ">=18" | ||
} | ||
} |
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
describe("Type Spec", function () { | ||
require("../src/QCObjects.js"); | ||
require("../src/QCObjects"); | ||
logger.debugEnabled=true; | ||
@@ -8,0 +8,0 @@ logger.infoEnabled=true; |
import QCObjects from "./QCObjects"; | ||
export default QCObjects; | ||
export = QCObjects; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
772063
67
5058
3
13