bitbadgesjs-sdk 0.3.111 → 0.3.113

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,12 +1,11 @@
1
1
  {
2
2
  "name": "bitbadgesjs-sdk",
3
3
  "description": "SDK for BitBadges development",
4
- "version": "0.3.111",
4
+ "version": "0.3.113",
5
5
  "license": "MIT",
6
6
  "eslintIgnore": [
7
7
  "src/proto/**/*.ts"
8
8
  ],
9
- "type": "module",
10
9
  "main": "dist/cjs/index.js",
11
10
  "module": "dist/esm/index.js",
12
11
  "exports": {
@@ -21,7 +20,7 @@
21
20
  "sideEffects": false,
22
21
  "scripts": {
23
22
  "alias": "tsc-alias -p tsconfig.build.json && tsc-alias -p tsconfig-esm.build.json",
24
- "build": "rm -rf dist && tsc --build tsconfig.build.json && tsc --build tsconfig-esm.build.json && npm run alias && npm run fixup",
23
+ "build": "rm -rf dist && tsc --build tsconfig.build.json && tsc --build tsconfig-esm.build.json && npm run alias",
25
24
  "clean": "tsc --build tsconfig.build.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache",
26
25
  "fixup": "source ./scripts/fixup.sh",
27
26
  "test": "jest ./src/**/*.spec.ts",
@@ -1,3 +0,0 @@
1
- {
2
- "type": "commonjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }