@oceanprotocol/lib 1.0.0-next.1 → 1.0.0-next.2
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 +6 -0
- 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
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.1...v1.0.0-next.2)
|
|
8
|
+
|
|
9
|
+
- fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean.js/commit/ae6ee6f9c71218e0bf6c7a22283dbe9d725e61f0)
|
|
10
|
+
|
|
7
11
|
#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.0...v1.0.0-next.1)
|
|
8
12
|
|
|
13
|
+
> 11 January 2022
|
|
14
|
+
|
|
9
15
|
- move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean.js/commit/bdfa60a91b7c304ee775c5c88cc5e22b569acc74)
|
|
10
16
|
- fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean.js/commit/24425fcf8ba8f0b2f950cc5857c71e1b1d57f683)
|
|
11
17
|
- make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean.js/commit/8776c1bb91d7136cf945179a00cf40847b9c413f)
|
|
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.2",
|
|
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",
|