Skip to content

Commit ace430c

Browse files
authored
Switch to trusted publisher (#36)
* chore: bump libs * ci: bump actions * ci: switch to trusted publisher * chore: bump versions
1 parent 617485a commit ace430c

File tree

8 files changed

+6306
-9050
lines changed

8 files changed

+6306
-9050
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ jobs:
1212
contents: read
1313
id-token: write
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v4
15+
- uses: actions/checkout@v5
16+
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 18
19-
registry-url: https://registry.npmjs.org/
18+
node-version: current
19+
registry-url: https://registry.npmjs.org
2020
- run: npm install -g npm
2121
- run: bash .ci/build.sh
2222
- run: bash .ci/publish.sh
23-
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v4
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 18
15+
node-version: current
1616
- run: npm install -g npm
1717
- run: bash .ci/build.sh
1818
- name: Start MongoDB

package-lock.json

Lines changed: 6286 additions & 9028 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"test:local": "npm run test:local --workspaces --if-present"
1818
},
1919
"devDependencies": {
20-
"@js-soft/eslint-config-ts": "2.0.1",
20+
"@js-soft/eslint-config-ts": "2.0.4",
2121
"@js-soft/license-check": "1.0.9",
2222
"@types/jest": "^30.0.0",
23-
"@types/node": "^24.0.14",
24-
"eslint": "^9.31.0",
25-
"jest": "^30.0.4",
23+
"@types/node": "^24.7.2",
24+
"eslint": "^9.37.0",
25+
"jest": "^30.2.0",
2626
"prettier": "^3.6.2",
27-
"ts-jest": "^29.4.0",
27+
"ts-jest": "^29.4.5",
2828
"ts-node": "^10.9.2",
29-
"typescript": "^5.8.3"
29+
"typescript": "^5.9.3"
3030
}
3131
}

packages/abstractions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/docdb-access-abstractions",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Database abstractions.",
55
"homepage": "https://github.com/js-soft/ts-documentdb-access#readme",
66
"repository": {

packages/loki/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/docdb-access-loki",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The LokiJS implementation for the '@js-soft/@js-soft/docdb-access-abstractions' library.",
55
"homepage": "https://github.com/js-soft/ts-documentdb-access#readme",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"testTimeout": 60000
2828
},
2929
"dependencies": {
30-
"@js-soft/docdb-access-abstractions": "1.1.0",
30+
"@js-soft/docdb-access-abstractions": "1.2.1",
3131
"@types/lokijs": "1.5.14",
3232
"lokijs": "1.5.12"
3333
},

packages/mongo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/docdb-access-mongo",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The MongoDB implementation for the '@js-soft/@js-soft/docdb-access-abstractions' library.",
55
"homepage": "https://github.com/js-soft/ts-documentdb-access#readme",
66
"repository": {
@@ -28,8 +28,8 @@
2828
"testTimeout": 60000
2929
},
3030
"dependencies": {
31-
"@js-soft/docdb-access-abstractions": "1.1.0",
32-
"mongodb": "6.17.0"
31+
"@js-soft/docdb-access-abstractions": "1.2.1",
32+
"mongodb": "6.20.0"
3333
},
3434
"publishConfig": {
3535
"access": "public",

packages/querytranslator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/docdb-querytranslator",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Parse and pass URL queries to MongoDB and LokiJS query",
55
"homepage": "https://github.com/js-soft/ts-documentdb-access#readme",
66
"repository": {

0 commit comments

Comments
 (0)