@xylabs/api
Advanced tools
Comparing version 4.4.36 to 4.5.0
@@ -1,3 +0,3 @@ | ||
import type { EnumValue } from '@xylabs/object'; | ||
import { Enum } from '@xylabs/object'; | ||
import type { EnumValue } from '@xylabs/enum'; | ||
import { Enum } from '@xylabs/enum'; | ||
export declare const ApiStage: Enum<{ | ||
@@ -4,0 +4,0 @@ Beta: "beta"; |
{ | ||
"name": "@xylabs/api", | ||
"version": "4.4.36", | ||
"version": "4.5.0", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@xylabs/object": "^4.4.36", | ||
"@xylabs/enum": "^4.5.0", | ||
"axios": "^1.7.9" | ||
@@ -48,4 +48,4 @@ }, | ||
"@xylabs/tsconfig": "^4.2.6", | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.8" | ||
"typescript": "^5.7.3", | ||
"vitest": "^3.0.3" | ||
}, | ||
@@ -52,0 +52,0 @@ "engines": { |
@@ -1,3 +0,3 @@ | ||
import type { EnumValue } from '@xylabs/object' | ||
import { Enum } from '@xylabs/object' | ||
import type { EnumValue } from '@xylabs/enum' | ||
import { Enum } from '@xylabs/enum' | ||
@@ -4,0 +4,0 @@ export const ApiStage = Enum({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
21529
+ Added@xylabs/enum@^4.5.0
- Removed@xylabs/object@^4.4.36
- Removed@xylabs/assert@4.5.1(transitive)
- Removed@xylabs/error@4.5.1(transitive)
- Removed@xylabs/logger@4.5.1(transitive)
- Removed@xylabs/object@4.5.1(transitive)
- Removed@xylabs/promise@4.5.1(transitive)
- Removed@xylabs/typeof@4.5.1(transitive)