Skip to content
......@@ -18,8 +18,8 @@ release:
- npm ci
- |
{
echo "@smartom:registry=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/npm/"
echo "${CI_API_V4_URL#https?}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
echo "@smartom:registry=${CI_API_V4_URL}/packages/npm/"
echo "${CI_API_V4_URL#https?}/projects/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
} | tee -a .npmrc
- npm run build
script:
......
## [1.1.1](https://git.smartom.dev/templates/expo-yandex-auth/compare/v1.1.0...v1.1.1) (2025-10-14)
### Bug Fixes
- try to deploy into instance level ([0a61e12](https://git.smartom.dev/templates/expo-yandex-auth/commit/0a61e127f21f466141dedd77b931da9af735a889))
# [1.1.0](https://git.smartom.dev/templates/expo-yandex-auth/compare/v1.0.0...v1.1.0) (2025-10-13)
### Bug Fixes
......
{
"name": "@smartom/expo-yandex-auth",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@smartom/expo-yandex-auth",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^20.1.0",
......
{
"name": "@smartom/expo-yandex-auth",
"version": "1.1.0",
"version": "1.1.1",
"description": "OAuth Yandex Auth SDK",
"main": "build/index.js",
"types": "build/index.d.ts",
......