@circle.so/posts
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,3 +0,3 @@ | ||
import { BaseService } from '@circle/core'; | ||
import { type PostsCreateProps, type PostsCreateResponse, type PostsIndexProps, type PostsIndexResponse, type PostsShowProps, type PostsUpdateProps, type PostProps } from '@circle/types'; | ||
import { BaseService } from '@circle.so/core'; | ||
import { type PostsCreateProps, type PostsCreateResponse, type PostsIndexProps, type PostsIndexResponse, type PostsShowProps, type PostsUpdateProps, type PostProps } from '@circle.so/types'; | ||
export declare class Posts extends BaseService { | ||
@@ -4,0 +4,0 @@ endpoint: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Posts = void 0; | ||
const core_1 = require("@circle/core"); | ||
const core_1 = require("@circle.so/core"); | ||
class Posts extends core_1.BaseService { | ||
@@ -6,0 +6,0 @@ endpoint = 'posts'; |
@@ -17,8 +17,8 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"dependencies": { | ||
"@circle.so/core": "*", | ||
"@circle.so/types": "^0.0.1", | ||
"@circle.so/spaces": "^0.0.1" | ||
"@circle.so/types": "*", | ||
"@circle.so/spaces": "*" | ||
} | ||
} |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
41041
4
+ Added@circle.so/spaces@0.0.4(transitive)
Updated@circle.so/spaces@*
Updated@circle.so/types@*