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

[Typescript]: Changes for typescript definition + add new typescript definition and embed it to orientjs package . #438

Open
wants to merge 4 commits into
base: develop
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ out
.vscode
*.tgz
*.log
package-lock.json
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -13,6 +13,7 @@
"node.js"
],
"version": "3.0.11",
"types": "./types/orientjs.d.ts",
"author": {
"name": "Enrico Risa",
"email": "e.risa@orientdb.com"
Expand Down Expand Up @@ -44,7 +45,7 @@
},
{
"name": "Saeed Tabrizi",
"email": "saeed@nowcando.com"
"email": "saeed.tabrizi@gmail.com"
}
],
"repository": {
Expand All @@ -63,14 +64,16 @@
"yargs": "~11.0.0"
},
"devDependencies": {
"@types/node": "^14.11.1",
"expect.js": "~0.3.1",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"jsdoc": "3.5.5",
"jsdoc": "^3.6.5",
"jshint": "~2.9.4",
"mocha": "^6.1.3",
"nyc": "^14.0.0",
"should": "~4.6.2"
"should": "~4.6.2",
"typescript": "^4.0.2"
},
"optionalDependencies": {
"orientjs-native": "^2.2.0"
Expand Down