Skip to content

Commit

Permalink
Merge pull request #38 from jcam1/develop
Browse files Browse the repository at this point in the history
Release 2024-08-26 19:55:23 +0900
  • Loading branch information
SeiyaKobayashi authored Aug 26, 2024
2 parents 9f6f167 + ee4401c commit 478ca90
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"repository": "https://github.com/jcam1/sdks.git",
"license": "MIT",
"version": "1.2.0",
"version": "1.3.0",
"engines": {
"node": "^20.12.0",
"yarn": "^1.22.22"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JPYC Core SDK

![build](https://github.com/jcam1/sdks/actions/workflows/check.yml/badge.svg)
[![Node version](https://img.shields.io/node/v/@jpyc/sdk-core.svg?style=flat)](https://nodejs.org/download/)
[![npm version](https://badge.fury.io/js/@jpyc%2Fsdk-core.svg)](https://badge.fury.io/js/@jpyc%2Fsdk-core)

JPYC core SDK implements a set of constants, types and functions, commonly used across different SDK versions.

Expand Down
5 changes: 0 additions & 5 deletions packages/core/index.ts

This file was deleted.

4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"description": "Core SDK for JPYC protocol",
"repository": "https://github.com/jcam1/sdks.git",
"license": "MIT",
"version": "1.0.0",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "^20.12.0",
"yarn": "^1.22.22"
},
"main": "dist/src",
"types": "dist/types/src",
"scripts": {
"docs": "typedoc",
"compile": "tsc",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import * as dotenv from 'dotenv';

dotenv.config();

export * from './addresses';
export * from './chains';
export * from './types';

0 comments on commit 478ca90

Please sign in to comment.