@stackbit/utils
Advanced tools
Comparing version 0.4.26-staging.1 to 0.4.26
@@ -143,2 +143,5 @@ import * as StackbitTypes from '@stackbit/types'; | ||
getRepoDir: jest.fn(() => ''), | ||
setRepoUrl: jest.fn(), | ||
setRepoBranch: jest.fn(), | ||
setRepoPublishBranch: jest.fn(), | ||
commitAndPush: typedMock<StackbitTypes.GitServiceInterface['commitAndPush']>(async () => undefined), | ||
@@ -145,0 +148,0 @@ publish: typedMock<StackbitTypes.GitServiceInterface['publish']>(async () => undefined), |
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.4.26](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.4.26-staging.1...@stackbit/utils@0.4.26) (2024-09-08) | ||
### Bug Fixes | ||
* [WRFL-1592] fixes several issues in git-cms ([494e292](https://github.com/stackbithq/utils/commit/494e292b73aacf62faa9924b038af61761f69ca7)) | ||
## [0.4.25](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.4.25-staging.2...@stackbit/utils@0.4.25) (2024-08-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@stackbit/utils", | ||
"version": "0.4.26-staging.1", | ||
"version": "0.4.26", | ||
"description": "Stackbit utilities", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"@iarna/toml": "^2.2.5", | ||
"@stackbit/types": "2.0.6-staging.1", | ||
"@stackbit/types": "2.0.6", | ||
"fs-extra": "^9.1.0", | ||
@@ -41,3 +41,3 @@ "js-yaml": "^4.0.0", | ||
}, | ||
"gitHead": "145489617204ee0c35f6b1d6e0f1e412dcaa921b" | ||
"gitHead": "d4fde9d7e7fe29007bf584b3ca847f9542ccc0cd" | ||
} |
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
498328
9280
+ Added@stackbit/types@2.0.6(transitive)
- Removed@stackbit/types@2.0.6-staging.1(transitive)
Updated@stackbit/types@2.0.6