@earbug/db-models 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/README +1 -0
  2. package/package.json +2 -3
package/README ADDED
@@ -0,0 +1 @@
1
+ = @earbug/db-models =
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@earbug/db-models",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "dist/init-models.js",
5
5
  "types": "dist/init-models.d.ts",
6
6
  "scripts": {
7
7
  "generate-models": "sequelize-auto -l ts --cm=p --cf=p --cp=c -o \"./models\" -a ./model_options.json -d earbug_live -h localhost -u postgres -p 5432 -e postgres -T harvested_article article_to_artist_relation",
8
- "build": "tsc",
9
- "publish": "npm build && npm publish"
8
+ "build": "tsc"
10
9
  },
11
10
  "peerDependencies": {
12
11
  "sequelize": "^6.37.3"