Skip to content

Commit

Permalink
Update distributed files and package provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Sep 21, 2023
1 parent c430c71 commit 58df2e5
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/shy-cows-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@envyjs/apollo': patch
'@envyjs/client': patch
'@envyjs/nextjs': patch
'@envyjs/webui': patch
'@envyjs/core': patch
'@envyjs/node': patch
'@envyjs/web': patch
---

Update distributed files and package provenance
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@

<br />
<br />

<a href="https://github.com/FormidableLabs/envy/actions">
<img alt="build status" src="https://github.com/FormidableLabs/envy/actions/workflows/release.yml/badge.svg">
</a>
<a href="https://github.com/FormidableLabs/envy#maintenance-status">
<img alt="Maintenance Status" src="https://img.shields.io/badge/maintenance-active-green.svg" />
</a>

<br />
<br />
</div>

# Envy
Expand Down
6 changes: 6 additions & 0 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/index.js",
"repository": "https://github.com/FormidableLabs/envy.git",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc"
Expand Down
6 changes: 6 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/index.js",
"repository": "https://github.com/FormidableLabs/envy.git",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/index.js",
"repository": "https://github.com/FormidableLabs/envy.git",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/index.js",
"repository": "https://github.com/FormidableLabs/envy.git",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc"
Expand Down
6 changes: 6 additions & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/index.js",
"repository": "https://github.com/FormidableLabs/envy.git",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
Expand Down
6 changes: 6 additions & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/index.js",
"repository": "https://github.com/FormidableLabs/envy.git",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc"
Expand Down
6 changes: 6 additions & 0 deletions packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"type": "module",
"repository": "https://github.com/FormidableLabs/envy.git",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"files": [
"dist"
],
"scripts": {
"start": "node ./src/scripts/start.cjs --dev",
"test": "jest",
Expand Down

0 comments on commit 58df2e5

Please sign in to comment.