@velocitycareerlabs/tests-helpers 1.20.0-dev-build.16dbd5bc9 → 1.20.0-dev-build.1f746e67a

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.
Files changed (2) hide show
  1. package/.env.test +1 -1
  2. package/package.json +9 -9
package/.env.test CHANGED
@@ -38,6 +38,6 @@ VNF_HEADER_SIGNATURE_SIGNING_KEY="fc48dafb3d36ef0b5bb7663fb7fd571c950e0578016ef4
38
38
  VNF_HEADER_SIGNATURE_VERIFICATION_KEY="0411ed29518df57fc4d1a8a526f943ea07a891c99278050f4e47d9c756c8c0e4b42579e463af7f5286c58806242cc0a5e5ec81c2acae4ceeda49c56ceeed977f0e"
39
39
  DEFAULT_WALLET_MOBILE=did:test:mobile-1#service-id-1
40
40
  DEFAULT_WALLET_DESKTOP=did:test:desktop-1#service-id-1
41
- DEFAULT_CA_WALLET_CONFIG='{"did:test:mobile-1#service-id-1":{"wallet":"walletTest","did":"did:ion:123","serviceId":"#holder-app-1","serviceEndpoint":"https://test.io/"},"playStoreUrl":"https://play.google.com/store/apps/details?id=io.velocitycareerlabs.holderapp","appleAppStoreUrl":"https://apps.apple.com/us/app/velocity-career-wallet/id1587589679","appleAppId":"1587589679"}'
41
+ DEFAULT_CA_WALLET_CONFIG='{"did:test:mobile-1#service-id-1":{"wallet":"walletTest","did":"did:ion:123","serviceId":"#holder-app-1","serviceEndpoint":"https://test.io/"},"playStoreUrl":"https://play.google.com/store/apps/details?id=io.velocitycareerlabs.holderapp&referrer=utm_source%3DAON01042024","appleAppStoreUrl":"https://apps.apple.com/app/apple-store/id1587589679?pt=121713908&ct=AON01042024&mt=8","appleAppId":"1587589679"}'
42
42
  SMS_APP_VERIFICATION_HASH="0x0a0a0a0a"
43
43
  AUTOCLEAN_FINALIZED_OFFER_PII=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velocitycareerlabs/tests-helpers",
3
- "version": "1.20.0-dev-build.16dbd5bc9",
3
+ "version": "1.20.0-dev-build.1f746e67a",
4
4
  "description": "Generic helpers for tests",
5
5
  "repository": "https://github.com/velocitycareerlabs/packages",
6
6
  "main": "index.js",
@@ -21,13 +21,13 @@
21
21
  "@fastify/swagger-ui": "~1.9.2",
22
22
  "@spencejs/spence-events": "^0.10.2",
23
23
  "@spencejs/spence-mongo-repos": "^0.10.2",
24
- "@velocitycareerlabs/common-functions": "1.20.0-dev-build.16dbd5bc9",
25
- "@velocitycareerlabs/common-schemas": "1.20.0-dev-build.16dbd5bc9",
26
- "@velocitycareerlabs/crypto": "1.20.0-dev-build.16dbd5bc9",
27
- "@velocitycareerlabs/fastify-plugins": "1.20.0-dev-build.16dbd5bc9",
28
- "@velocitycareerlabs/jwt": "1.20.0-dev-build.16dbd5bc9",
29
- "@velocitycareerlabs/logger": "1.20.0-dev-build.16dbd5bc9",
30
- "@velocitycareerlabs/rest-queries": "1.20.0-dev-build.16dbd5bc9",
24
+ "@velocitycareerlabs/common-functions": "1.20.0-dev-build.1f746e67a",
25
+ "@velocitycareerlabs/common-schemas": "1.20.0-dev-build.1f746e67a",
26
+ "@velocitycareerlabs/crypto": "1.20.0-dev-build.1f746e67a",
27
+ "@velocitycareerlabs/fastify-plugins": "1.20.0-dev-build.1f746e67a",
28
+ "@velocitycareerlabs/jwt": "1.20.0-dev-build.1f746e67a",
29
+ "@velocitycareerlabs/logger": "1.20.0-dev-build.1f746e67a",
30
+ "@velocitycareerlabs/rest-queries": "1.20.0-dev-build.1f746e67a",
31
31
  "ajv-formats": "2.1.1",
32
32
  "dotenv": "^16.0.0",
33
33
  "env-var": "^7.0.0",
@@ -54,5 +54,5 @@
54
54
  "nanoid": "~3.3.1",
55
55
  "prettier": "~2.8.8"
56
56
  },
57
- "gitHead": "239ee5c48b4fc55c831f7f9197eadacae2ef56d1"
57
+ "gitHead": "9705a95950514afb01b27baba5f7c810e2a1ec41"
58
58
  }