@h3ravel/contracts 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3350,10 +3350,6 @@ declare abstract class IRouter {
3350
3350
  * @param callback
3351
3351
  */
3352
3352
  abstract substituteImplicitBindingsUsing(callback: CallableConstructor): this;
3353
- /**
3354
- * Count the number of items in the collection.
3355
- */
3356
- abstract count(): number;
3357
3353
  }
3358
3354
  //#endregion
3359
3355
  //#region src/Database/IModel.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/contracts",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "H3ravel Contracts.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",