@netvlies/utility-collection
Advanced tools
Comparing version
@@ -1,3 +0,3 @@ | ||
declare type LoggerMessage = Record<string, any> | number | string; | ||
declare type LoggerType = 'error' | 'info' | 'warning'; | ||
type LoggerMessage = Record<string, any> | number | string; | ||
type LoggerType = 'error' | 'info' | 'warning'; | ||
export { LoggerMessage, LoggerType }; |
108
package.json
{ | ||
"name": "@netvlies/utility-collection", | ||
"version": "0.1.0", | ||
"description": "Collection of frequently used utilities by Netvlies", | ||
"main": "dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
], | ||
"scripts": { | ||
"build": "npm run lint && npm run clean && npm run compile && npm run bundle", | ||
"bundle": "rollup --config rollup.config.js", | ||
"clean": "node ./.scripts/clean.js", | ||
"compile": "npm run tsc", | ||
"lint": "eslint src/**", | ||
"lint:fix": "npm run lint -- --fix", | ||
"release": "npm run test:coverage && npm run build && dotenv release-it", | ||
"test:unit": "jest", | ||
"test": "npm run test:unit", | ||
"test:coverage": "npm run test:unit -- --collectCoverage", | ||
"tsc": "tsc -p ." | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.netvlies.nl:netvlies/frontend/utility-collection.git" | ||
}, | ||
"keywords": [ | ||
"web", | ||
"application", | ||
"utility", | ||
"collection", | ||
"netvlies" | ||
], | ||
"author": "Netvlies Internetdiensten", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@netvlies/eslint-config-vue": "^0.1.7", | ||
"@netvlies/prettier-config": "^1.1.6", | ||
"@release-it/conventional-changelog": "^5.0.0", | ||
"@types/jest": "^28.1.1", | ||
"@types/qs": "^6.9.7", | ||
"dotenv-cli": "^5.1.0", | ||
"eslint": "^8.15.0", | ||
"jest": "^28.1.1", | ||
"prettier": "^2.6.2", | ||
"pretty-quick": "^3.1.3", | ||
"qs": "^6.10.5", | ||
"release-it": "^15.0.0", | ||
"rollup": "^2.73.0", | ||
"ts-jest": "^28.0.4", | ||
"typescript": "^4.5.5" | ||
}, | ||
"prettier": "@netvlies/prettier-config" | ||
"name": "@netvlies/utility-collection", | ||
"version": "0.1.1", | ||
"description": "Collection of frequently used utilities by Netvlies", | ||
"main": "dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
], | ||
"scripts": { | ||
"build": "npm run lint && npm run clean && npm run compile && npm run bundle", | ||
"bundle": "rollup --config rollup.config.js", | ||
"clean": "node ./.scripts/clean.js", | ||
"compile": "npm run tsc", | ||
"lint": "eslint src/**", | ||
"lint:fix": "npm run lint -- --fix", | ||
"release": "npm run test:coverage && npm run build && dotenv release-it", | ||
"test:unit": "vitest", | ||
"test": "npm run test:unit", | ||
"test:coverage": "vitest run --coverage", | ||
"tsc": "tsc -p ." | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.netvlies.nl:netvlies/frontend/utility-collection.git" | ||
}, | ||
"keywords": [ | ||
"web", | ||
"application", | ||
"utility", | ||
"collection", | ||
"netvlies" | ||
], | ||
"author": "Netvlies Internetdiensten", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@netvlies/eslint-config-vue": "^0.1.7", | ||
"@netvlies/prettier-config": "^1.1.6", | ||
"@release-it/conventional-changelog": "^5.0.0", | ||
"@types/qs": "^6.9.7", | ||
"@vitest/coverage-c8": "^0.25.8", | ||
"dotenv-cli": "^5.1.0", | ||
"eslint": "^8.15.0", | ||
"jsdom": "^20.0.3", | ||
"prettier": "^2.6.2", | ||
"pretty-quick": "^3.1.3", | ||
"release-it": "^15.0.0", | ||
"rollup": "^2.73.0", | ||
"typescript": "^4.5.5", | ||
"vitest": "^0.25.8" | ||
}, | ||
"dependencies": { | ||
"qs": "^6.11.0" | ||
}, | ||
"prettier": "@netvlies/prettier-config" | ||
} |
14
-6.67%22512
-0.39%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added