sanity-plugin-aprimo 2.0.1 → 2.0.3
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/LICENSE +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +12 -14
package/LICENSE
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/types.ts","../src/plugin.tsx","../src/components/AprimoDiff.tsx","../src/components/AprimoWidget.tsx","../src/schema/AprimoCDNAsset.tsx","../src/schema/AprimoAsset.ts","../src/schema/AdditionalFile.ts"],"sourcesContent":[],"mappings":";;;UAAiB,cAAA;;;;IAAA,EAAA,EAAA,MAAA;IAUA,SAAA,EAAA,MAAA;EAOA,CAAA;EAOA,IAAA,CAAA,EAAA,MAAA;;ACfJ,UDCI,oBAAA,CCkCf;EAnCuB,gBAAA,EAAA,MAAA;EAAA,QAAA,EAAA,MAAA;EAAA,KAAA,EAAA,MAAA;EAAA,IAAA,EAAA,MAAA;;ACJT,UFYC,WAAA,CEZS;EACxB,EAAA,EAAA,MAAA;EACA,KAAA,EAAA,MAAA;EAGY,cAAA,CAAA,EFUK,oBEVL;EACV,IAAM,CAAA,EAAI,MAAA;;UFaG,YAAA;EGLA,UAAA,EAAA,MAAA;;cFVJ,cAAY,OAAA,CAAA,OAAA,QAAA;iBCJT,UAAA;;;AFLhB;;cEUc;AFVd,CAAA,CAAA,EEWI,KAAA,CAAM,GAAA,CAAI,OFXiB;UGmBd,iBAAA,SAA0B,iBAAiB,iBAAiB;gBAC7D;AHpBhB;AAUiB,iBGaD,YAAA,CHbqB,KAAA,EGaD,iBHbC,CAAA,EGamB,KAAA,CAAM,GAAA,CAAI,OHb7B;cILxB;EJLI,IAAA,EAAA,MAAA;EAUA,IAAA,EAAA,MAAA;EAOA,KAAA,EAAA,MAAA;EAOA,MAAA,EAAA,CAAA;;ICfJ,IAAA,EAAA,MAmCX;IAnCuB,MAAA,CAAA,EAAA,SAAA;EAAA,CAAA,GAAA;IAAA,IAAA,EAAA,MAAA;IAAA,IAAA,EAAA,MAAA;;MCJT,IAAA,EAAU,MAAA;MACxB,IAAA,EAAA,MAAA;IACA,CAAA,EAAA;EAGY,CAAA,CAAA,EAAA;EACV,UAAU,EAAA;IAAO,KAAA,EAAA,mBAAA;;ECQJ,CAAA;EAA2C,OAAA,EAAA;IAAiB,MAAA,EAAA;MAC7D,GAAA,EAAA,MAAA;MAD2B,KAAA,EAAA,MAAA;IAAgB,CAAA;IAI3C,OAAA,CAAA;MAAA,GAAY;MAAA;KAAA,EAAQ;;MClBvB,KAAA,EAAA,MAAA;;;aAsCA,OAAA,CAAM,GAAA,CAAI;;EAAV,CAAA;CAAiB;cCzCjB;;;ELFI,KAAA,EAAA,MAAA;EAUA,MAAA,EAAA;IAOA,IAAA,EAAA,MAAW;IAOX,IAAA,EAAA,MAAY;;ECfhB,UAAA,EAAA;IAAY,KAAA,EAAA,OIcxB,YJdwB;EAAA,CAAA;CAAA;cKPZ;;;SA0BX,OAAA,CAAA,gBAAA;EN5Be,OAAA,CAAA,uBAAc,OAAA,CAAA,MAAA,EAAA,MAAA,CAAA,QAAA,CAAA,KAAA,EAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AAU/B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-aprimo",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Aprimo asset selector for Sanity",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -10,42 +10,40 @@
|
|
|
10
10
|
"bugs": {
|
|
11
11
|
"url": "https://github.com/sanity-io/plugins/issues"
|
|
12
12
|
},
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"author": "Sanity.io <hello@sanity.io>",
|
|
13
15
|
"repository": {
|
|
14
16
|
"type": "git",
|
|
15
17
|
"url": "git+ssh://git@github.com/sanity-io/plugins.git",
|
|
16
18
|
"directory": "plugins/sanity-plugin-aprimo"
|
|
17
19
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
+
"files": [
|
|
21
|
+
"dist"
|
|
22
|
+
],
|
|
20
23
|
"type": "module",
|
|
24
|
+
"types": "./dist/index.d.ts",
|
|
21
25
|
"exports": {
|
|
22
26
|
".": "./dist/index.js",
|
|
23
27
|
"./package.json": "./package.json"
|
|
24
28
|
},
|
|
25
|
-
"types": "./dist/index.d.ts",
|
|
26
|
-
"files": [
|
|
27
|
-
"dist"
|
|
28
|
-
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@sanity/icons": "^3.7.4",
|
|
31
31
|
"@sanity/ui": "^3.1.11"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@sanity/pkg-utils": "^10.2.
|
|
34
|
+
"@sanity/pkg-utils": "^10.2.5",
|
|
35
35
|
"@types/react": "^19.2.7",
|
|
36
|
-
"@typescript/native-preview": "7.0.0-dev.20251216.1",
|
|
37
36
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
38
37
|
"eslint": "^9.39.2",
|
|
39
38
|
"react": "^19.2.3",
|
|
40
|
-
"sanity": "^5.
|
|
41
|
-
"
|
|
42
|
-
"@repo/eslint-config": "0.0.7",
|
|
39
|
+
"sanity": "^5.1.0",
|
|
40
|
+
"@repo/eslint-config": "0.0.0",
|
|
43
41
|
"@repo/package.config": "0.0.0",
|
|
44
|
-
"@repo/tsconfig": "
|
|
42
|
+
"@repo/tsconfig": "0.0.0"
|
|
45
43
|
},
|
|
46
44
|
"peerDependencies": {
|
|
47
45
|
"react": "^19.2",
|
|
48
|
-
"sanity": "^5
|
|
46
|
+
"sanity": "^5"
|
|
49
47
|
},
|
|
50
48
|
"engines": {
|
|
51
49
|
"node": ">=20.19 <22 || >=22.12"
|