@graphcommerce/address-fields-nl 7.0.1-canary.9 → 7.0.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @graphcommerce/address-fields-nl
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2040](https://github.com/graphcommerce-org/graphcommerce/pull/2040) [`19f381b6b`](https://github.com/graphcommerce-org/graphcommerce/commit/19f381b6bdf6dc16bbf6878f54f73cef2d57441d) - Changed the api url, changed the exported file location of the AddPostcodeNLAddressFieldPlugin and updated docs ([@Jessevdpoel](https://github.com/Jessevdpoel))
8
+
9
+ ## 7.0.1-canary.15
10
+
11
+ ## 7.0.1-canary.14
12
+
13
+ ## 7.0.1-canary.13
14
+
15
+ ### Patch Changes
16
+
17
+ - [#2040](https://github.com/graphcommerce-org/graphcommerce/pull/2040) [`19f381b6b`](https://github.com/graphcommerce-org/graphcommerce/commit/19f381b6bdf6dc16bbf6878f54f73cef2d57441d) - Changed the api url, changed the exported file location of the AddPostcodeNLAddressFieldPlugin and updated docs ([@Jessevdpoel](https://github.com/Jessevdpoel))
18
+
19
+ ## 7.0.1-canary.12
20
+
21
+ ## 7.0.1-canary.11
22
+
23
+ ## 7.0.1-canary.10
24
+
3
25
  ## 7.0.1-canary.9
4
26
 
5
27
  ## 7.0.1-canary.8
package/README.md CHANGED
@@ -15,3 +15,4 @@ second.
15
15
  3. Copy `@graphcommerce/address-fields-nl/lib/natationaalgeoregister` to
16
16
  `lib/nationaalgeoregister` in your project.
17
17
  4. Copy the contents of `lib/nationaalgeoregister/.meshrc.yml` in `.meshrc.yml`
18
+ 5. Make sure you installed `"@graphql-mesh/json-schema": "latest"`
@@ -2,7 +2,7 @@ sources:
2
2
  - name: nationaalgeoregister
3
3
  handler:
4
4
  jsonSchema:
5
- endpoint: https://geodata.nationaalgeoregister.nl/locatieserver/v3/
5
+ endpoint: https://api.pdok.nl/bzk/locatieserver/search/v3_1/
6
6
  operations:
7
7
  - type: Query
8
8
  field: nationaalgeoregisterPostcodeService
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/address-fields-nl",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "7.0.1-canary.9",
5
+ "version": "7.0.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,16 +12,16 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "7.0.1-canary.9",
16
- "@graphcommerce/prettier-config-pwa": "7.0.1-canary.9",
17
- "@graphcommerce/typescript-config-pwa": "7.0.1-canary.9"
15
+ "@graphcommerce/eslint-config-pwa": "7.0.1",
16
+ "@graphcommerce/prettier-config-pwa": "7.0.1",
17
+ "@graphcommerce/typescript-config-pwa": "7.0.1"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "7.0.1-canary.9",
21
- "@graphcommerce/graphql": "7.0.1-canary.9",
22
- "@graphcommerce/magento-customer": "7.0.1-canary.9",
23
- "@graphcommerce/magento-store": "7.0.1-canary.9",
24
- "@graphcommerce/next-ui": "7.0.1-canary.9"
20
+ "@graphcommerce/ecommerce-ui": "7.0.1",
21
+ "@graphcommerce/graphql": "7.0.1",
22
+ "@graphcommerce/magento-customer": "7.0.1",
23
+ "@graphcommerce/magento-store": "7.0.1",
24
+ "@graphcommerce/next-ui": "7.0.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@lingui/react": "^4.2.1",
@@ -4,7 +4,7 @@ import { PostcodeNLAddressFields } from '../components/PostcodeNLAddressFields'
4
4
 
5
5
  export const component = 'AddressFields'
6
6
 
7
- export const exported = '@graphcommerce/magento-customer'
7
+ export const exported = '@graphcommerce/magento-customer/components/AddressFields/AddressFields'
8
8
 
9
9
  function AddPostcodeNLAddressFields(props: PluginProps<AddressFieldsProps>) {
10
10
  const { form, Prev } = props