qcobjects-cli 2.5.144-beta → 2.5.145-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -36,11 +36,8 @@ jobs:
|
|
|
36
36
|
- uses: actions/setup-node@v4
|
|
37
37
|
with:
|
|
38
38
|
node-version: 22
|
|
39
|
-
registry-url: https://registry.npmjs.org/
|
|
40
39
|
- name: Upgrade npm for OIDC support (requires >=11.5.1)
|
|
41
40
|
run: npm install -g npm@latest
|
|
42
|
-
- name: Clear auth token so npm falls back to OIDC
|
|
43
|
-
run: npm config delete "//registry.npmjs.org/:_authToken"
|
|
44
41
|
- run: npm i --legacy-peer-deps
|
|
45
42
|
- run: npm test
|
|
46
43
|
- run: npm publish --tag beta
|
|
@@ -36,10 +36,7 @@ jobs:
|
|
|
36
36
|
- uses: actions/setup-node@v4
|
|
37
37
|
with:
|
|
38
38
|
node-version: 22
|
|
39
|
-
registry-url: https://registry.npmjs.org/
|
|
40
39
|
- name: Upgrade npm for OIDC support (requires >=11.5.1)
|
|
41
40
|
run: npm install -g npm@latest
|
|
42
|
-
- name: Clear auth token so npm falls back to OIDC
|
|
43
|
-
run: npm config delete "//registry.npmjs.org/:_authToken"
|
|
44
41
|
- run: npm i --legacy-peer-deps
|
|
45
42
|
- run: npm publish --tag lts
|
|
@@ -36,10 +36,7 @@ jobs:
|
|
|
36
36
|
- uses: actions/setup-node@v4
|
|
37
37
|
with:
|
|
38
38
|
node-version: 22
|
|
39
|
-
registry-url: https://registry.npmjs.org/
|
|
40
39
|
- name: Upgrade npm for OIDC support (requires >=11.5.1)
|
|
41
40
|
run: npm install -g npm@latest
|
|
42
|
-
- name: Clear auth token so npm falls back to OIDC
|
|
43
|
-
run: npm config delete "//registry.npmjs.org/:_authToken"
|
|
44
41
|
- run: npm i --legacy-peer-deps
|
|
45
42
|
- run: npm publish
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.5.
|
|
1
|
+
2.5.145-beta
|
package/package.json
CHANGED
package/.gitlab-ci.yml
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
image: node:latest
|
|
2
|
-
|
|
3
|
-
stages:
|
|
4
|
-
- deploy
|
|
5
|
-
|
|
6
|
-
deploy:
|
|
7
|
-
stage: deploy
|
|
8
|
-
rules:
|
|
9
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_NAME =~ /^v\d+\.\d+\.\d+.*$/
|
|
10
|
-
changes:
|
|
11
|
-
- package.json
|
|
12
|
-
script:
|
|
13
|
-
- npm config set @scope:registry https://registry.npmjs.org/
|
|
14
|
-
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
|
|
15
|
-
- npm ci
|
|
16
|
-
# - npm publish --verbose
|