Skip to content

Commit

Permalink
πŸ§šβ€β™€οΈ Update dependencies
Browse files Browse the repository at this point in the history
 - kimlikdao-js
 - Wrangler & CloudFlare config
  • Loading branch information
KimlikDAO-bot committed Dec 7, 2023
1 parent ed88590 commit 072ca03
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
7 changes: 5 additions & 2 deletions edevlet/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include edevlet/test/Makefile

build/edevlet/nkoParser.js: edevlet/nkoParser.js edevlet/pdfjs.d.js \
lib/crosschain/*.d.js \
lib/did/*.d.js \
lib/ethereum/*.d.js \
lib/node/error.d.js lib/node/error.js \
Expand Down Expand Up @@ -43,10 +44,11 @@ build/oauth2Worker.js: edevlet/oauth2Worker.js edevlet/oauth2Worker.d.js \
edevlet/validation.js \
lib/api/oauth2.d.js \
lib/cloudflare/types.d.js lib/cloudflare/moduleWorker.d.js \
lib/crosschain/*.js \
lib/crypto/sha3.js \
lib/crypto/modular.js lib/crypto/secp256k1.js \
lib/did/*.d.js lib/did/section.js lib/did/decryptedSections.js \
lib/ethereum/*.d.js lib/ethereum/evm.js lib/ethereum/unlockable.js \
lib/ethereum/*.d.js lib/ethereum/evm.js \
lib/node/error.d.js lib/node/error.js lib/node/nvi.d.js \
lib/util/Γ§evir.js \
build/BEARER_TOKEN
Expand All @@ -72,10 +74,11 @@ build/nkoWorker.js: edevlet/nkoWorker.js \
edevlet/nko.d.js edevlet/nko.js edevlet/validation.js \
edevlet/nkoParser.js edevlet/pdfjs.d.js \
lib/cloudflare/types.d.js lib/cloudflare/moduleWorker.d.js \
lib/crosschain/*.js \
lib/crypto/sha3.js \
lib/crypto/modular.js lib/crypto/secp256k1.js \
lib/did/*.d.js lib/did/section.js lib/did/decryptedSections.js \
lib/ethereum/*.d.js lib/ethereum/evm.js lib/ethereum/unlockable.js \
lib/ethereum/*.d.js lib/ethereum/evm.js \
lib/node/error.d.js lib/node/error.js lib/node/nvi.d.js \
lib/util/Γ§evir.js \
build/edevlet/pdfjs.js \
Expand Down
2 changes: 1 addition & 1 deletion lib
Submodule lib updated 101 files
1 change: 0 additions & 1 deletion lightNode/lightNode.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name = "kimlikdao-ipfs"
main = "../build/lightNode.js"
compatibility_date = "2023-01-01"
workers_dev = false
usage_model = "bundled"
no_bundle = true
minify = false
send_metrics = false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"type": "module",
"devDependencies": {
"google-closure-compiler": "^20230103.0.0",
"google-closure-compiler": "^20230802.0.0",
"uglify-js": "^3.17.4",
"wrangler": "^2.9.0"
"wrangler": "^3.19.0"
},
"private": true
}
2 changes: 1 addition & 1 deletion signerNode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build/signerNode.toml: signerNode/signerNode.toml signerNode/signerNode.config
build/signerNode.deployment: build/signerNode.js build/signerNode.toml \
build/nkoWorker.deployment \
build/oauth2Worker.deployment
yarn wrangler publish $< --name $(WORKER_NAME) \
yarn wrangler deploy $< --name $(WORKER_NAME) \
--compatibility-date $(shell date +%Y-%m-%d) \
--config build/signerNode.toml
touch $@
1 change: 0 additions & 1 deletion signerNode/signerNode.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
workers_dev = false
usage_model = "bundled"
no_bundle = true
minify = false
send_metrics = false
Expand Down
4 changes: 2 additions & 2 deletions workers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ build/humanIDWorker.js: workers/humanIDWorker.js \
build/exposureReportWorker.deployment: build/exposureReportWorker.js \
workers/wrangler.toml \
signerNode/signerNode.config
yarn wrangler publish $< --name $(WORKER_NAME)-exposurereport-worker \
yarn wrangler deploy $< --name $(WORKER_NAME)-exposurereport-worker \
--compatibility-date $(shell date +%Y-%m-%d) \
--config workers/wrangler.toml
touch $@

build/humanIDWorker.deployment: build/humanIDWorker.js \
workers/wrangler.toml \
signerNode/signerNode.config
yarn wrangler publish $< --name $(WORKER_NAME)-humanid-worker \
yarn wrangler deploy $< --name $(WORKER_NAME)-humanid-worker \
--compatibility-date $(shell date +%Y-%m-%d) \
--config workers/wrangler.toml
touch $@
1 change: 0 additions & 1 deletion workers/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
workers_dev = true
usage_model = "unbound"
no_bundle = true
minify = false
send_metrics = false
Expand Down

0 comments on commit 072ca03

Please sign in to comment.