Skip to content

Commit

Permalink
chore: release start, version: 1.0.3-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b41ex committed Feb 5, 2025
1 parent 1a9a7e0 commit 2cc420f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netcracker/qubership-apihub-api-data-model",
"version": "1.0.3-dev.2",
"version": "1.0.3-next.0",
"description": "Convert JSON schema-based document into structured and simplified data tree ",
"module": "./dist/index.es.js",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"release-finish": "release-finish"
},
"dependencies": {
"@netcracker/qubership-apihub-json-crawl": "dev",
"@netcracker/qubership-apihub-api-unifier": "dev",
"@netcracker/qubership-apihub-api-diff": "dev",
"@netcracker/qubership-apihub-json-crawl": "next",
"@netcracker/qubership-apihub-api-unifier": "next",
"@netcracker/qubership-apihub-api-diff": "next",
"@netcracker/qubership-apihub-graphapi": "1.0.7"
},
"devDependencies": {
Expand Down Expand Up @@ -71,4 +71,4 @@
"eslintConfig": {
"extends": ".eslintrc.json"
}
}
}

0 comments on commit 2cc420f

Please sign in to comment.