koishi-plugin-echo-cave 1.10.2 → 1.10.3

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/lib/index.cjs +1 -2
  2. package/package.json +1 -1
package/lib/index.cjs CHANGED
@@ -354,8 +354,7 @@ function apply(ctx, cfg) {
354
354
  },
355
355
  {
356
356
  primary: "id",
357
- autoInc: true,
358
- unique: ["content"]
357
+ autoInc: true
359
358
  }
360
359
  );
361
360
  ctx.command("cave [id:number]").action(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-echo-cave",
3
3
  "description": "Group echo cave",
4
- "version": "1.10.2",
4
+ "version": "1.10.3",
5
5
  "main": "lib/index.cjs",
6
6
  "typings": "lib/index.d.ts",
7
7
  "type": "module",