@ctx-core/object
Advanced tools
+21
-2
| # @ctx-core/object | ||
| ## 32.4.32 | ||
| ### Patch Changes | ||
| - c8: ^10.1.3 -> ^11.0.0 | ||
| - check-dts: ^0.8.2 -> ^0.9.0 | ||
| - tsx: ^4.20.6 -> ^4.21.0 | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - Updated dependencies | ||
| - ctx-core@7.2.33 | ||
| ## 32.4.31 | ||
@@ -2064,3 +2085,2 @@ | ||
| - Ctx: feat: nesting in an array | ||
| - PrimitiveCtx | ||
@@ -2327,3 +2347,2 @@ | ||
| - BREAKING CHANGE: be\_,be: ctx is a Map: Be<Out extends NonNullable<unknown>> = (ctx:Ctx, opts?:be_opts_T)=>Out | ||
| - Ctx,be\_\_return_T | ||
@@ -2330,0 +2349,0 @@ |
+5
-6
| { | ||
| "name": "@ctx-core/object", | ||
| "version": "32.4.31", | ||
| "version": "32.4.32", | ||
| "description": "ctx-core object", | ||
@@ -30,8 +30,7 @@ "keywords": [ | ||
| "dependencies": { | ||
| "ctx-core": "^7.2.32" | ||
| "ctx-core": "*" | ||
| }, | ||
| "devDependencies": { | ||
| "c8": "^10.1.2", | ||
| "check-dts": "^0.8.2", | ||
| "tsx": "^4.19.0", | ||
| "c8": "^11.0.0", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "next", | ||
@@ -49,3 +48,3 @@ "uvu": "^0.5.6" | ||
| "test": "pnpm run /^test:/", | ||
| "test:types": "check-dts", | ||
| "test:types": "tsc --noEmit", | ||
| "test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", | ||
@@ -52,0 +51,0 @@ "disable:test:unit:coverage": "c8 pnpm test:unit" |
+1
-1
| { | ||
| "compileOnSave": true, | ||
| "compilerOptions": { | ||
| "module": "ESNext", | ||
| "module": "NodeNext", | ||
| "moduleResolution": "nodenext", | ||
@@ -6,0 +6,0 @@ "target": "ESNext", |
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
53085
0.72%4
-20%8
-11.11%2
100%Updated