@k3000/store 1.4.1 → 1.4.2

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.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,6 +145,12 @@ updateCol('user', {
145
145
  loginTime: Time().value(Time.update).remark('登录时间')
146
146
  })
147
147
 
148
+ // 更名索引
149
+ updateIndex('test', {
150
+ uid: true,
151
+ pwd: false,
152
+ })
153
+
148
154
  // 更名操作
149
155
  renameSet('test', 'test2')
150
156
  renameCol('user', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k3000/store",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "storage",
5
5
  "main": "generator.mjs",
6
6
  "scripts": {