@plandek-utils/plain-object
Advanced tools
+3
-3
@@ -21,4 +21,4 @@ "use strict"; | ||
| // src/index.ts | ||
| var src_exports = {}; | ||
| __export(src_exports, { | ||
| var index_exports = {}; | ||
| __export(index_exports, { | ||
| isPlainObject: () => isPlainObject, | ||
@@ -32,3 +32,3 @@ isPlainObjectValue: () => isPlainObjectValue, | ||
| }); | ||
| module.exports = __toCommonJS(src_exports); | ||
| module.exports = __toCommonJS(index_exports); | ||
| var import_ts_parse_dayjs = require("@plandek-utils/ts-parse-dayjs"); | ||
@@ -35,0 +35,0 @@ var import_zod = require("zod"); |
+12
-13
| { | ||
| "name": "@plandek-utils/plain-object", | ||
| "version": "1.1.0", | ||
| "version": "2.0.0", | ||
| "author": "Eduardo TuriƱo <eturino@plandek.com>", | ||
@@ -25,4 +25,3 @@ "description": "TypeScript types and predicate `isPlainObject` and `isPlainObjectValue`, which are serializable POJOs.", | ||
| "test:watch": "vitest", | ||
| "reset": "git clean -dfx -e .idea && git reset --hard && npm install", | ||
| "prepare-release": "npm run reset && npm run fix && npm run check && npm run test && npm run build", | ||
| "prepare-release": "npm run fix && npm run check && npm run test && npm run build", | ||
| "prepare": "husky || true" | ||
@@ -42,17 +41,17 @@ }, | ||
| "@biomejs/biome": "1.9.4", | ||
| "@commitlint/cli": "^19.6.0", | ||
| "@commitlint/cli": "^19.6.1", | ||
| "@commitlint/config-conventional": "^19.6.0", | ||
| "@commitlint/cz-commitlint": "^19.5.0", | ||
| "@types/node": "^22.9.0", | ||
| "@vitest/coverage-v8": "^2.1.4", | ||
| "@commitlint/cz-commitlint": "^19.6.1", | ||
| "@types/node": "^22.10.7", | ||
| "@vitest/coverage-v8": "^3.0.3", | ||
| "commitizen": "^4.3.1", | ||
| "husky": "^9.1.6", | ||
| "husky": "^9.1.7", | ||
| "inquirer": "^9.3.7", | ||
| "tsup": "^8.3.5", | ||
| "typescript": "^5.6.3", | ||
| "vitest": "^2.1.4" | ||
| "typescript": "^5.7.3", | ||
| "vitest": "^3.0.3" | ||
| }, | ||
| "dependencies": { | ||
| "@plandek-utils/ts-parse-dayjs": "6.0.0", | ||
| "zod": "3.23.8" | ||
| "peerDependencies": { | ||
| "@plandek-utils/ts-parse-dayjs": "6.3.2", | ||
| "zod": "3.24.1" | ||
| }, | ||
@@ -59,0 +58,0 @@ "config": { |
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
0
-100%22453
-0.36%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed