@peerbit/any-store 2.1.6 → 2.1.7-263159d

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.
@@ -1 +1 @@
1
- {"version":3,"file":"store.browser.d.ts","sourceRoot":"","sources":["../../src/store.browser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,eAAO,MAAM,WAAW,eAAgB,MAAM,4BAE7C,CAAC"}
1
+ {"version":3,"file":"store.browser.d.ts","sourceRoot":"","sources":["../../src/store.browser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,eAAO,MAAM,WAAW,GAAI,YAAY,MAAM,4BAE7C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/store.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAK1C,eAAO,MAAM,WAAW,eAAgB,MAAM,6BAI7C,CAAC"}
1
+ {"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/store.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAK1C,eAAO,MAAM,WAAW,GAAI,YAAY,MAAM,6BAI7C,CAAC"}
package/package.json CHANGED
@@ -1,82 +1,82 @@
1
1
  {
2
- "name": "@peerbit/any-store",
3
- "version": "2.1.6",
4
- "description": "Level with lazy transactions",
5
- "sideEffects": false,
6
- "type": "module",
7
- "types": "./dist/src/index.d.ts",
8
- "typesVersions": {
9
- "*": {
10
- "*": [
11
- "*",
12
- "dist/*",
13
- "dist/src/*",
14
- "dist/src/*/index"
15
- ],
16
- "src/*": [
17
- "*",
18
- "dist/*",
19
- "dist/src/*",
20
- "dist/src/*/index"
21
- ]
22
- }
23
- },
24
- "files": [
25
- "src",
26
- "dist",
27
- "!dist/test",
28
- "!**/*.tsbuildinfo"
29
- ],
30
- "exports": {
31
- ".": {
32
- "types": "./dist/src/index.d.ts",
33
- "import": "./dist/src/index.js"
34
- }
35
- },
36
- "eslintConfig": {
37
- "extends": "peerbit",
38
- "parserOptions": {
39
- "project": true,
40
- "sourceType": "module"
41
- },
42
- "ignorePatterns": [
43
- "!.aegir.js",
44
- "test/ts-use",
45
- "*.d.ts"
46
- ]
47
- },
48
- "publishConfig": {
49
- "access": "public"
50
- },
51
- "browser": {
52
- "./dist/src/store.js": "./dist/src/store.browser.js"
53
- },
54
- "repository": {
55
- "type": "git",
56
- "url": "https://github.com/dao-xyz/peerbit"
57
- },
58
- "homepage": "https://github.com/dao-xyz/peerbit",
59
- "bugs": "https://github.com/dao-xyz/peerbit/issues",
60
- "scripts": {
61
- "clean": "aegir clean",
62
- "build": "aegir build --no-bundle",
63
- "test": "aegir test",
64
- "lint": "aegir lint"
65
- },
66
- "license": "MIT",
67
- "dependencies": {
68
- "@peerbit/crypto": "^2.3.5",
69
- "@peerbit/logger": "1.0.3",
70
- "@peerbit/any-store-opfs": "^1.0.6",
71
- "@peerbit/any-store-interface": "^1.0.0",
72
- "@peerbit/time": "2.0.8",
73
- "level": "^8.0.0",
74
- "uuid": "^10.0.0"
75
- },
76
- "devDependencies": {
77
- "@types/uuid": "^9.0.8"
78
- },
79
- "localMaintainers": [
80
- "dao.xyz"
81
- ]
2
+ "name": "@peerbit/any-store",
3
+ "version": "2.1.7-263159d",
4
+ "description": "Level with lazy transactions",
5
+ "sideEffects": false,
6
+ "type": "module",
7
+ "types": "./dist/src/index.d.ts",
8
+ "typesVersions": {
9
+ "*": {
10
+ "*": [
11
+ "*",
12
+ "dist/*",
13
+ "dist/src/*",
14
+ "dist/src/*/index"
15
+ ],
16
+ "src/*": [
17
+ "*",
18
+ "dist/*",
19
+ "dist/src/*",
20
+ "dist/src/*/index"
21
+ ]
22
+ }
23
+ },
24
+ "files": [
25
+ "src",
26
+ "dist",
27
+ "!dist/test",
28
+ "!**/*.tsbuildinfo"
29
+ ],
30
+ "exports": {
31
+ ".": {
32
+ "types": "./dist/src/index.d.ts",
33
+ "import": "./dist/src/index.js"
34
+ }
35
+ },
36
+ "eslintConfig": {
37
+ "extends": "peerbit",
38
+ "parserOptions": {
39
+ "project": true,
40
+ "sourceType": "module"
41
+ },
42
+ "ignorePatterns": [
43
+ "!.aegir.js",
44
+ "test/ts-use",
45
+ "*.d.ts"
46
+ ]
47
+ },
48
+ "publishConfig": {
49
+ "access": "public"
50
+ },
51
+ "browser": {
52
+ "./dist/src/store.js": "./dist/src/store.browser.js"
53
+ },
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "https://github.com/dao-xyz/peerbit"
57
+ },
58
+ "homepage": "https://github.com/dao-xyz/peerbit",
59
+ "bugs": "https://github.com/dao-xyz/peerbit/issues",
60
+ "scripts": {
61
+ "clean": "aegir clean",
62
+ "build": "aegir build --no-bundle",
63
+ "test": "aegir test",
64
+ "lint": "aegir lint"
65
+ },
66
+ "license": "MIT",
67
+ "dependencies": {
68
+ "@peerbit/crypto": "2.3.6-263159d",
69
+ "@peerbit/logger": "1.0.3-263159d",
70
+ "@peerbit/any-store-opfs": "1.0.7-263159d",
71
+ "@peerbit/any-store-interface": "1.0.0-263159d",
72
+ "@peerbit/time": "2.0.8-263159d",
73
+ "level": "^8.0.0",
74
+ "uuid": "^10.0.0"
75
+ },
76
+ "devDependencies": {
77
+ "@types/uuid": "^9.0.8"
78
+ },
79
+ "localMaintainers": [
80
+ "dao.xyz"
81
+ ]
82
82
  }