@sanity/client 6.4.7-canary.0 → 6.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -8,7 +8,7 @@ var getIt = require('get-it');
8
8
  var rxjs = require('rxjs');
9
9
  var operators = require('rxjs/operators');
10
10
  var name = "@sanity/client";
11
- var version = "6.4.7-canary.0";
11
+ var version = "6.4.7";
12
12
  const middleware = [middleware$1.debug({
13
13
  verbose: true,
14
14
  namespace: "sanity:client"
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ export { adapter as unstable__adapter, environment as unstable__environment } fr
4
4
  import { Observable, lastValueFrom } from 'rxjs';
5
5
  import { map, filter } from 'rxjs/operators';
6
6
  var name = "@sanity/client";
7
- var version = "6.4.7-canary.0";
7
+ var version = "6.4.7";
8
8
  const middleware = [debug({
9
9
  verbose: true,
10
10
  namespace: "sanity:client"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/client",
3
- "version": "6.4.7-canary.0",
3
+ "version": "6.4.7",
4
4
  "description": "Client for retrieving, creating and patching data from Sanity.io",
5
5
  "keywords": [
6
6
  "sanity",
@@ -93,36 +93,36 @@
93
93
  },
94
94
  "dependencies": {
95
95
  "@sanity/eventsource": "^5.0.0",
96
- "get-it": "8.4.2-canary.0",
96
+ "get-it": "^8.4.3",
97
97
  "rxjs": "^7.0.0"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@edge-runtime/types": "^2.1.5",
101
101
  "@edge-runtime/vm": "^3.0.4",
102
102
  "@rollup/plugin-commonjs": "^25.0.4",
103
- "@rollup/plugin-node-resolve": "^15.1.0",
104
- "@sanity/pkg-utils": "^2.4.5",
103
+ "@rollup/plugin-node-resolve": "^15.2.0",
104
+ "@sanity/pkg-utils": "^2.4.6",
105
105
  "@sanity/semantic-release-preset": "^4.1.3",
106
106
  "@types/node": "^20.5.0",
107
107
  "@typescript-eslint/eslint-plugin": "^6.4.0",
108
108
  "@typescript-eslint/parser": "^6.4.0",
109
- "@vitest/coverage-v8": "^0.34.1",
109
+ "@vitest/coverage-v8": "^0.34.2",
110
110
  "eslint": "^8.47.0",
111
111
  "eslint-config-prettier": "^9.0.0",
112
112
  "eslint-plugin-prettier": "^5.0.0",
113
113
  "eslint-plugin-simple-import-sort": "^10.0.0",
114
114
  "faucet": "^0.0.4",
115
- "happy-dom": "^10.9.0",
115
+ "happy-dom": "^10.10.2",
116
116
  "ls-engines": "^0.9.0",
117
- "nock": "^13.3.2",
118
- "prettier": "^3.0.1",
117
+ "nock": "^13.3.3",
118
+ "prettier": "^3.0.2",
119
119
  "prettier-plugin-packagejson": "^2.4.5",
120
120
  "rimraf": "^5.0.1",
121
121
  "rollup": "^3.28.0",
122
122
  "sse-channel": "^4.0.0",
123
123
  "terser": "^5.19.2",
124
124
  "typescript": "^5.1.6",
125
- "vitest": "^0.34.1",
125
+ "vitest": "^0.34.2",
126
126
  "vitest-github-actions-reporter": "^0.10.0"
127
127
  },
128
128
  "engines": {