Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(github): fix Can't generate provenance for new or private package #3712

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@hyperledger/cacti-example-cbdc-bridging-frontend",
"version": "2.1.0",
"private": true,
"license": "Apache-2.0",
"main": "dist/lib/main/typescript/index.js",
"module": "dist/lib/main/typescript/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@hyperledger/cactus-example-discounted-asset-trade",
"version": "2.1.0",
"private": true,
"license": "Apache-2.0",
"main": "dist/www.js",
"module": "dist/www.js",
Expand Down
1 change: 0 additions & 1 deletion examples/cactus-example-electricity-trade/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@hyperledger/cactus-example-electricity-trade",
"version": "2.1.0",
"private": true,
"license": "Apache-2.0",
"main": "dist/www.js",
"module": "dist/www.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "transferNumericAsset",
"version": "0.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "npm run build-ts && npm run copy-static-assets",
"build-ts": "tsc",
Expand Down
1 change: 0 additions & 1 deletion examples/test-run-transaction/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "test-run-transaction",
"license": "Apache-2.0",
"private": true,
"scripts": {
"start": "node ../cactus-common-example-server/dist/lib/main/typescript/routing-interface/www.js",
"debug": "nodemon --inspect ../cactus-common-example-server/dist/lib/main/typescript/routing-interface/www.js",
Expand Down
1 change: 0 additions & 1 deletion packages/cacti-ledger-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@hyperledger/cacti-ledger-browser",
"version": "2.1.0",
"private": true,
"description": "Cacti GUI for visualizing ledger data build on react.",
"keywords": [
"Hyperledger",
Expand Down
1 change: 0 additions & 1 deletion packages/cactus-test-plugin-keychain-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@hyperledger/cactus-test-plugin-keychain-memory",
"version": "2.1.0",
"private": true,
"description": "Tests with API server integration for the dummy keychain implementation. Private package not meant to be released.",
"keywords": [
"Hyperledger",
Expand Down
Loading