@nhost/hasura-storage-js
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@nhost/hasura-storage-js", | ||
"version": "0.0.6", | ||
"description": "Hasura Storage JS", | ||
"version": "0.0.7", | ||
"description": "Hasura-storage client", | ||
"license": "MIT", | ||
"repository": "nhost/hasura-storage-js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"keywords": [ | ||
"nhost", | ||
"hasura", | ||
"storage", | ||
"graphql", | ||
"s3" | ||
], | ||
"author": "Nhost", | ||
"homepage": "https://nhost.io", | ||
"bugs": "https://github.com/nhost/hasura-storage-js/issues", | ||
"homepage": "https://nhost.io", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nhost/hasura-storage-js.git" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.umd.js" | ||
} | ||
}, | ||
"main": "dist/index.umd.js", | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.es.js", | ||
"typings": "./dist/index.d.ts" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
"dependencies": { | ||
"axios": "^0.21.1" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs", | ||
"test": "jest --runInBand --coverage" | ||
"build": "vite build --config ../../vite.lib.js", | ||
"test": "pnpm jest --runInBand --config ../../jest.config.base.js", | ||
"prettier": "prettier --check src/", | ||
"prettier:fix": "prettier --write src/", | ||
"lint": "eslint . --ext .ts,.tsx", | ||
"lint:fix": "eslint . --ext .ts,.tsx --fix", | ||
"verify": "run-p prettier lint", | ||
"verify:fix": "run-p prettier:fix lint:fix" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.3.5" | ||
} | ||
} | ||
"module": "dist/index.es.js", | ||
"typings": "./dist/index.d.ts", | ||
"readme": "# Hasura Storage JS SDK\n\nHasura Auth JS SDK to handle **Auth** with [Hasura](https://hasura.io/).\n\n## Install\n\n`$ npm install @nhost/hasura-storage-js`\n\n## Documentation\n\n[https://docs.nhost.io/reference/sdk/authentication](https://docs.nhost.io/reference/sdk/storage)\n" | ||
} |
@@ -1,1 +0,11 @@ | ||
# hasura-storage-js | ||
# Hasura Storage JS SDK | ||
Hasura Auth JS SDK to handle **Auth** with [Hasura](https://hasura.io/). | ||
## Install | ||
`$ npm install @nhost/hasura-storage-js` | ||
## Documentation | ||
[https://docs.nhost.io/reference/sdk/authentication](https://docs.nhost.io/reference/sdk/storage) |
@@ -1,3 +0,3 @@ | ||
export * from './hasura-storage-api'; | ||
export * from './hasura-storage-client'; | ||
export * from './utils/types'; | ||
export * from './hasura-storage-api' | ||
export * from './hasura-storage-client' | ||
export * from './utils/types' |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
63727
0
1410
1
12
0
10
1