@hedia/types 2.1.48-alpha.4 → 2.1.48

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.
@@ -32,4 +32,4 @@ jobs:
32
32
  issue-number: ${{ github.event.number }}
33
33
  github-token: ${{ secrets.GITHUB_TOKEN }}
34
34
  is-post-merge: true
35
- run-script: npm ci & npm run tsc
35
+ run-script: npm ci && npm run tsc
@@ -46,4 +46,4 @@ jobs:
46
46
  label: ${{ toJson(github.event.pull_request.labels.*.name) }}
47
47
  npm-token: ${{ env.NPM_TOKEN }}
48
48
  issue-number: ${{ github.event.number }}
49
- run-script: npm ci & npm run tsc
49
+ run-script: npm ci && npm run tsc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/types",
3
- "version": "2.1.48-alpha.4",
3
+ "version": "2.1.48",
4
4
  "description": "Enums, interfaces, and other common types for use in Hedia's software.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {