Skip to content

Commit b8d56db

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
# Conflicts: # package.json
2 parents cd62a30 + b39331b commit b8d56db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cuculus/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": [

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)