We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef0af6 commit b39331bCopy full SHA for b39331b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cuculus-dev/cuculus-api",
3
- "version": "0.0.3",
+ "version": "0.1.0",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"files": [
@@ -23,4 +23,4 @@
23
"node": "18.17.1",
24
"npm": "9.8.1"
25
}
26
-}
+}
src/apis/index.ts
@@ -2,6 +2,5 @@
/* eslint-disable */
export * from './AuthApi';
export * from './PostsApi';
-export * from './SampleApi';
export * from './TimelinesApi';
7
export * from './UsersApi';
0 commit comments