@sanity/export
Advanced tools
Comparing version 3.37.3-cds-unstable.27 to 3.37.3
{ | ||
"name": "@sanity/export", | ||
"version": "3.37.3-cds-unstable.27+a9843a2384", | ||
"version": "3.37.3", | ||
"description": "Export Sanity documents and assets", | ||
@@ -16,8 +16,7 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/sanity-io/sanity/issues" | ||
"url": "https://github.com/sanity-io/export/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sanity-io/sanity.git", | ||
"directory": "packages/@sanity/export" | ||
"url": "git+https://github.com/sanity-io/export.git" | ||
}, | ||
@@ -35,6 +34,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@sanity/util": "3.37.3-cds-unstable.27+a9843a2384", | ||
"@sanity/util": "3.37.2", | ||
"archiver": "^7.0.0", | ||
"debug": "^4.3.4", | ||
"get-it": "^8.4.18", | ||
"get-it": "^8.4.21", | ||
"lodash": "^4.17.21", | ||
@@ -48,2 +47,9 @@ "mississippi": "^4.0.0", | ||
"@jest/globals": "^29.7.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-config-sanity": "^7.1.2", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-packagejson": "^2.5.0", | ||
"string-to-stream": "^1.1.0" | ||
@@ -56,4 +62,3 @@ }, | ||
"access": "public" | ||
}, | ||
"gitHead": "a9843a2384fafc656ab5a15d3ce63b2f223c52b0" | ||
} | ||
} |
@@ -241,4 +241,2 @@ const crypto = require('crypto') | ||
`Asset should be ${contentLength} bytes, got ${size}`, | ||
`Did not succeed after ${attemptNum} attempts.`, | ||
] | ||
@@ -245,0 +243,0 @@ |
@@ -66,2 +66,3 @@ const fs = require('fs') | ||
// eslint-disable-next-line no-async-promise-executor | ||
return new Promise(async (resolve, reject) => { | ||
@@ -68,0 +69,0 @@ miss.finished(archive, async (archiveErr) => { |
const {getIt} = require('get-it') | ||
// eslint-disable-next-line import/extensions | ||
const {keepAlive, promise} = require('get-it/middleware') | ||
@@ -4,0 +3,0 @@ const debug = require('./debug') |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
2
0
26953
9
17
679
+ Added@sanity/client@6.22.2(transitive)
+ Added@sanity/eventsource@5.0.2(transitive)
+ Added@sanity/types@3.37.2(transitive)
+ Added@sanity/util@3.37.2(transitive)
+ Added@types/event-source-polyfill@1.0.5(transitive)
+ Added@types/eventsource@1.1.15(transitive)
+ Added@types/prop-types@15.7.13(transitive)
+ Added@types/react@18.3.12(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addeddom-walk@0.1.2(transitive)
+ Addedevent-source-polyfill@1.0.31(transitive)
+ Addedeventsource@2.0.2(transitive)
+ Addedget-random-values@1.2.2(transitive)
+ Addedget-random-values-esm@1.0.2(transitive)
+ Addedglobal@4.4.0(transitive)
+ Addedmin-document@2.19.0(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.0(transitive)
Updated@sanity/util@3.37.2
Updatedget-it@^8.4.21