@functionland/react-native-fula 1.54.34 → 1.55.0
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/android/build.gradle +2 -2
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/interfaces/augment-api-consts.js +4 -0
- package/lib/commonjs/interfaces/augment-api-consts.js.map +1 -0
- package/lib/commonjs/interfaces/augment-api-events.js +4 -0
- package/lib/commonjs/interfaces/augment-api-events.js.map +1 -0
- package/lib/commonjs/interfaces/augment-api-query.js +4 -0
- package/lib/commonjs/interfaces/augment-api-query.js.map +1 -0
- package/lib/commonjs/interfaces/augment-api-tx.js +4 -0
- package/lib/commonjs/interfaces/augment-api-tx.js.map +1 -0
- package/lib/commonjs/interfaces/definitions.js +3 -0
- package/lib/commonjs/interfaces/definitions.js.map +1 -0
- package/lib/commonjs/interfaces/defintions.js +6 -0
- package/lib/commonjs/interfaces/defintions.js.map +1 -0
- package/lib/commonjs/interfaces/index.js +0 -2
- package/lib/commonjs/interfaces/index.js.map +1 -1
- package/lib/commonjs/interfaces/lookup.js +396 -273
- package/lib/commonjs/interfaces/lookup.js.map +1 -1
- package/lib/commonjs/protocols/blockchain.js +1 -1
- package/lib/commonjs/protocols/blockchain.js.map +1 -1
- package/lib/commonjs/protocols/chain-api.js +1 -1
- package/lib/commonjs/protocols/chain-api.js.map +1 -1
- package/lib/commonjs/protocols/fula.js +1 -1
- package/lib/commonjs/protocols/fula.js.map +1 -1
- package/lib/commonjs/protocols/fxblox.js +1 -1
- package/lib/commonjs/protocols/fxblox.js.map +1 -1
- package/lib/module/interfaces/augment-api-consts.js +9 -0
- package/lib/module/interfaces/augment-api-consts.js.map +1 -0
- package/lib/module/interfaces/augment-api-errors.js.map +1 -1
- package/lib/module/interfaces/augment-api-events.js +9 -0
- package/lib/module/interfaces/augment-api-events.js.map +1 -0
- package/lib/module/interfaces/augment-api-query.js +9 -0
- package/lib/module/interfaces/augment-api-query.js.map +1 -0
- package/lib/module/interfaces/augment-api-tx.js +9 -0
- package/lib/module/interfaces/augment-api-tx.js.map +1 -0
- package/lib/module/interfaces/augment-types.js.map +1 -1
- package/lib/module/interfaces/definitions.js +2 -0
- package/lib/module/interfaces/definitions.js.map +1 -0
- package/lib/module/interfaces/defintions.js +2 -0
- package/lib/module/interfaces/defintions.js.map +1 -0
- package/lib/module/interfaces/index.js +0 -2
- package/lib/module/interfaces/index.js.map +1 -1
- package/lib/module/interfaces/lookup.js +397 -273
- package/lib/module/interfaces/lookup.js.map +1 -1
- package/lib/module/interfaces/registry.js.map +1 -1
- package/lib/module/interfaces/types-lookup.js.map +1 -1
- package/package.json +17 -21
- package/src/interfaces/augment-api-consts.ts +273 -0
- package/src/interfaces/augment-api-errors.ts +25 -0
- package/src/interfaces/augment-api-events.ts +448 -0
- package/src/interfaces/augment-api-query.ts +466 -0
- package/src/interfaces/augment-api-rpc.ts +3 -3
- package/src/interfaces/augment-api-tx.ts +709 -0
- package/src/interfaces/augment-types.ts +101 -9
- package/src/interfaces/definitions.ts +1 -0
- package/src/interfaces/defintions.ts +1 -0
- package/src/interfaces/index.ts +0 -1
- package/src/interfaces/lookup.ts +394 -272
- package/src/interfaces/registry.ts +12 -1
- package/src/interfaces/types-lookup.ts +405 -283
- package/lib/typescript/index.d.ts +0 -5
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-api-errors.d.ts +0 -442
- package/lib/typescript/interfaces/augment-api-errors.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-api-rpc.d.ts +0 -680
- package/lib/typescript/interfaces/augment-api-rpc.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-api-runtime.d.ts +0 -248
- package/lib/typescript/interfaces/augment-api-runtime.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-api.d.ts +0 -8
- package/lib/typescript/interfaces/augment-api.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-types.d.ts +0 -1224
- package/lib/typescript/interfaces/augment-types.d.ts.map +0 -1
- package/lib/typescript/interfaces/fulaNativeModule.d.ts +0 -86
- package/lib/typescript/interfaces/fulaNativeModule.d.ts.map +0 -1
- package/lib/typescript/interfaces/index.d.ts +0 -1
- package/lib/typescript/interfaces/index.d.ts.map +0 -1
- package/lib/typescript/interfaces/lookup.d.ts +0 -1886
- package/lib/typescript/interfaces/lookup.d.ts.map +0 -1
- package/lib/typescript/interfaces/registry.d.ts +0 -146
- package/lib/typescript/interfaces/registry.d.ts.map +0 -1
- package/lib/typescript/interfaces/types-lookup.d.ts +0 -1910
- package/lib/typescript/interfaces/types-lookup.d.ts.map +0 -1
- package/lib/typescript/interfaces/types.d.ts +0 -1
- package/lib/typescript/interfaces/types.d.ts.map +0 -1
- package/lib/typescript/protocols/blockchain.d.ts +0 -24
- package/lib/typescript/protocols/blockchain.d.ts.map +0 -1
- package/lib/typescript/protocols/chain-api.d.ts +0 -18
- package/lib/typescript/protocols/chain-api.d.ts.map +0 -1
- package/lib/typescript/protocols/fula.d.ts +0 -163
- package/lib/typescript/protocols/fula.d.ts.map +0 -1
- package/lib/typescript/protocols/fxblox.d.ts +0 -22
- package/lib/typescript/protocols/fxblox.d.ts.map +0 -1
- package/lib/typescript/types/blockchain.d.ts +0 -106
- package/lib/typescript/types/blockchain.d.ts.map +0 -1
- package/lib/typescript/types/fxblox.d.ts +0 -105
- package/lib/typescript/types/fxblox.d.ts.map +0 -1
package/android/build.gradle
CHANGED
|
@@ -99,8 +99,8 @@ dependencies {
|
|
|
99
99
|
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
|
|
100
100
|
//noinspection GradleDynamicVersion
|
|
101
101
|
implementation "com.facebook.react:react-android:+"
|
|
102
|
-
implementation 'com.github.functionland:fula-build-aar:v1.
|
|
103
|
-
implementation 'com.github.functionland:wnfs-android:v1.8.
|
|
102
|
+
implementation 'com.github.functionland:fula-build-aar:v1.55.0' // From jitpack.io
|
|
103
|
+
implementation 'com.github.functionland:wnfs-android:v1.8.2' // From jitpack.io
|
|
104
104
|
implementation 'commons-io:commons-io:20030203.000550'
|
|
105
105
|
implementation 'commons-codec:commons-codec:1.15'
|
|
106
106
|
// implementation files('mobile.aar')
|
package/lib/commonjs/index.js
CHANGED
|
@@ -13,5 +13,5 @@ exports.chainApi = _chainApi;
|
|
|
13
13
|
var _fxblox = _interopRequireWildcard(require("./protocols/fxblox"));
|
|
14
14
|
exports.fxblox = _fxblox;
|
|
15
15
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
16
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
16
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
17
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["require"],"sourceRoot":"../../../src","sources":["interfaces/augment-api-consts.ts"],"mappings":";;AAKAA,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["require"],"sourceRoot":"../../../src","sources":["interfaces/augment-api-events.ts"],"mappings":";;AAKAA,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["require"],"sourceRoot":"../../../src","sources":["interfaces/augment-api-query.ts"],"mappings":";;AAKAA,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["require"],"sourceRoot":"../../../src","sources":["interfaces/augment-api-tx.ts"],"mappings":";;AAKAA,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/definitions.ts"],"mappings":"AAAA;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/defintions.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/index.ts"],"mappings":"AAAA;AACA
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/index.ts"],"mappings":"AAAA;AACA;AAAA","ignoreList":[]}
|