@secrecy/lib 1.0.0-dev.33 → 1.0.0-dev.36

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@secrecy/lib",
3
3
  "author": "Anonymize <anonymize@gmail.com>",
4
4
  "description": "Anonymize Secrecy Library",
5
- "version": "1.0.0-dev.33",
5
+ "version": "1.0.0-dev.36",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "ssh://git@github.com/xsecrecy/lib.git"
@@ -27,7 +27,7 @@
27
27
  "node": ">=16.13.0"
28
28
  },
29
29
  "scripts": {
30
- "test": "cross-env SECRECY_API_URL=http://localhost:4000/graphql NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --forceExit",
30
+ "test": "cross-env NEXT_PUBLIC_SECRECY_API_URL=http://localhost:4000/graphql NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --forceExit",
31
31
  "lint": "eslint \"./**/*.{ts,tsx}\"",
32
32
  "format": "prettier --write \"./**/*.{ts,tsx}\"",
33
33
  "editor": "yarn dlx @yarnpkg/sdks",