@huloglobal/vendure-plugin-geo-block 0.2.1 → 0.2.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 +11 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huloglobal/vendure-plugin-geo-block",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Geo-restrict your Vendure storefront by country, UK region or curated region presets (EU, EEA, British Isles, Europe, North America, Oceania, Worldwide-with-denylist). Per-channel settings exposed as Channel custom fields plus a dedicated admin page with a live preview of the resolved allow-list.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Wayne Garrison <wayne@garrison.me.uk>",
|
|
@@ -11,13 +11,19 @@
|
|
|
11
11
|
},
|
|
12
12
|
"main": "dist/index.js",
|
|
13
13
|
"types": "dist/index.d.ts",
|
|
14
|
-
"files": [
|
|
14
|
+
"files": [
|
|
15
|
+
"dist",
|
|
16
|
+
"ui",
|
|
17
|
+
"README.md",
|
|
18
|
+
"CHANGELOG.md",
|
|
19
|
+
"LICENSE"
|
|
20
|
+
],
|
|
15
21
|
"scripts": {
|
|
16
22
|
"build": "tsc -p tsconfig.json",
|
|
17
23
|
"prepublishOnly": "yarn build"
|
|
18
24
|
},
|
|
19
25
|
"dependencies": {
|
|
20
|
-
"@huloglobal/vendure-licence-sdk": "^0.
|
|
26
|
+
"@huloglobal/vendure-licence-sdk": "^0.2.0"
|
|
21
27
|
},
|
|
22
28
|
"peerDependencies": {
|
|
23
29
|
"@vendure/core": ">=3.0.0",
|
|
@@ -25,7 +31,7 @@
|
|
|
25
31
|
"typeorm": ">=0.3.0"
|
|
26
32
|
},
|
|
27
33
|
"devDependencies": {
|
|
28
|
-
"@huloglobal/vendure-licence-sdk": "^0.
|
|
34
|
+
"@huloglobal/vendure-licence-sdk": "^0.2.0",
|
|
29
35
|
"@nestjs/common": "^10.0.0",
|
|
30
36
|
"@vendure/core": "^3.6.0",
|
|
31
37
|
"typeorm": "^0.3.0",
|
|
@@ -38,4 +44,4 @@
|
|
|
38
44
|
"geo-restriction",
|
|
39
45
|
"geoip"
|
|
40
46
|
]
|
|
41
|
-
}
|
|
47
|
+
}
|