Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Jun 28, 2024
1 parent 5148c4a commit 1ac9c0c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
8 changes: 4 additions & 4 deletions lib/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
},
"dependencies": {
"@alfresco/js-api": ">=7.9.0",
"@alfresco/js-api": ">=7.9.0-0",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",
Expand Down
3 changes: 2 additions & 1 deletion lib/js-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "JavaScript client library for the Alfresco REST API",
"author": "Hyland Software, Inc. and its affiliates",
"keywords": [
"alfresco"
"alfresco",
"js-api"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion lib/js-api/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "js-api",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "lib/js-api/src",
"root": "lib/js-api",
"prefix": "adf",
"targets": {
"build": {
"executor": "nx:run-commands",
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@alfresco/adf-process-services": ["lib/process-services/src/public-api.ts"],
"@alfresco/adf-process-services-cloud": ["lib/process-services-cloud/src/public-api.ts"],
"@alfresco/adf-testing": ["lib/testing/src/public-api.ts"],
"@alfresco/js-api": ["lib/js-api/src/index.ts"]
"@alfresco/js-api": ["lib/js-api/index.ts"]
}
},
"exclude": ["lib/config", "integration", "scripts", "assets", "tools", "node_modules"],
Expand Down

0 comments on commit 1ac9c0c

Please sign in to comment.