@unchainedshop/core-assortments 1.2.31 → 1.2.40
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,2 +1,3 @@
|
|
|
1
|
-
export const AssortmentMediasSchema:
|
|
2
|
-
export const AssortmentMediaTextsSchema:
|
|
1
|
+
export const AssortmentMediasSchema: SimpleSchema;
|
|
2
|
+
export const AssortmentMediaTextsSchema: SimpleSchema;
|
|
3
|
+
import SimpleSchema from "simpl-schema";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export const AssortmentsSchema:
|
|
2
|
-
export const AssortmentTextsSchema:
|
|
3
|
-
export const AssortmentProductsSchema:
|
|
4
|
-
export const AssortmentLinksSchema:
|
|
5
|
-
export const AssortmentFiltersSchema:
|
|
1
|
+
export const AssortmentsSchema: SimpleSchema;
|
|
2
|
+
export const AssortmentTextsSchema: SimpleSchema;
|
|
3
|
+
export const AssortmentProductsSchema: SimpleSchema;
|
|
4
|
+
export const AssortmentLinksSchema: SimpleSchema;
|
|
5
|
+
export const AssortmentFiltersSchema: SimpleSchema;
|
|
6
|
+
import SimpleSchema from "simpl-schema";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/core-assortments",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.40",
|
|
4
4
|
"main": "lib/assortments-index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./lib/assortments-index.js",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/unchainedshop/unchained#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@unchainedshop/events": "^1.2.
|
|
34
|
-
"@unchainedshop/file-upload": "^1.2.
|
|
35
|
-
"@unchainedshop/logger": "^1.2.
|
|
36
|
-
"@unchainedshop/utils": "^1.2.
|
|
33
|
+
"@unchainedshop/events": "^1.2.40",
|
|
34
|
+
"@unchainedshop/file-upload": "^1.2.40",
|
|
35
|
+
"@unchainedshop/logger": "^1.2.40",
|
|
36
|
+
"@unchainedshop/utils": "^1.2.40",
|
|
37
37
|
"locale": "^0.1.0",
|
|
38
38
|
"ramda": "^0.28.0",
|
|
39
|
-
"simpl-schema": "^
|
|
39
|
+
"simpl-schema": "^3.0.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/locale": "^0.1.1",
|
|
43
|
-
"@types/node": "^16.11.
|
|
44
|
-
"@unchainedshop/types": "^1.2.
|
|
43
|
+
"@types/node": "^16.11.66",
|
|
44
|
+
"@unchainedshop/types": "^1.2.40",
|
|
45
45
|
"cross-env": "^7.0.3",
|
|
46
|
-
"jest": "^29.0
|
|
47
|
-
"ts-jest": "^
|
|
46
|
+
"jest": "^29.2.0",
|
|
47
|
+
"ts-jest": "^29.0.3",
|
|
48
48
|
"typescript": "^4.8.4"
|
|
49
49
|
}
|
|
50
50
|
}
|