@delia-solutions/ts-purerules
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -28,3 +28,3 @@ module.exports = { | ||
'brace-style': ['warn'], | ||
'comma-dangle': ['error', 'always-multiline'], | ||
'comma-dangle': 'off', | ||
'comma-spacing': ['warn'], | ||
@@ -31,0 +31,0 @@ 'comma-style': ['warn'], |
{ | ||
"name": "@delia-solutions/ts-purerules", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "TODO", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"main": "js/index.js", | ||
"types": "es/index.d.ts", | ||
"module": "es/index.js", | ||
"scripts": { | ||
"build": "rollup -c && tsc", | ||
"clean": "rimraf ./es ./js", | ||
"tsc": "tsc", | ||
"build": "yarn run tsc && yarn run babel", | ||
"babel": "babel --source-maps -d js es", | ||
"lint": "eslint src --fix --ext .js,.ts", | ||
"test": "jest -c jest.config.js tests" | ||
"test": "jest -c jest.config.js tests", | ||
"compile": "yarn run tsc && yarn run babel", | ||
"prepublish": "yarn run clean && yarn run lint && yarn run build" | ||
}, | ||
@@ -22,2 +27,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.1", | ||
"@babel/core": "^7.10.2", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1", | ||
"@babel/plugin-transform-runtime": "^7.10.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@babel/runtime": "^7.10.2", | ||
"@types/jest": "^26.0.14", | ||
@@ -28,5 +41,2 @@ "@typescript-eslint/eslint-plugin": "^4.4.0", | ||
"jest": "^26.5.0", | ||
"rollup": "^2.23.1", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"ts-jest": "^26.4.1", | ||
@@ -42,3 +52,4 @@ "typescript": "^3.9.7" | ||
}, | ||
"homepage": "https://github.com/Delia-Solutions/ts-purerules#readme" | ||
"homepage": "https://github.com/Delia-Solutions/ts-purerules#readme", | ||
"dependencies": {} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
303577
22
508
15
1