drizzle-orm 0.24.4-034bdcd → 0.24.4-f17bb41

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 +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-orm",
3
- "version": "0.24.4-034bdcd",
3
+ "version": "0.24.4-f17bb41",
4
4
  "description": "Drizzle ORM package for SQL databases",
5
5
  "scripts": {
6
6
  "build": "tsc && resolve-tspaths && cp ../README.md package.json dist/",
@@ -9,6 +9,9 @@
9
9
  "pack": "cp package.json dist/ && (cd dist && npm pack --pack-destination ..) && rm -f package.tgz && mv *.tgz package.tgz",
10
10
  "publish": "npm publish package.tgz"
11
11
  },
12
+ "publishConfig": {
13
+ "provenance": true
14
+ },
12
15
  "repository": {
13
16
  "type": "git",
14
17
  "url": "git+https://github.com/drizzle-team/drizzle-orm.git"