@oceanprotocol/lib 1.0.0-next.1 → 1.0.0-next.5
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/CHANGELOG.md +27 -0
- package/dist/lib.js +1 -1
- package/dist/lib.js.map +1 -1
- package/dist/lib.modern.js +1 -1
- package/dist/lib.modern.js.map +1 -1
- package/dist/lib.module.js +1 -1
- package/dist/lib.module.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/src/{src/@types → @types}/Asset.d.ts +0 -0
- package/dist/src/{src/@types → @types}/Compute.d.ts +0 -0
- package/dist/src/{src/@types → @types}/DDO/Credentials.d.ts +0 -0
- package/dist/src/{src/@types → @types}/DDO/DDO.d.ts +0 -0
- package/dist/src/{src/@types → @types}/DDO/Event.d.ts +0 -0
- package/dist/src/{src/@types → @types}/DDO/Metadata.d.ts +0 -0
- package/dist/src/{src/@types → @types}/DDO/Service.d.ts +0 -0
- package/dist/src/{src/@types → @types}/FileMetadata.d.ts +0 -0
- package/dist/src/{src/@types → @types}/Provider.d.ts +0 -0
- package/dist/src/{src/@types → @types}/index.d.ts +0 -0
- package/dist/src/{src/aquarius → aquarius}/Aquarius.d.ts +0 -0
- package/dist/src/{src/aquarius → aquarius}/index.d.ts +0 -0
- package/dist/src/{src/factories → factories}/NFTFactory.d.ts +0 -0
- package/dist/src/{src/factories → factories}/index.d.ts +0 -0
- package/dist/src/{src/index.d.ts → index.d.ts} +0 -0
- package/dist/src/{src/interfaces → interfaces}/DispenserInterface.d.ts +0 -0
- package/dist/src/{src/interfaces → interfaces}/Erc20Interface.d.ts +0 -0
- package/dist/src/{src/interfaces → interfaces}/FixedRateInterface.d.ts +0 -0
- package/dist/src/{src/interfaces → interfaces}/PoolInterface.d.ts +0 -0
- package/dist/src/{src/interfaces → interfaces}/RouterInterface.d.ts +0 -0
- package/dist/src/{src/interfaces → interfaces}/index.d.ts +0 -0
- package/dist/src/{src/models → models}/Config.d.ts +0 -0
- package/dist/src/{src/models → models}/index.d.ts +0 -0
- package/dist/src/{src/pools → pools}/Router.d.ts +0 -0
- package/dist/src/{src/pools → pools}/balancer/Pool.d.ts +0 -0
- package/dist/src/{src/pools → pools}/balancer/index.d.ts +0 -0
- package/dist/src/{src/pools → pools}/dispenser/Dispenser.d.ts +0 -0
- package/dist/src/{src/pools → pools}/dispenser/index.d.ts +0 -0
- package/dist/src/{src/pools → pools}/fixedRate/FixedRateExchange.d.ts +0 -0
- package/dist/src/{src/pools → pools}/fixedRate/index.d.ts +0 -0
- package/dist/src/{src/pools → pools}/index.d.ts +0 -0
- package/dist/src/{src/pools → pools}/ssContracts/SideStaking.d.ts +0 -0
- package/dist/src/{src/pools → pools}/ssContracts/index.d.ts +0 -0
- package/dist/src/{src/provider → provider}/Provider.d.ts +0 -0
- package/dist/src/{src/provider → provider}/index.d.ts +0 -0
- package/dist/src/{src/tokens → tokens}/Datatoken.d.ts +0 -0
- package/dist/src/{src/tokens → tokens}/NFT.d.ts +0 -0
- package/dist/src/{src/tokens → tokens}/index.d.ts +0 -0
- package/dist/src/{src/utils → utils}/ConfigHelper.d.ts +0 -0
- package/dist/src/{src/utils → utils}/Constants.d.ts +0 -0
- package/dist/src/{src/utils → utils}/ContractParams.d.ts +0 -0
- package/dist/src/{src/utils → utils}/ConversionTypeHelper.d.ts +0 -0
- package/dist/src/{src/utils → utils}/DatatokenName.d.ts +0 -0
- package/dist/src/{src/utils → utils}/DdoHelpers.d.ts +0 -0
- package/dist/src/{src/utils → utils}/FetchHelper.d.ts +0 -0
- package/dist/src/{src/utils → utils}/GasUtils.d.ts +0 -0
- package/dist/src/{src/utils → utils}/Logger.d.ts +0 -0
- package/dist/src/{src/utils → utils}/SignatureUtils.d.ts +0 -0
- package/dist/src/{src/utils → utils}/index.d.ts +0 -0
- package/dist/{src/test → test}/TestContractHandler.d.ts +0 -0
- package/dist/{src/test → test}/integration/ComputeFlow.test.d.ts +0 -0
- package/dist/{src/test → test}/integration/Provider.test.d.ts +0 -0
- package/dist/{src/test → test}/integration/PublishFlows.test.d.ts +0 -0
- package/dist/{src/test → test}/integration/SimplePublishConsumeFlow.test.d.ts +0 -0
- package/dist/{src/test → test}/integration/config.d.ts +0 -0
- package/dist/{src/test → test}/unit/NftFactory.test.d.ts +0 -0
- package/dist/{src/test → test}/unit/config.d.ts +0 -0
- package/dist/{src/test → test}/unit/pools/Router.test.d.ts +0 -0
- package/dist/{src/test → test}/unit/pools/balancer/Pool.test.d.ts +0 -0
- package/dist/{src/test → test}/unit/pools/dispenser/Dispenser.test.d.ts +0 -0
- package/dist/{src/test → test}/unit/pools/fixedRate/FixedRateExchange.test.d.ts +0 -0
- package/dist/{src/test → test}/unit/pools/ssContracts/SideStaking.test.d.ts +0 -0
- package/dist/{src/test → test}/unit/tokens/Datatoken.test.d.ts +0 -0
- package/dist/{src/test → test}/unit/tokens/Nft.test.d.ts +0 -0
- package/package.json +2 -2
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanprotocol/lib",
|
|
3
3
|
"source": "./src/index.ts",
|
|
4
|
-
"version": "1.0.0-next.
|
|
4
|
+
"version": "1.0.0-next.5",
|
|
5
5
|
"description": "JavaScript client library for Ocean Protocol",
|
|
6
6
|
"main": "./dist/lib.js",
|
|
7
7
|
"umd:main": "dist/lib.umd.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"require": "./dist/lib.js",
|
|
11
11
|
"default": "./dist/lib.modern.js"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
13
|
+
"types": "./dist/src/index.d.ts",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"start": "npm run clean && npm run build:metadata && tsc -w",
|
|
16
16
|
"build": "npm run clean && npm run build:metadata && microbundle build --format modern,esm,cjs,umd --compress --tsconfig tsconfig.json",
|