@kaciras/utilities
Advanced tools
Comparing version 0.6.5 to 0.7.0
{ | ||
"name": "@kaciras/utilities", | ||
"version": "0.6.5", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
@@ -15,25 +15,25 @@ "description": "A set of common JS functions for node and browser.", | ||
"exports": { | ||
"./*": "./dist/*.js" | ||
"./*": "./lib/*.js" | ||
}, | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
"lib" | ||
], | ||
"devDependencies": { | ||
"@jest/globals": "^29.4.3", | ||
"@kaciras/eslint-config-core": "^2.5.0", | ||
"@kaciras/eslint-config-jest": "^2.5.0", | ||
"@kaciras/eslint-config-typescript": "^2.5.0", | ||
"@jest/globals": "^29.5.0", | ||
"@kaciras/eslint-config-core": "^2.5.1", | ||
"@kaciras/eslint-config-jest": "^2.5.1", | ||
"@kaciras/eslint-config-typescript": "^2.5.1", | ||
"@rollup/plugin-replace": "^5.0.2", | ||
"@stryker-mutator/core": "^6.4.1", | ||
"@stryker-mutator/jest-runner": "^6.4.1", | ||
"@swc/core": "^1.3.36", | ||
"@swc/core": "^1.3.40", | ||
"@swc/jest": "^0.2.24", | ||
"@types/node": "^18.14.1", | ||
"eslint": "^8.34.0", | ||
"@types/node": "^18.15.3", | ||
"eslint": "^8.36.0", | ||
"is-builtin-module": "^3.2.1", | ||
"jest": "^29.4.3", | ||
"mockttp": "^3.6.3", | ||
"rollup": "^3.17.2", | ||
"typescript": "^4.9.5" | ||
"jest": "^29.5.0", | ||
"mockttp": "^3.7.0", | ||
"rollup": "^3.19.1", | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -44,4 +44,4 @@ "scripts": { | ||
"test:mutation": "stryker run", | ||
"build": "tsc && node build-dist.js" | ||
"build": "tsc --build tsconfig-build.json && node build-lib.js" | ||
} | ||
} |
@@ -19,3 +19,3 @@ # Utilities | ||
This package is pure ESM, It cannot be `require()`'d from CommonJS. | ||
This package is pure ESM, it cannot be `require()`'d from CommonJS. | ||
@@ -26,3 +26,3 @@ ``` | ||
The package has 2 entry points, "./node" for Node runtime and "./browser" for browsers. Most functions work for both, there are still a few functions that only work in specific runtime. | ||
The package has 2 entry points, "./node" for NodeJS and "./browser" for browsers. Most functions work for both, but there are still a few functions that only work in one runtime. | ||
@@ -29,0 +29,0 @@ ```javascript |
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
93698
18
2912
5