@plasmicapp/auth-api
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "types": "./dist/index.d.ts", | ||
"build:index": "node ../../build.mjs ./src/index.ts", | ||
"test": "yarn --cwd=../.. test --passWithNoTests", | ||
"test": "TEST_CWD=`pwd` yarn --cwd=../.. test --passWithNoTests", | ||
"lint": "eslint", | ||
@@ -46,3 +46,3 @@ "prepublishOnly": "npm run build", | ||
}, | ||
"gitHead": "9216f61b95565cb9ff8639fa7f2d2640a320e731" | ||
"gitHead": "d610e0b0246d0f56d641248b95b7b10f235e68c5" | ||
} |
25509