@aelesia/npm-template
Advanced tools
Comparing version 0.2.0-next.63 to 0.2.0-next.64
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Something_1 = require("./src/Something"); | ||
exports.some_function = Something_1.some_function; | ||
exports.some_class = Something_1.some_class; | ||
Object.defineProperty(exports, "some_function", { enumerable: true, get: function () { return Something_1.some_function; } }); | ||
Object.defineProperty(exports, "some_class", { enumerable: true, get: function () { return Something_1.some_class; } }); | ||
var Something_2 = require("./src/Something"); | ||
exports.default = Something_2.default; | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return Something_2.default; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.some_function = exports.some_class = void 0; | ||
var some_singleton = (function () { | ||
@@ -4,0 +5,0 @@ function some_singleton() { |
{ | ||
"name": "@aelesia/npm-template", | ||
"version": "0.2.0-next.63", | ||
"version": "0.2.0-next.64", | ||
"description": "Template for NPM packages", | ||
@@ -12,20 +12,20 @@ "author": "", | ||
"prepublish": "tsc --incremental false", | ||
"compile": "tsc --noEmit && eslint . --ext .ts", | ||
"compile": "tsc && yarn lint", | ||
"test": "jest", | ||
"test_coverage": "jest --collectCoverage", | ||
"lint": "eslint . --ext .ts --fix" | ||
"lint": "eslint . --ext .ts --fix --ignore-pattern '/dist/*/*'" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.23", | ||
"@typescript-eslint/eslint-plugin": "^2.14.0", | ||
"@typescript-eslint/parser": "^2.10.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.19.1", | ||
"ts-jest": "^24.2.0", | ||
"typescript": "^3.7.4" | ||
"@types/jest": "^26.0.0", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jest": "^26.0.1", | ||
"prettier": "^2.0.5", | ||
"ts-jest": "^26.1.0", | ||
"typescript": "^3.9.5" | ||
} | ||
} |
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
21079
263