Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "tryumph", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Bring the \"Umph\" to the javascript's async error handling", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"types": "./dist/tryumph.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/tryumph.d.ts", | ||
"default": "./dist/tryumph.esm.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/tryumph.d.ts", | ||
"default": "./dist/tryumph.common.js" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"prepare": "ts-node ./scripts/prepare.ts && npm run build", | ||
"prepare": "npm run clean && npm run build", | ||
"clean": "ts-node ./scripts/clean.ts", | ||
"lint": "eslint .", | ||
@@ -16,3 +28,3 @@ "test": "jest", | ||
"test-coveralls": "npm run test-cov && node ./scripts/coveralls.mjs", | ||
"build": "tsc" | ||
"build": "rollup -c ./rollup.config.js" | ||
}, | ||
@@ -48,2 +60,5 @@ "repository": { | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@types/jest": "^29.5.11", | ||
@@ -55,4 +70,6 @@ "@typescript-eslint/eslint-plugin": "^6.16.0", | ||
"jest": "^29.7.0", | ||
"rollup": "^4.9.2", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.6.2", | ||
"typedoc": "^0.25.4", | ||
@@ -66,4 +83,4 @@ "typescript": "^5.3.3" | ||
"dependencies": { | ||
"dwait": "^1.0.1" | ||
"dwait": "^1.1.3" | ||
} | ||
} |
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
273448
1885
15
31
1
Updateddwait@^1.1.3