@hedia/types 2.1.51-alpha.0 → 2.1.51-alpha.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.
@@ -41,7 +41,7 @@ jobs:
41
41
  repo_token: ${{ secrets.HEDIA_BOT_GITHUB_PAT }}
42
42
 
43
43
  ## Running tests & linting scripts
44
- run-scripts:
44
+ lint-and-test:
45
45
  needs: [validate-pr-labels]
46
46
  runs-on: ubuntu-latest
47
47
  if: ${{ needs.should-skip.outputs.skip == 'false' }}
@@ -67,7 +67,7 @@ jobs:
67
67
 
68
68
  ## Bump version (if needed) & publish alpha package
69
69
  version-bump-publish-alpha:
70
- needs: [run-scripts]
70
+ needs: [lint-and-test]
71
71
  runs-on: ubuntu-latest
72
72
  if: ${{ needs.should-skip.outputs.skip == 'false' }}
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/types",
3
- "version": "2.1.51-alpha.0",
3
+ "version": "2.1.51-alpha.1",
4
4
  "description": "Enums, interfaces, and other common types for use in Hedia's software.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {