Skip to content

Commit b39331b

Browse files
committed
0.1.0 - Updated
1 parent 8ef0af6 commit b39331b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cuculus-dev/cuculus-api",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [
@@ -23,4 +23,4 @@
2323
"node": "18.17.1",
2424
"npm": "9.8.1"
2525
}
26-
}
26+
}

src/apis/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
/* eslint-disable */
33
export * from './AuthApi';
44
export * from './PostsApi';
5-
export * from './SampleApi';
65
export * from './TimelinesApi';
76
export * from './UsersApi';

0 commit comments

Comments
 (0)