Skip to content
Snippets Groups Projects
Commit f17f42de authored by Brian Perry's avatar Brian Perry
Browse files

Version Packages

parent 5ed0b4dd
No related branches found
No related tags found
No related merge requests found
---
"@drupal-api-client/decoupled-router-client": minor
"@drupal-api-client/json-api-client": minor
"@drupal-api-client/api-client": minor
---
Adds disable authentication option.
- All methods that make fetch requests now accept a 'disableAuthentication' option.
if 'true' no authorization headers will be added for the related fetch request.
# decoupled-router-client-example
## 0.0.4
### Patch Changes
- Updated dependencies [3da2de9]
- @drupal-api-client/decoupled-router-client@0.3.0
- @drupal-api-client/api-client@0.7.0
## 0.0.3
### Patch Changes
......
{
"name": "decoupled-router-client-example",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
......
# @drupal-api-client/api-client
## 0.7.0
### Minor Changes
- 3da2de9: Adds disable authentication option.
- All methods that make fetch requests now accept a 'disableAuthentication' option.
if 'true' no authorization headers will be added for the related fetch request.
## 0.6.0
### Minor Changes
......
{
"name": "@drupal-api-client/api-client",
"version": "0.6.0",
"version": "0.7.0",
"license": "GPL-2.0-or-later",
"description": "",
"scripts": {
......
# @drupal-api-client/decoupled-router-client
## 0.3.0
### Minor Changes
- 3da2de9: Adds disable authentication option.
- All methods that make fetch requests now accept a 'disableAuthentication' option.
if 'true' no authorization headers will be added for the related fetch request.
### Patch Changes
- Updated dependencies [3da2de9]
- @drupal-api-client/api-client@0.7.0
## 0.2.1
### Patch Changes
......
{
"name": "@drupal-api-client/decoupled-router-client",
"version": "0.2.1",
"version": "0.3.0",
"license": "GPL-2.0-or-later",
"description": "Client to interface with Drupal's Decoupled Router endpoint",
"scripts": {
......
# @drupal-api-client/json-api-client
## 0.7.0
### Minor Changes
- 3da2de9: Adds disable authentication option.
- All methods that make fetch requests now accept a 'disableAuthentication' option.
if 'true' no authorization headers will be added for the related fetch request.
### Patch Changes
- Updated dependencies [3da2de9]
- @drupal-api-client/decoupled-router-client@0.3.0
- @drupal-api-client/api-client@0.7.0
## 0.6.0
### Minor Changes
......
{
"name": "@drupal-api-client/json-api-client",
"version": "0.6.0",
"version": "0.7.0",
"license": "GPL-2.0-or-later",
"description": "",
"scripts": {
......@@ -46,7 +46,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "^5.1.0",
"@drupal-api-client/api-client": "workspace:^0.6.0",
"@drupal-api-client/api-client": "workspace:^0.7.0",
"@drupal-api-client/decoupled-router-client": "workspace:*",
"@smithy/util-hex-encoding": "^2.0.0"
},
......
......@@ -171,7 +171,7 @@ importers:
specifier: ^5.1.0
version: 5.2.0
'@drupal-api-client/api-client':
specifier: workspace:^0.6.0
specifier: workspace:^0.7.0
version: link:../api-client
'@drupal-api-client/decoupled-router-client':
specifier: workspace:*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment