chore: enable NPM provenance
This commit is contained in:
parent
ff89dd4f86
commit
db656c2310
10 changed files with 29 additions and 8 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@emigrate/cli",
|
||||
"version": "0.17.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"description": "",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@emigrate/mysql",
|
||||
"version": "0.2.5",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"description": "A MySQL plugin for Emigrate. Uses a MySQL database for storing migration history. Can load and generate .sql migration files.",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@emigrate/plugin-tools",
|
||||
"version": "0.9.5",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@emigrate/postgres",
|
||||
"version": "0.2.5",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"description": "A PostgreSQL plugin for Emigrate. Uses a PostgreSQL database for storing migration history. Can load and generate .sql migration files.",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@emigrate/reporter-pino",
|
||||
"version": "0.6.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"description": "A Pino reporter for Emigrate for logging the migration process.",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@emigrate/storage-fs",
|
||||
"version": "0.4.5",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"description": "A storage plugin for Emigrate for storing the migration history in a file",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@emigrate/tsconfig",
|
||||
"version": "1.0.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"files": [
|
||||
"base.json",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"name": "@emigrate/types",
|
||||
"version": "0.12.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"description": "Common Emigrate TypeScript types to ease plugin development.",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue