@k3000/s1 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k3000/s1",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "admin": "node admin/index.mjs",
@@ -19,4 +19,4 @@
19
19
  "ssh2": "^1.15.0",
20
20
  "svg-captcha": "^1.4.0"
21
21
  }
22
- }
22
+ }
Binary file
Binary file
Binary file
File without changes
Binary file
@@ -1,15 +0,0 @@
1
-
2
- import {Storage, Store} from '@k3000/store/architect.mjs'
3
- import {struct} from '@k3000/store'
4
-
5
- const storage = new Storage(import.meta.url)
6
-
7
- export const remark = Symbol('remark')
8
-
9
- export const close = () => storage.close()
10
-
11
- export const getStruct = () => struct(storage, remark)
12
-
13
- export default new class extends Store {
14
-
15
- }
@@ -1 +0,0 @@
1
- 新版本内容
@@ -1 +0,0 @@
1
- 维护内容
Binary file
Binary file