@tria-sdk/constants 5.0.0 → 5.2.1

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.
@@ -1,19 +1,19 @@
1
1
 
2
- > @tria-sdk/constants@5.0.0 build /home/runner/work/tria-monorepo/tria-monorepo/packages/constants
2
+ > @tria-sdk/constants@5.2.1 build /home/runner/work/tria-monorepo/tria-monorepo/packages/constants
3
3
  > rimraf dist && npm run build:cjs && npm run build:esm && npm run build:types
4
4
 
5
5
  npm warn ignoring workspace config at /home/runner/work/tria-monorepo/tria-monorepo/packages/constants/.npmrc
6
6
 
7
- > @tria-sdk/constants@5.0.0 build:cjs
7
+ > @tria-sdk/constants@5.2.1 build:cjs
8
8
  > tsc -p tsconfig.cjs.json
9
9
 
10
10
  npm warn ignoring workspace config at /home/runner/work/tria-monorepo/tria-monorepo/packages/constants/.npmrc
11
11
 
12
- > @tria-sdk/constants@5.0.0 build:esm
12
+ > @tria-sdk/constants@5.2.1 build:esm
13
13
  > tsc -p tsconfig.json
14
14
 
15
15
  npm warn ignoring workspace config at /home/runner/work/tria-monorepo/tria-monorepo/packages/constants/.npmrc
16
16
 
17
- > @tria-sdk/constants@5.0.0 build:types
17
+ > @tria-sdk/constants@5.2.1 build:types
18
18
  > tsc -p tsconfig.json --emitDeclarationOnly --declarationDir dist/types
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tria-sdk/constants",
3
- "version": "5.0.0",
3
+ "version": "5.2.1",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",