@cerebruminc/yates 3.0.2-beta.dangerous.1e4eac2 → 3.0.2-beta.dangerous.653cf66

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/CHANGELOG.md +0 -12
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,17 +1,5 @@
1
1
  # Changelog
2
2
 
3
- ## [3.1.0](https://github.com/cerebruminc/yates/compare/v3.0.2...v3.1.0) (2024-01-09)
4
-
5
-
6
- ### Features
7
-
8
- * Add support for using the `in` operator with context values ([5707f8a](https://github.com/cerebruminc/yates/commit/5707f8a67d4819236e75b10622062c5a055d4e0f))
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * don't duplicate ability name in expression test ([59db403](https://github.com/cerebruminc/yates/commit/59db40346f654697d94e74c6877650db7dbd563f))
14
-
15
3
  ## [3.0.2](https://github.com/cerebruminc/yates/compare/v3.0.1...v3.0.2) (2023-12-15)
16
4
 
17
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerebruminc/yates",
3
- "version": "3.0.2-beta.dangerous.1e4eac2",
3
+ "version": "3.0.2-beta.dangerous.653cf66",
4
4
  "description": "Role based access control for Prisma Apps",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "build": "tsc",
9
9
  "test": "rome ci src test",
10
10
  "lint:fix": "rome check --apply src test",
11
- "test:integration": "jest --runInBand test/integration",
11
+ "test:integration": "jest test/integration",
12
12
  "test:compose:integration": "docker compose -f docker-compose.yml --profile with-sut up db sut --exit-code-from sut",
13
13
  "setup": "prisma generate && prisma migrate dev",
14
14
  "prepublishOnly": "npm run build"