2.12.0 • Published 6 months ago

@hansevision/tp-global-consumer-services v2.12.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 months ago

Global consumer services

Provides logic to provide and consume global services

Installation

npm install --save @hansevision/tp-global-consumer-services

Test global-consumer-service locally with 'npm link/unlink'

Creating local package of global-consumer-service

in git-Repository of global-consumer-service

  1. increase version number in 'package.json' - if not already done
  2. run the following PowerShell command
npm link

in git-Repositories that need to use the local global-consumer-service

  1. increase version number in 'package.json'
  2. run the following PowerShell command
npm link @hansevision/tp-global-consumer-services --force
  1. the flag '--force' can be omitted, if the node-version of the global-consumer-service is higher of equal to the git-Repository which needs to use it

Reverting usage of local packaging

  1. run the following PowerShell command in the git-Repository of global-consumer-service
npm unlink
  1. expected output
success: package '@hansevision/tp-global-consumer-services' uninstalled

in git-Repositories that need to use the local global-consumer-service

  1. run the following PowerShell command
npm unlink @hansevision/tp-global-consumer-services
  1. revert any unwanted changes to 'package.json' in regards to '@hansevision/tp-global-consumer-services'
2.11.0

8 months ago

2.12.0

6 months ago

2.11.1

8 months ago

2.11.2

7 months ago

2.10.1

1 year ago

2.10.0

1 year ago

2.9.5

1 year ago

2.9.4

2 years ago

2.9.3

2 years ago

2.9.2

2 years ago

2.9.1

2 years ago

2.9.0

2 years ago

2.7.0

2 years ago

2.8.0

2 years ago

2.6.0

2 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago