@noxify/casl-drizzle 0.0.1-beta.2 → 0.0.1-beta.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noxify/casl-drizzle",
3
- "version": "0.0.1-beta.2",
3
+ "version": "0.0.1-beta.3",
4
4
  "description": "Drizzle-ORM adapter for CASL - generate Drizzle where inputs from CASL abilities",
5
5
  "keywords": [
6
6
  "drizzle",
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "scripts": {
78
78
  "build": "tsdown",
79
- "ci:publish": "pnpm build && pnpm publish -r --provenance --access public --publish-branch main && pnpm changeset tag",
79
+ "ci:publish": "pnpm build && pnpm publish -r --access public --publish-branch main && pnpm changeset tag",
80
80
  "ci:version": "pnpm changeset version && pnpm install --no-frozen-lockfile && git add .",
81
81
  "cs": "changeset",
82
82
  "format": "prettier --check . --ignore-path ./.gitignore --ignore-path ./.prettierignore",