RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
biz-slide-core
Versions diffs
1.2.24 → 1.2.25
biz-slide-core 1.2.24 → 1.2.25
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/entity/template-type.entity.js
+1
-0
package/package.json
+1
-1
package/entity/template-type.entity.js
CHANGED
Viewed
@@ -5,6 +5,7 @@ var mongoose_1 = require("mongoose");
5
5
var questionSchema = new mongoose_1.Schema({
6
6
question: { type: String },
7
7
systemMessage: { type: String },
8
+
keyId: { type: String },
8
9
}, {
9
10
timestamps: false,
10
11
_id: false
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "biz-slide-core",
3
-
"version": "1.2.
24
",
3
+
"version": "1.2.
25
",
4
4
"description": "",
5
5
"main": "dist/index.js",
6
6
"scripts": {