@cuaklabs/iocuak-common
Advanced tools
Comparing version 0.2.0 to 0.3.0
# Changelog | ||
## 0.3.0 - 2023-02-24 | ||
### Minor Changes | ||
- 68e1657: Provide both `esm` and `cjs` modules. | ||
## 0.2.0 - 2023-02-05 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@cuaklabs/iocuak-common", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Common models for iocuak", | ||
"main": "lib/index.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js" | ||
} | ||
}, | ||
"repository": { | ||
@@ -22,10 +29,10 @@ "type": "git", | ||
"devDependencies": { | ||
"@jest/globals": "29.4.1", | ||
"@stryker-mutator/core": "6.3.1", | ||
"@stryker-mutator/jest-runner": "6.3.1", | ||
"@stryker-mutator/typescript-checker": "6.3.1", | ||
"@types/node": "18.11.19", | ||
"@typescript-eslint/eslint-plugin": "5.50.0", | ||
"@typescript-eslint/parser": "5.50.0", | ||
"eslint": "8.33.0", | ||
"@jest/globals": "29.4.3", | ||
"@stryker-mutator/core": "6.4.1", | ||
"@stryker-mutator/jest-runner": "6.4.1", | ||
"@stryker-mutator/typescript-checker": "6.4.1", | ||
"@types/node": "18.14.1", | ||
"@typescript-eslint/eslint-plugin": "5.53.0", | ||
"@typescript-eslint/parser": "5.53.0", | ||
"eslint": "8.34.0", | ||
"eslint-import-resolver-typescript": "3.5.3", | ||
@@ -35,5 +42,6 @@ "eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"jest": "29.4.1", | ||
"prettier": "2.8.3", | ||
"jest": "29.4.3", | ||
"prettier": "2.8.4", | ||
"rimraf": "4.1.2", | ||
"rollup": "3.17.2", | ||
"ts-jest": "29.0.5", | ||
@@ -49,4 +57,7 @@ "ts-node": "10.9.1", | ||
"scripts": { | ||
"build": "tsc --build tsconfig.json", | ||
"build": "pnpm run build:cjs && pnpm run build:esm", | ||
"build:cjs": "tsc --build tsconfig.cjs.json && pnpm exec iocuak-ts-package-cjs ./lib/cjs", | ||
"build:esm": "pnpm run bundle:esm && pnpm exec iocuak-ts-package-esm ./lib/esm", | ||
"build:clean": "rimraf lib", | ||
"bundle:esm": "pnpm exec rollup -c ./rollup.config.mjs", | ||
"format": "prettier --write ./src/**/*.ts", | ||
@@ -53,0 +64,0 @@ "lint": "eslint --ext ts --ignore-path .gitignore ./src", |
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
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
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
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
204
15685
19
46