Skip to content

Commit

Permalink
chore: test bumping a version if it uploads to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Nov 5, 2024
1 parent fe1e0cc commit b823588
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
8 changes: 0 additions & 8 deletions package.json

This file was deleted.

3 changes: 3 additions & 0 deletions packages/country-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @opencrvs/mosip

This package contains helpers to country-config for using the [OpenCRVS-MOSIP API](https://github.com/opencrvs/mosip).
2 changes: 1 addition & 1 deletion packages/country-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/mosip",
"version": "1.7.0-alpha.1",
"version": "1.7.0-alpha.2",
"license": "MPL-2.0",
"main": "./build/index.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mosip-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs-mosip/mosip-mock",
"version": "1.7.0-alpha.1",
"name": "@opencrvs/mosip-mock",
"version": "1.7.0-alpha.2",
"license": "MPL-2.0",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs-mosip/gateway",
"version": "1.7.0-alpha.1",
"name": "@opencrvs/mosip-server",
"version": "1.7.0-alpha.2",
"license": "MPL-2.0",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
Expand Down

0 comments on commit b823588

Please sign in to comment.