@open-mercato/sync-akeneo 0.4.8-develop-c0f68a4b89 → 0.4.8-develop-6b37dabfa2
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../src/modules/sync_akeneo/widgets/injection/akeneo-config/widget.ts"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["\nimport type { InjectionWidgetModule } from '@open-mercato/shared/modules/widgets/injection'\nimport AkeneoConfigWidget from './widget.client'\n\nconst widget: InjectionWidgetModule<{\n state?: {\n isEnabled?: boolean\n } | null\n}, {\n hasCredentials?: boolean\n}> = {\n metadata: {\n id: 'sync_akeneo.injection.config',\n title: 'Akeneo Sync Settings',\n features: ['data_sync.configure'],\n priority: 100,\n },\n Widget: AkeneoConfigWidget,\n}\n\nexport default widget\n"],
|
|
5
|
+
"mappings": "AAEA,OAAO,wBAAwB;AAE/B,MAAM,SAMD;AAAA,EACH,UAAU;AAAA,IACR,IAAI;AAAA,IACJ,OAAO;AAAA,IACP,UAAU,CAAC,qBAAqB;AAAA,IAChC,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AACV;AAEA,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-mercato/sync-akeneo",
|
|
3
|
-
"version": "0.4.8-develop-
|
|
3
|
+
"version": "0.4.8-develop-6b37dabfa2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@open-mercato/core": "0.4.8-develop-
|
|
56
|
-
"@open-mercato/ui": "0.4.8-develop-
|
|
55
|
+
"@open-mercato/core": "0.4.8-develop-6b37dabfa2",
|
|
56
|
+
"@open-mercato/ui": "0.4.8-develop-6b37dabfa2",
|
|
57
57
|
"node-html-markdown": "^2.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@mikro-orm/postgresql": "^6.6.2",
|
|
61
|
-
"@open-mercato/shared": "0.4.8-develop-
|
|
61
|
+
"@open-mercato/shared": "0.4.8-develop-6b37dabfa2",
|
|
62
62
|
"react": "^19.0.0",
|
|
63
63
|
"react-dom": "^19.0.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@open-mercato/shared": "0.4.8-develop-
|
|
66
|
+
"@open-mercato/shared": "0.4.8-develop-6b37dabfa2",
|
|
67
67
|
"@types/jest": "^30.0.0",
|
|
68
68
|
"esbuild": "^0.25.0",
|
|
69
69
|
"glob": "^13.0.6",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"stableVersion": "
|
|
76
|
+
"stableVersion": "0.4.7"
|
|
77
77
|
}
|