Merged in development (pull request #6)

Development
This commit is contained in:
Leandro Costa 2023-06-15 18:04:46 +00:00
commit 0114453975
3 changed files with 4 additions and 4 deletions

View file

@ -20,9 +20,9 @@ pipelines:
name: Prepare Package
script:
- apk add git
- sed -i s/$BITBUCKET_REPO_SLUG/$BITBUCKET_REPO_SLUG-dev/ dist/package.json
- npm version patch -m "[skip CI] Version %s"
- cp package.json dist/
- sed -i s/$BITBUCKET_REPO_SLUG/$BITBUCKET_REPO_SLUG-dev/ dist/package.json
- git push
artifacts:
- dist/**

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "lhisp-oauth-client",
"version": "1.0.9",
"version": "1.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lhisp-oauth-client",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "lhisp-oauth-client",
"version": "1.0.9",
"version": "1.0.10",
"main": "src/index",
"types": "src/index.d.ts",
"repository": "git@bitbucket.org:leandro_costa/lhisp-oauth-client.git",