Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennemark committed Oct 23, 2024
1 parent fdc1246 commit e889ff2
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@


## [1.0.0](https://github.com/dennemark/prisma-extension-casl/compare/0.8.1...1.0.0) (2024-10-23)

### ⚠ BREAKING CHANGES

* :boom: V1.0.0 - Prisma v5.20.0

### Features

* :boom: V1.0.0 - Prisma v5.20.0 ([fdc1246](https://github.com/dennemark/prisma-extension-casl/commit/fdc124647f5a4d8889ae7029a027fb312a6af01f))

## [0.8.1](https://github.com/dennemark/prisma-extension-casl/compare/0.8.0...0.8.1) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions dist/index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ declare function useCaslAbilities(getAbilityFactory: () => AbilityBuilder<PureAb
model: {};
query: {};
client: {};
}>, Prisma.TypeMapCb, {
}, Prisma.PrismaClientOptions>, Prisma.TypeMapCb, {
result: {};
model: {};
query: {};
client: {};
}>;
}, {}>;
};
};
};
Expand Down
4 changes: 2 additions & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ declare function useCaslAbilities(getAbilityFactory: () => AbilityBuilder<PureAb
model: {};
query: {};
client: {};
}>, Prisma.TypeMapCb, {
}, Prisma.PrismaClientOptions>, Prisma.TypeMapCb, {
result: {};
model: {};
query: {};
client: {};
}>;
}, {}>;
};
};
};
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ function d4(r2, e4, o3) {
return w(i4.$and);
}

// node_modules/.pnpm/@[email protected]_@[email protected]_@prisma+client@5.14.0_prisma@5.14.0_/node_modules/@casl/prisma/dist/es6m/runtime.mjs
// node_modules/.pnpm/@[email protected]_@[email protected]_@prisma+client@5.21.1_prisma@5.20.0_/node_modules/@casl/prisma/dist/es6m/runtime.mjs
var A3 = class extends Error {
static invalidArgument(t3, e4, r2) {
const n3 = `${typeof e4}(${JSON.stringify(e4, null, 2)})`;
Expand Down Expand Up @@ -830,7 +830,7 @@ function createAbilityFactory() {
return createAbility;
}

// node_modules/.pnpm/@[email protected]_@[email protected]_@prisma+client@5.14.0_prisma@5.14.0_/node_modules/@casl/prisma/dist/es6m/index.mjs
// node_modules/.pnpm/@[email protected]_@[email protected]_@prisma+client@5.21.1_prisma@5.20.0_/node_modules/@casl/prisma/dist/es6m/index.mjs
var e3 = createAbilityFactory();
var m5 = at2();

Expand Down
4 changes: 2 additions & 2 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ function d4(r2, e4, o3) {
return w(i4.$and);
}

// node_modules/.pnpm/@[email protected]_@[email protected]_@prisma+client@5.14.0_prisma@5.14.0_/node_modules/@casl/prisma/dist/es6m/runtime.mjs
// node_modules/.pnpm/@[email protected]_@[email protected]_@prisma+client@5.21.1_prisma@5.20.0_/node_modules/@casl/prisma/dist/es6m/runtime.mjs
var A3 = class extends Error {
static invalidArgument(t3, e4, r2) {
const n3 = `${typeof e4}(${JSON.stringify(e4, null, 2)})`;
Expand Down Expand Up @@ -805,7 +805,7 @@ function createAbilityFactory() {
return createAbility;
}

// node_modules/.pnpm/@[email protected]_@[email protected]_@prisma+client@5.14.0_prisma@5.14.0_/node_modules/@casl/prisma/dist/es6m/index.mjs
// node_modules/.pnpm/@[email protected]_@[email protected]_@prisma+client@5.21.1_prisma@5.20.0_/node_modules/@casl/prisma/dist/es6m/index.mjs
var e3 = createAbilityFactory();
var m5 = at2();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-extension-casl",
"version": "0.8.1",
"version": "1.0.0",
"description": "Enforce casl abilities on prisma client ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e889ff2

Please sign in to comment.