biz-slide-core 1.1.9 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ var ImageSchema = new mongoose_1.Schema({
6
6
  focusPoint: { x: Number, y: Number },
7
7
  url: { type: String, required: true },
8
8
  radius: { type: String, required: true },
9
+ aliasName: { type: String, required: true },
9
10
  keywords: { type: [String], default: [] },
10
11
  title: { type: String, required: true },
11
12
  userId: { type: mongoose_1.Schema.Types.ObjectId, ref: "user" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {