@rightcapital/phpdoc-parser 0.3.5-feature-add-badges.64.0 → 0.3.5-feature-add-more-github-docs.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -9
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,14 +1,5 @@
1
1
  # PHPDoc parser TypeScript version
2
2
 
3
- <!-- Badges area start -->
4
-
5
- ![made by RightCapital](https://img.shields.io/badge/made_by-RightCapital-5070e6?link=https%3A%2F%2Frightcapital.com)
6
- ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/RightCapitalHQ/phpdoc-parser/ci.yaml)
7
- [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
8
- ![RightCapital frontend style guide](https://img.shields.io/badge/code_style-RightCapital-5c4c64?labelColor=f0ede8&link=https%3A%2F%2Fgithub.com%2FRightCapitalHQ%2Ffrontend-style-guide)
9
-
10
- <!-- Badges area end -->
11
-
12
3
  Next-gen PHPDoc parser with support for intersection types and generics(TypeScript version)
13
4
 
14
5
  ## What's that
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rightcapital/phpdoc-parser",
3
- "version": "0.3.5-feature-add-badges.64.0",
3
+ "version": "0.3.5-feature-add-more-github-docs.76.0",
4
4
  "keywords": [
5
5
  "PHP",
6
6
  "PHPDoc",
@@ -28,7 +28,7 @@
28
28
  "dist"
29
29
  ],
30
30
  "devDependencies": {
31
- "@babel/core": "7.22.15",
31
+ "@babel/core": "7.22.17",
32
32
  "@babel/preset-env": "7.22.15",
33
33
  "@babel/preset-typescript": "7.22.15",
34
34
  "@commitlint/cli": "17.7.1",
@@ -42,16 +42,16 @@
42
42
  "babel-jest": "29.6.4",
43
43
  "beachball": "2.37.0",
44
44
  "commitizen": "4.3.0",
45
- "eslint": "8.48.0",
45
+ "eslint": "8.49.0",
46
46
  "husky": "8.0.3",
47
- "inquirer": "9.2.10",
47
+ "inquirer": "9.2.11",
48
48
  "jest": "29.6.4",
49
49
  "prettier": "3.0.3",
50
50
  "ts-node": "10.9.1",
51
51
  "typescript": "5.2.2"
52
52
  },
53
53
  "dependencies": {
54
- "@types/node": "18.17.14",
54
+ "@types/node": "18.17.15",
55
55
  "lodash": "4.17.21"
56
56
  },
57
57
  "config": {