@earbug/db-models 0.0.17 → 0.0.18

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.
@@ -49,6 +49,6 @@ jobs:
49
49
  run: |
50
50
  git config user.name "github-actions[bot]"
51
51
  git config user.email "github-actions[bot]@users.noreply.github.com"
52
- git add models/ dist/ package.json
52
+ git add models/ package.json
53
53
  git commit -m "${{ steps.version.outputs.version }} — regenerate models and publish"
54
54
  git push
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@earbug/db-models",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "main": "dist/init-models.js",
5
5
  "types": "dist/init-models.d.ts",
6
6
  "scripts": {