biz-slide-core 1.2.34 → 1.2.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ var layerSchema = new mongoose_1.Schema({
12
12
  });
13
13
  var SlideSchema = new mongoose_1.Schema({
14
14
  name: { type: String, default: "", required: true },
15
+ alias: { type: [String], default: [], _id: false },
15
16
  postfix: { type: String, default: "" },
16
17
  rules: { type: String, default: "" },
17
18
  layers: [layerSchema],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.34",
3
+ "version": "1.2.35",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {