chore: enable NPM provenance

This commit is contained in:
Joakim Carlstein 2024-02-05 15:05:32 +01:00 committed by Joakim Carlstein
parent ff89dd4f86
commit db656c2310
10 changed files with 29 additions and 8 deletions

View file

@ -0,0 +1,12 @@
---
'@emigrate/reporter-pino': patch
'@emigrate/plugin-tools': patch
'@emigrate/storage-fs': patch
'@emigrate/postgres': patch
'@emigrate/tsconfig': patch
'@emigrate/mysql': patch
'@emigrate/types': patch
'@emigrate/cli': patch
---
Enable NPM provenance

View file

@ -16,6 +16,7 @@ jobs:
packages: write
pull-requests: write
actions: read
id-token: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4

View file

@ -2,7 +2,8 @@
"name": "@emigrate/cli",
"version": "0.17.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"description": "",
"type": "module",

View file

@ -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",

View file

@ -2,7 +2,8 @@
"name": "@emigrate/plugin-tools",
"version": "0.9.5",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"description": "",
"main": "dist/index.js",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -2,7 +2,8 @@
"name": "@emigrate/tsconfig",
"version": "1.0.1",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"files": [
"base.json",

View file

@ -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",