@devgrace/utils
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,1 +0,2 @@ | ||
export { add } from "./add"; | ||
export * from './common'; | ||
export * from './device'; |
@@ -1,1 +0,1 @@ | ||
var r=function(r,n){return r+n};export{r as add}; | ||
var n=function(n,e){return n+e};function e(){return"undefined"==typeof window&&"undefined"!=typeof global}function t(){return!e()}export{n as add,t as isClient,e as isServer}; |
{ | ||
"name": "@devgrace/utils", | ||
"sideEffects": false, | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "devgrace/utils", | ||
@@ -9,2 +9,3 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"build": "rm -rf dist && rollup -c", | ||
@@ -19,2 +20,3 @@ "typecheck": "tsc --noEmit" | ||
"devDependencies": { | ||
"@babel/core": "^7.22.10", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
@@ -25,8 +27,11 @@ "@rollup/plugin-commonjs": "^25.0.4", | ||
"@rollup/plugin-typescript": "^11.1.2", | ||
"@types/node": "^20.5.0", | ||
"@types/jest": "^29.5.3", | ||
"core-js": "^3.32.0", | ||
"jest": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.2", | ||
"rollup": "^3.28.0", | ||
"tslib": "^2.6.1", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.1.6" | ||
}, | ||
"gitHead": "118bcea68319af150eda5a6db0e53cc151a2b601" | ||
"gitHead": "9c9f705eca102261f0642b49efb1fbf04eca865e" | ||
} |
@@ -1,1 +0,2 @@ | ||
export { add } from "./add"; | ||
export * from './common'; | ||
export * from './device'; |
Sorry, the diff of this file is not supported yet
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
46041
31
611
13
1