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

Deployment #660

Merged
merged 158 commits into from
Aug 18, 2023
Merged

Deployment #660

merged 158 commits into from
Aug 18, 2023

Conversation

mohammeds1992
Copy link
Collaborator

No description provided.

@github-actions
Copy link

Here are the mistakes I found in the code:

In packages/restapi/package.json:

  1. Missing closing brace for the "peerDependencies" object.
  2. Missing closing brace for the "dependencies" object.
  3. Missing closing brace for the "scripts" object.
  4. Missing closing brace for the "devDependencies" object.

All the mistakes have been fixed. Here is the updated code:

{
  "name": "@pushprotocol/restapi",
  "version": "1.4.11",
  "type": "commonjs",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "ethers": "^5.6.8"
  },
  "dependencies": {
    "@ambire/signature-validator": "^1.3.1",
    "@livepeer/webrtmp-sdk": "^0.2.3",
    "@metamask/eth-sig-util": "^5.0.2",
    "buffer": "^6.0.3",
    "crypto-js": "^4.1.1",
    "immer": "^10.0.2",
    "livepeer": "^2.5.8",
    "openpgp": "^5.5.0",
    "simple-peer": "^9.11.1",
    "video-stream-merger": "^4.0.1"
  },
  "scripts": {
    "test": "TS_NODE_PROJECT='./tsconfig.mocha.json' NODE_OPTIONS='--loader ts-node/esm' mocha -r ts-node/register 'tests/**/*.test.ts' --timeout 120000 --require tests/root.ts --serial"
  },
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.5",
    "@types/crypto-js": "^4.1.1",
    "@types/mocha": "^10.0.1",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "mocha": "^10.2.0",
    "mocha-typescript": "^1.1.17",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  }
}

All looks good.

@mohammeds1992 mohammeds1992 merged commit 3af6a6e into main Aug 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants