Comparing version 0.6.0 to 0.7.0-alpha.0
{ | ||
"name": "iti", | ||
"version": "0.6.0", | ||
"version": "0.7.0-alpha.0", | ||
"description": "~1kB Dependency Injection Library for Typescript and React with a unique async flow support", | ||
"type": "module", | ||
"sideEffects": false, | ||
"source": "src/index.ts", | ||
"main": "./dist/iti.js", | ||
"module": "./dist/iti.mjs", | ||
"typings": "./dist/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
"require": "./dist/iti.cjs", | ||
"default": "./dist/iti.modern.js" | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/iti.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/iti.js" | ||
}, | ||
"default": "./dist/iti.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/iti.cjs", | ||
"module": "./dist/iti.module.js", | ||
"typings": "./dist/src/index.d.ts", | ||
"source": "src/index.ts", | ||
"files": [ | ||
@@ -19,4 +29,8 @@ "dist" | ||
"scripts": { | ||
"_build": "rm -rf ./dist && microbundle build -o dist/ && cp -R src/* dist/src", | ||
"_build": "rm -rf ./dist && microbundle build -o dist/ --format cjs,modern", | ||
"build": "rm -rf ./dist && microbundle build -o dist/", | ||
"s2": "microbundle build -o dist/cjs --format cjs", | ||
"s3": "microbundle build -o dist/esm --format modern", | ||
"s5": "rm -rf ./dist && yarn s2 && yarn s3 && rm -rf dist/tests", | ||
"s6": "rm -rf ./dist && yarn s2 && yarn s3 && rm -rf dist/tests", | ||
"jest": "jest", | ||
@@ -36,9 +50,9 @@ "stryker": "stryker", | ||
"@stryker-mutator/typescript-checker": "^6.1.2", | ||
"@types/jest": "^27.4.1", | ||
"@types/jest": "^29.5.14", | ||
"@types/react": "^18.0.15", | ||
"jest": "^27.4.7", | ||
"jest": "^29.7.0", | ||
"microbundle": "^0.15.1", | ||
"nodemon": "^2.0.19", | ||
"stryker-cli": "^1.0.2", | ||
"microbundle": "^0.15.0", | ||
"nodemon": "^2.0.19", | ||
"ts-jest": "^27.1.3", | ||
"ts-jest": "^29.2.5", | ||
"tsd": "^0.22.0", | ||
@@ -45,0 +59,0 @@ "typescript": "^4.7.4" |
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
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
133440
16
319
1
No