@sanity/validation 2.34.3-cdr-ga-2.19 → 2.35.0

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.
@@ -4,7 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- /* eslint-disable no-useless-escape */var _default = string => {
7
+ /* eslint-disable no-useless-escape */
8
+ var _default = string => {
8
9
  // Escape ^$.*+-?=!:|\/()[]{},
9
10
  return string.replace(/[\^\$\.\*\+\-\?\=\!\:\|\\\/\(\)\[\]\{\}\,]/g, '\\$&');
10
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/validation",
3
- "version": "2.34.3-cdr-ga-2.19+269d481dac",
3
+ "version": "2.35.0",
4
4
  "description": "Validation and warning infrastructure for Sanity projects",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./dist/dts",
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@sanity/client": "^3.3.3",
36
- "@sanity/schema": "2.34.3-cdr-ga-2.19+269d481dac"
36
+ "@sanity/schema": "2.35.0"
37
37
  },
38
38
  "dependencies": {
39
- "@sanity/types": "2.34.3-cdr-ga-2.19+269d481dac",
39
+ "@sanity/types": "2.35.0",
40
40
  "date-fns": "^2.16.1",
41
41
  "lodash": "^4.17.15",
42
42
  "rxjs": "^6.5.3"
43
43
  },
44
- "gitHead": "269d481dacd85640fbd8df4a6eb1fdb647af9d01"
44
+ "gitHead": "3dbbd9eae1ec72f5af60b9126afaabfbb3d97fa2"
45
45
  }