@gasket/core
Advanced tools
Comparing version 7.0.0-next.46 to 7.0.0-next.47
{ | ||
"name": "@gasket/core", | ||
"version": "7.0.0-next.46", | ||
"version": "7.0.0-next.47", | ||
"description": "Entry point to setting up Gasket instances", | ||
"type": "module", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"cjs" | ||
], | ||
"exports": { | ||
@@ -13,9 +19,3 @@ ".": { | ||
}, | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"cjs" | ||
], | ||
"scripts": { | ||
"build": "swc lib -d cjs --delete-dir-on-start --strip-leading-paths", | ||
"lint": "eslint .", | ||
@@ -29,2 +29,3 @@ "lint:fix": "npm run lint -- --fix", | ||
"typecheck:watch": "tsc --watch", | ||
"build": "swc lib -d cjs --delete-dir-on-start --strip-leading-paths", | ||
"prepublishOnly": "npm run build" | ||
@@ -66,8 +67,8 @@ }, | ||
"eslint": "^8.56.0", | ||
"eslint-config-godaddy": "^7.1.0", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-config-godaddy": "^7.1.1", | ||
"eslint-plugin-jest": "^28.6.0", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint-plugin-unicorn": "^44.0.0", | ||
"eslint-plugin-unicorn": "^55.0.0", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.4.4" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -93,4 +94,3 @@ "eslintConfig": { | ||
}, | ||
"type": "module", | ||
"gitHead": "4c71946310ef8b3d1a3f1f705dfd85475386f24a" | ||
"gitHead": "6d09bed3cc54db25d0c71ea587ad278a99ef356d" | ||
} |