@stellar-expert/tx-meta-effects-parser 6.0.1 → 6.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellar-expert/tx-meta-effects-parser",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Low-level effects parser for Stellar transaction results and meta XDR",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/.eslintrc.js DELETED
@@ -1,8 +0,0 @@
1
- module.exports = {
2
- //utilize this ESLint config
3
- extends: ['@stellar-expert/eslint-config-js'],
4
- //provide paths to ignore
5
- ignorePatterns: ['distr/', 'node_modules/'],
6
- //define project-specific globals if any
7
- globals: {}
8
- }
package/.npmignore DELETED
@@ -1,6 +0,0 @@
1
- node_modules/
2
- .npm
3
- .idea
4
- test/
5
- pnpm-lock.yaml
6
- !.npmignore
package/babel.config.js DELETED
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- presets: [['@babel/preset-env', {targets: {node: 'current'}}]]
3
- }
package/jest.config.js DELETED
@@ -1,6 +0,0 @@
1
- module.exports = {
2
- clearMocks: true,
3
- transformIgnorePatterns: [],
4
- maxWorkers: 1
5
- //runner: "jest-runner",
6
- }