Skip to content

Commit

Permalink
ci: publish 0.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
zoran995 committed Aug 31, 2023
1 parent 6a4cce5 commit 2d32c45
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 27 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

.npmrc
56 changes: 30 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "geoportal-server",
"version": "0.0.1",
"name": "@zoran995/geoportal-server",
"version": "0.0.1-alpha",
"description": "A rewrite of TerriJS-Server using NestJS",
"author": "Zoran Kokeza",
"private": false,
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"@zoran995:registry": "https://npm.pkg.github.com"
},
"scripts": {
"prebuild": "npx rimraf dist",
"build": "nest build",
Expand Down Expand Up @@ -39,66 +43,66 @@
"url": "https:/zoran995/geoportal-server.git"
},
"dependencies": {
"@aws-sdk/client-s3": "3.359.0",
"@aws-sdk/node-http-handler": "3.357.0",
"@aws-sdk/client-s3": "3.299.0",
"@aws-sdk/node-http-handler": "3.296.0",
"@nestjs/axios": "2.0.0",
"@nestjs/common": "9.3.12",
"@nestjs/config": "2.3.1",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/serve-static": "3.0.1",
"@nestjs/swagger": "6.2.1",
"axios": "github:zoran995/axios.git#826b003",
"axios": "github:zoran995/axios.git#geoportal",
"base-x": "4.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"class-validator-jsonschema": "5.0.0",
"compression": "1.7.4",
"dotenv": "16.3.1",
"dotenv": "16.0.3",
"dotenv-expand": "9.0.0",
"helmet": "6.2.0",
"nodemailer": "6.9.3",
"helmet": "6.0.1",
"nodemailer": "6.9.1",
"proj4-cli-defs": "1.0.0",
"range_check": "2.0.4",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"rxjs": "7.8.0",
"sanitize-filename": "1.6.3",
"swagger-ui-express": "4.6.3",
"yargs": "17.7.2"
"swagger-ui-express": "4.6.2",
"yargs": "17.7.1"
},
"devDependencies": {
"@golevelup/ts-jest": "0.3.7",
"@golevelup/ts-jest": "0.3.5",
"@nestjs/cli": "9.3.0",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/compression": "1.7.2",
"@types/express": "4.17.17",
"@types/istanbul-lib-report": "3.0.0",
"@types/jest": "29.5.2",
"@types/node": "18.16.18",
"@types/nodemailer": "6.4.8",
"@types/jest": "29.5.0",
"@types/node": "18.15.10",
"@types/nodemailer": "6.4.7",
"@types/supertest": "2.0.12",
"@types/validator": "13.7.17",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@types/validator": "13.7.14",
"@types/yargs": "17.0.23",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"aws-sdk-client-mock": "2.1.1",
"eslint": "8.43.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.8.0",
"istanbul-lib-coverage": "3.2.0",
"istanbul-lib-report": "3.0.0",
"jest": "29.5.0",
"memfs": "4.2.0",
"prettier": "2.8.8",
"memfs": "3.4.13",
"prettier": "2.8.7",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"tsconfig-paths": "4.1.2",
"typescript": "4.9.5"
},
"resolutions": {
"axios": "github:zoran995/axios.git#826b003"
"axios": "github:zoran995/axios.git#geoportal"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 2d32c45

Please sign in to comment.