@towns-protocol/encryption 0.0.416 → 0.0.419
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/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**************************************************************************
|
|
2
2
|
* This file is generated by running 🏕️ scripts/generate_sdk_index.sh 🏕️ *
|
|
3
3
|
**************************************************************************/
|
|
4
|
+
export * from './CryptoStoreInMemory';
|
|
5
|
+
export * from './CryptoStoreIndexedDb';
|
|
4
6
|
export * from './base';
|
|
5
7
|
export * from './cryptoAesGcm';
|
|
6
8
|
export * from './cryptoStore';
|
|
7
|
-
export * from './CryptoStoreIndexedDb';
|
|
8
|
-
export * from './CryptoStoreInMemory';
|
|
9
9
|
export * from './derivedEncryption';
|
|
10
10
|
export * from './encryptionDelegate';
|
|
11
11
|
export * from './encryptionDevice';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;4EAE4E;AAC5E,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;4EAE4E;AAC5E,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**************************************************************************
|
|
2
2
|
* This file is generated by running 🏕️ scripts/generate_sdk_index.sh 🏕️ *
|
|
3
3
|
**************************************************************************/
|
|
4
|
+
export * from './CryptoStoreInMemory';
|
|
5
|
+
export * from './CryptoStoreIndexedDb';
|
|
4
6
|
export * from './base';
|
|
5
7
|
export * from './cryptoAesGcm';
|
|
6
8
|
export * from './cryptoStore';
|
|
7
|
-
export * from './CryptoStoreIndexedDb';
|
|
8
|
-
export * from './CryptoStoreInMemory';
|
|
9
9
|
export * from './derivedEncryption';
|
|
10
10
|
export * from './encryptionDelegate';
|
|
11
11
|
export * from './encryptionDevice';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;4EAE4E;AAC5E,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;4EAE4E;AAC5E,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@towns-protocol/encryption",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.419",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@bufbuild/protobuf": "^2.9.0",
|
|
21
21
|
"@towns-protocol/olm": "3.2.28",
|
|
22
|
-
"@towns-protocol/proto": "^0.0.
|
|
23
|
-
"@towns-protocol/utils": "^0.0.
|
|
24
|
-
"@towns-protocol/web3": "^0.0.
|
|
22
|
+
"@towns-protocol/proto": "^0.0.419",
|
|
23
|
+
"@towns-protocol/utils": "^0.0.419",
|
|
24
|
+
"@towns-protocol/web3": "^0.0.419",
|
|
25
25
|
"debug": "^4.3.4",
|
|
26
26
|
"dexie": "^4.2.1",
|
|
27
27
|
"ethers": "^5.8.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "0a2573226936544febc56acad42844bd72421062"
|
|
52
52
|
}
|