Skip to content

Commit 3830d5e

Browse files
committed
resolved conflicts
1 parent 464589c commit 3830d5e

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

decrypt-api-key-in-action/nodejs/package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
6-
<<<<<<< HEAD
76
"type": "module",
8-
=======
9-
"dependencies": {
10-
"@lit-protocol/auth-helpers": "^6.4.10",
11-
"@lit-protocol/lit-auth-client": "^6.4.10",
12-
"@lit-protocol/lit-node-client": "^6.4.10",
13-
"@lit-protocol/types": "^6.4.10",
14-
"@types/node": "^20.12.8",
15-
"ethers": "^5.7.1",
16-
"siwe": "^2.0.0",
17-
"ts-node": "^10.9.1",
18-
"typescript": "^5.1.6"
19-
},
20-
>>>>>>> 8cb285d (fix: update-lit command to not make script executable each time)
217
"scripts": {
228
"test": "npx @dotenvx/dotenvx run -- mocha test/**/*.spec.ts"
239
},

decrypt-api-key-in-action/nodejs/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "decrypt-api-key-in-action-nodejs",
33
"root": "decrypt-api-key-in-action/nodejs",
44
"targets": {
5-
<<<<<<< HEAD
65
"test-lit": {
76
"executor": "nx:run-commands",
87
"options": {
@@ -17,13 +16,3 @@
1716
}
1817
}
1918
}
20-
=======
21-
"update-lit": {
22-
"executor": "nx:run-commands",
23-
"options": {
24-
"command": "cd decrypt-api-key-in-action/nodejs && ../../scripts/update-lit.sh"
25-
}
26-
}
27-
}
28-
}
29-
>>>>>>> 1e8b871 (refactor: changed dir structure for decrypt-api-key-in-action as per templates)

eip-191-signing/nodejs/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@dotenvx/dotenvx": "^0.37.1",
13-
<<<<<<< HEAD
1413
"@lit-protocol/auth-helpers": "^6.5.1",
1514
"@lit-protocol/constants": "^6.5.1",
1615
"@lit-protocol/contracts-sdk": "^6.5.1",
1716
"@lit-protocol/lit-node-client": "^6.5.1",
18-
=======
19-
"@lit-protocol/auth-helpers": "^6.4.10",
20-
"@lit-protocol/constants": "^6.4.10",
21-
"@lit-protocol/contracts-sdk": "^6.4.10",
22-
"@lit-protocol/lit-node-client-nodejs": "^6.4.10",
23-
>>>>>>> 8cb285d (fix: update-lit command to not make script executable each time)
2417
"ethers": "5.7.2"
2518
},
2619
"devDependencies": {

0 commit comments

Comments
 (0)