@contentstack/datasync-mongodb-sdk 1.0.9-beta.1 → 1.0.10

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.
@@ -2,7 +2,7 @@ name: Release
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [feat/2326-npm-publish]
5
+ branches: [master]
6
6
 
7
7
  jobs:
8
8
  build:
@@ -41,7 +41,7 @@ jobs:
41
41
  uses: JS-DevTools/npm-publish@v3
42
42
  with:
43
43
  token: ${{ secrets.NPM_TOKEN }}
44
- access: public # Uncomment this line if you want to publish the package as public for first time
44
+ # access: public # Uncomment this line if you want to publish the package as public for first time
45
45
 
46
46
  # Auto-tag the new version if a change is detected
47
47
  - name: Auto-tag new version
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Contentstack Ecosystem <ecosystem@contentstack.com>",
3
3
  "name": "@contentstack/datasync-mongodb-sdk",
4
- "version": "1.0.9-beta.1",
4
+ "version": "1.0.10",
5
5
  "description": "Mongodb query wrapper around contents synced via @contentstack/content-store-mongodb",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {