@vostokplatform/waves-api
Advanced tools
Comparing version 1.3.5 to 1.3.6-RC1
{ | ||
"name": "@vostokplatform/waves-api", | ||
"version": "1.3.5", | ||
"version": "1.3.6-RC1", | ||
"description": "Vostok client-side API library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -651,3 +651,3 @@ "use strict"; | ||
}); | ||
var result = __assign({}, d, { feeAssetId: remap_1.normalizeAssetId(d.feeAssetId), params: data, transactionType: null, type: constants.DOCKER_CREATE_TX_V2, version: constants.DOCKER_CREATE_TX_VERSION_V2 }); | ||
var result = __assign({}, d, { feeAssetId: null, params: data, transactionType: null, type: constants.DOCKER_CREATE_TX_V2, version: constants.DOCKER_CREATE_TX_VERSION_V2 }); | ||
return result; | ||
@@ -654,0 +654,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
# Waves API GOST implementation (russian state standart) [![npm version](https://badge.fury.io/js/%40waves%2Fwaves-api.svg)](https://www.npmjs.com/package/@waves/waves-api) [![downloads/month](https://img.shields.io/npm/dm/%40waves%2Fwaves-api.svg)](https://www.npmjs.com/package/@waves/waves-api) | ||
# Waves API GOST implementation (russian state standart) [![npm version](https://badge.fury.io/js/%40waves%2Fwaves-api.svg)](https://www.npmjs.com/package/@vostokplatform/waves-api) [![downloads/month](https://img.shields.io/npm/dm/%40waves%2Fwaves-api.svg)](https://www.npmjs.com/package/@vostokplatform/waves-api) | ||
@@ -10,3 +10,3 @@ Waves Platform core features and Waves API library for both Node.js and browser. | ||
``` | ||
npm install @waves/waves-api --save | ||
npm install @vostokplatform/waves-api --save | ||
``` | ||
@@ -17,3 +17,3 @@ | ||
``` | ||
const WavesAPI = require('@waves/waves-api'); | ||
const WavesAPI = require('@vostokplatform/waves-api'); | ||
``` | ||
@@ -24,6 +24,6 @@ | ||
``` | ||
<script src="./node_modules/@waves/waves-api/dist/waves-api.min.js"></script> | ||
<script src="./node_modules/@vostokplatform/waves-api/dist/waves-api.min.js"></script> | ||
``` | ||
You can use `@waves/waves-api` even within Web Workers. | ||
You can use `@vostokplatform/waves-api` even within Web Workers. | ||
@@ -581,3 +581,3 @@ ## Usage | ||
``` | ||
cd ./node_modules/@waves/waves-api/ | ||
cd ./node_modules/@vostokplatform/waves-api/ | ||
npm install | ||
@@ -590,3 +590,3 @@ npm run test # to run tests in Node.js | ||
Test configuration may be changed in the _./node_modules/@waves/waves-api/karma.conf.js_ file. | ||
Test configuration may be changed in the _./node_modules/@vostokplatform/waves-api/karma.conf.js_ file. | ||
@@ -593,0 +593,0 @@ Tests: 'npm run test-api' and 'test-api-long-tests' may be broken, because data and seeds on testnet removed. |
@@ -752,3 +752,3 @@ import { TTransactionRequest } from '../../utils/request' | ||
...d, | ||
feeAssetId: normalizeAssetId(d.feeAssetId), | ||
feeAssetId: null, | ||
params: data, | ||
@@ -755,0 +755,0 @@ transactionType: null, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3895747
3