gatsby-core-utils
Advanced tools
Comparing version 4.3.0-next.0 to 4.3.0-next.1
@@ -6,2 +6,8 @@ # Changelog: `gatsby-core-utils` | ||
## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.2.0/packages/gatsby-core-utils) (2022-11-25) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2) | ||
**Note:** Version bump only for package gatsby-core-utils | ||
## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.1.0/packages/gatsby-core-utils) (2022-11-22) | ||
@@ -8,0 +14,0 @@ |
@@ -5,3 +5,3 @@ /// <reference types="node" /> | ||
import type { GatsbyCache } from "gatsby"; | ||
export declare type IFetchRemoteFileOptions = { | ||
export type IFetchRemoteFileOptions = { | ||
url: string; | ||
@@ -8,0 +8,0 @@ auth?: { |
@@ -1,4 +0,4 @@ | ||
export declare type UnlockFn = () => Promise<void>; | ||
export type UnlockFn = () => Promise<void>; | ||
export declare const createServiceLock: (programPath: string, serviceName: string, content: Record<string, any>) => Promise<UnlockFn | null>; | ||
export declare const getService: <T = Record<string, unknown>>(programPath: string, serviceName: string, ignoreLockfile?: boolean) => Promise<T | null>; | ||
export declare const getServices: (programPath: string) => Promise<any>; |
{ | ||
"name": "gatsby-core-utils", | ||
"version": "4.3.0-next.0", | ||
"version": "4.3.0-next.1", | ||
"description": "A collection of gatsby utils used in different gatsby packages", | ||
@@ -72,3 +72,3 @@ "keywords": [ | ||
"import-from": "^4.0.0", | ||
"lmdb": "2.5.3", | ||
"lmdb": "2.7.1", | ||
"lock": "^1.1.0", | ||
@@ -89,5 +89,5 @@ "node-object-hash": "^2.3.10", | ||
"is-uuid": "^1.0.2", | ||
"msw": "^0.38.2", | ||
"msw": "^0.49.1", | ||
"npm-run-all": "^4.1.5", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.9.3" | ||
}, | ||
@@ -97,3 +97,3 @@ "engines": { | ||
}, | ||
"gitHead": "7c27b0d7de77dc0ddcfec15515756f1b90000dae" | ||
"gitHead": "03d6c591084769e0498e985c9600396b5d282053" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162532
7
+ Added@lmdb/lmdb-darwin-arm64@2.7.0(transitive)
+ Added@lmdb/lmdb-darwin-x64@2.7.0(transitive)
+ Added@lmdb/lmdb-linux-arm@2.7.0(transitive)
+ Added@lmdb/lmdb-linux-arm64@2.7.0(transitive)
+ Added@lmdb/lmdb-linux-x64@2.7.0(transitive)
+ Added@lmdb/lmdb-win32-x64@2.7.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-darwin-arm64@2.2.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-darwin-x64@2.2.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-linux-arm@2.2.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-linux-arm64@2.2.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-linux-x64@2.2.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-win32-x64@2.2.0(transitive)
+ Added@types/node@22.8.4(transitive)
+ Addedlmdb@2.7.1(transitive)
+ Addedmsgpackr@1.8.1(transitive)
+ Addedmsgpackr-extract@2.2.0(transitive)
- Removed@lmdb/lmdb-darwin-arm64@2.5.3(transitive)
- Removed@lmdb/lmdb-darwin-x64@2.5.3(transitive)
- Removed@lmdb/lmdb-linux-arm@2.5.3(transitive)
- Removed@lmdb/lmdb-linux-arm64@2.5.3(transitive)
- Removed@lmdb/lmdb-linux-x64@2.5.3(transitive)
- Removed@lmdb/lmdb-win32-x64@2.5.3(transitive)
- Removed@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3(transitive)
- Removed@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3(transitive)
- Removed@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3(transitive)
- Removed@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3(transitive)
- Removed@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3(transitive)
- Removed@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3(transitive)
- Removed@types/node@22.8.2(transitive)
- Removeddetect-libc@2.0.3(transitive)
- Removedlmdb@2.5.3(transitive)
- Removedmsgpackr@1.11.0(transitive)
- Removedmsgpackr-extract@3.0.3(transitive)
- Removednode-gyp-build-optional-packages@5.2.2(transitive)
Updatedlmdb@2.7.1