sfmc-sdk 0.1.0 → 0.1.1

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.
@@ -9,3 +9,5 @@ updates:
9
9
  directory: "/" # Location of package manifests
10
10
  schedule:
11
11
  interval: "daily"
12
+ ignore:
13
+ - dependency-name: "p-limit" #v4 only supports ESM so keeping on v3
@@ -29,9 +29,12 @@ jobs:
29
29
  env:
30
30
  NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
31
31
  - run: |
32
+ git config user.name "GitHub Actions Bot"
33
+ git config user.email "<>"
32
34
  git add package.json
33
35
  git add package-lock.json
34
36
  git commit -m "Release ${{ steps.create_release.outputs.tag_name }}"
37
+ git push origin master
35
38
  - uses: eregon/publish-release@v1
36
39
  env:
37
40
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfmc-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Libarary to simplify SFMC requests with updated dependencies and less overhead",
5
5
  "main": "./lib/index.js",
6
6
  "scripts": {