Skip to content

Commit 18f807d

Browse files
committed
SB-I367: cryptold version change to support RSAKeyPair constructor.
1 parent 66ddecf commit 18f807d

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

.github/workflows/on_push.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,9 @@ jobs:
2222
run: |
2323
node -v
2424
25-
- name: Restore node_modules cache
26-
id: cache
27-
uses: actions/cache@v3
28-
with:
29-
path: node_modules
30-
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
31-
restore-keys: |
32-
${{ runner.os }}-node-modules-
33-
3425
- name: Install dependencies
3526
run: |
36-
npm i
37-
38-
- name: Save node_modules cache
39-
if: steps.cache.outputs.cache-hit != 'true'
40-
uses: actions/cache@v3
41-
with:
42-
path: node_modules
43-
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
27+
npm ci
4428
4529
- name: Install webpack
4630
run: npm install --save-dev webpack webpack-cli

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-sunbird/client-services",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "Type definitions and models for Sunbird platform clients",
55
"main": "dist/index.js",
66
"module": "src/index.ts",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@project-sunbird/telemetry-sdk": "1.3.0",
20-
"crypto-ld": "7.0.0",
20+
"crypto-ld": "3.9.0",
2121
"dayjs": "1.9.8",
2222
"global": "^4.4.0",
2323
"inversify": "5.1.1",

0 commit comments

Comments
 (0)