@easyling/sanity-connector 0.0.2-rc.4 → 0.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyling/sanity-connector",
3
- "version": "0.0.2-rc.4",
3
+ "version": "0.0.2",
4
4
  "description": "A Sanity Studio plugin that enables document translation with support for single and bulk operations. Extracts document content as HTML and prepares translation requests for external services.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -61,6 +61,7 @@
61
61
  "@sanity/ui": "^3.1.11"
62
62
  },
63
63
  "devDependencies": {
64
+ "@easyling/sanity": "^1.0.6",
64
65
  "react": "^19.0.0",
65
66
  "react-dom": "^19.0.0",
66
67
  "sanity": "^4.0.0",
@@ -82,7 +83,6 @@
82
83
  "ts-loader": "^9.5.4",
83
84
  "typescript": "^5.0.0",
84
85
  "webpack": "^5.103.0",
85
- "@easyling/sanity": "^1.0.6",
86
86
  "webpack-cli": "^6.0.1"
87
87
  },
88
88
  "dependencies": {
@@ -1,28 +0,0 @@
1
- /**
2
- * @license React
3
- * react-is.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
-
11
- /**
12
- * @license React
13
- * react-jsx-runtime.production.min.js
14
- *
15
- * Copyright (c) Facebook, Inc. and its affiliates.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE file in the root directory of this source tree.
19
- */
20
-
21
- /**
22
- * Prism: Lightweight, robust, elegant syntax highlighting
23
- *
24
- * @license MIT <https://opensource.org/licenses/MIT>
25
- * @author Lea Verou <https://lea.verou.me>
26
- * @namespace
27
- * @public
28
- */