prisma-cursorstream 0.4.0 → 0.4.1

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/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Hasan Arous (EtaBits)
3
+ Copyright (c) 2025 Hasan Arous (EtaBits)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prisma-cursorstream",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Prisma Stream Client Extension (Cursor-based Implementation)",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "typescript": "^5.1.6"
20
20
  },
21
21
  "peerDependencies": {
22
- "@prisma/client": "^5.1.1 || >= 5.1.1 <= 6.2.x"
22
+ "@prisma/client": ">= 5.1.1 < 7"
23
23
  },
24
24
  "scripts": {}
25
25
  }