@sanity/groq-store
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@sanity/groq-store", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Stream dataset to memory for in-memory querying", | ||
@@ -10,3 +10,5 @@ "main": "dist/node/groq-store.js", | ||
"sideEffects": false, | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -20,7 +22,7 @@ "start": "cd example && npm start", | ||
"lint": "eslint .", | ||
"prepare": "npm run build", | ||
"prepare": "husky install && npm run build", | ||
"prepublishOnly": "npm run lint && npm run build && npm run test " | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=14" | ||
}, | ||
@@ -48,3 +50,3 @@ "repository": { | ||
"groq": "^2.0.9", | ||
"groq-js": "^0.4.0-beta.2", | ||
"groq-js": "^1.0.1", | ||
"mendoza": "^2.1.1", | ||
@@ -56,3 +58,6 @@ "simple-get": "^4.0.1", | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.1.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@sanity/client": "^2.23.1", | ||
"@sanity/semantic-release-preset": "^2.0.0", | ||
"@types/eventsource": "^1.1.9", | ||
@@ -69,2 +74,4 @@ "@types/node": "^14.14.6", | ||
"eslint-plugin-react": "^7.28.0", | ||
"husky": "^7.0.2", | ||
"lint-staged": "^12.4.1", | ||
"microbundle": "^0.15.0", | ||
@@ -71,0 +78,0 @@ "prettier": "^2.7.1", |
@@ -88,1 +88,13 @@ # @sanity/groq-store | ||
MIT © [Sanity.io](https://www.sanity.io/) | ||
## Release new version | ||
Run ["CI & Release" workflow](https://github.com/sanity-io/groq-store/actions). | ||
Make sure to select the main branch and check "Release new version". | ||
Version will be automatically bumped based on [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) since the last release. | ||
Semantic release will only release on configured branches, so it is safe to run release on any branch. | ||
Note: commits with `chore:` will be ignored. If you want updated dependencies to trigger | ||
a new version, use `fix(deps):` instead. |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
130932
100
2
23
+ Addeddebug@4.4.0(transitive)
+ Addedgroq-js@1.15.0(transitive)
+ Addedms@2.1.3(transitive)
- Removedgroq-js@0.4.0-beta.2(transitive)
Updatedgroq-js@^1.0.1