@k3000/s1 0.1.0 → 0.1.1
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.
- package/package.json +2 -2
- package/store1/store/1/data +0 -0
- package/store1/store/1/index +0 -0
- package/store1/store/1/data-LAPTOP-S8G0S6EH +0 -0
- package/store1/store/1/index-LAPTOP-S8G0S6EH +0 -0
- package/store1/store2/0/data +0 -0
- package/store1/store2/0/index +0 -0
- package/store1/store2/0/index.mjs +0 -15
- package/store1/store2/1/buffer/464135 +0 -1
- package/store1/store2/1/buffer/464587 +0 -1
- package/store1/store2/1/data +0 -0
- package/store1/store2/1/data-LAPTOP-S8G0S6EH +0 -0
- package/store1/store2/1/index +0 -0
- package/store1/store2/1/index-LAPTOP-S8G0S6EH +0 -0
- package/store1/store2/1/index.mjs +0 -4045
- package/store1/store2/1/type.ts +0 -1492
- package/store1/store2/index.mjs +0 -23
package/package.json
CHANGED
package/store1/store/1/data
CHANGED
Binary file
|
package/store1/store/1/index
CHANGED
Binary file
|
Binary file
|
Binary file
|
package/store1/store2/0/data
DELETED
File without changes
|
package/store1/store2/0/index
DELETED
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
|
-
维护内容
|
package/store1/store2/1/data
DELETED
Binary file
|
Binary file
|
package/store1/store2/1/index
DELETED
Binary file
|
Binary file
|