Skip to content

Commit 78be756

Browse files
Release v24.0.0 from PR #594
2 parents b18dd86 + 78d3a9f commit 78be756

File tree

2,995 files changed

+95154
-194175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,995 files changed

+95154
-194175
lines changed

.eslintrc.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"root": true,
3-
"parser": "@babel/eslint-parser",
4-
"extends": ["pipedrive"],
3+
"parser": "@typescript-eslint/parser",
4+
"parserOptions": {
5+
"project": "./tsconfig.test.json",
6+
"sourceType": "module"
7+
},
8+
"extends": ["pipedrive", "plugin:@typescript-eslint/recommended"],
59
"env": {
610
"node": true,
711
"jest": true
812
}
9-
}
13+
}

.gitignore

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
6-
# Runtime data
7-
pids
8-
*.pid
9-
*.seed
10-
11-
# Directory for instrumented libs generated by jscoverage/JSCover
12-
lib-cov
13-
14-
# Coverage directory used by tools like istanbul
15-
coverage
16-
17-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18-
.grunt
19-
20-
# node-waf configuration
21-
.lock-wscript
22-
23-
# Compiled binary addons (http://nodejs.org/api/addons.html)
24-
build/Release
25-
26-
# Dependency directory
1+
wwwroot/*.js
272
node_modules
28-
29-
# Optional npm cache directory
30-
.npm
31-
32-
# Optional REPL history
33-
.node_repl_history
34-
35-
.openapi-generator
36-
.idea
3+
typings
374
dist
5+
.idea

.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
node_modules
2-
.gitignore
3-
.DS_Store
1+
# empty npmignore to ensure all required files (e.g., in the dist folder) are published by npm

.openapi-generator-ignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24-
package.json

0 commit comments

Comments
 (0)