@toa.io/extensions.exposition 1.0.0-alpha.20 → 1.0.0-alpha.21

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.
@@ -10,6 +10,6 @@ requires a set of headers to be present.
10
10
  ```yaml
11
11
  exposition:
12
12
  /:id:
13
- requires:header: if-match # enforce concurrency control
13
+ require:header: if-match # enforce concurrency control
14
14
  PUT: transit
15
15
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/extensions.exposition",
3
- "version": "1.0.0-alpha.20",
3
+ "version": "1.0.0-alpha.21",
4
4
  "description": "Toa Exposition",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -17,9 +17,9 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@toa.io/core": "1.0.0-alpha.20",
21
- "@toa.io/generic": "1.0.0-alpha.20",
22
- "@toa.io/schemas": "1.0.0-alpha.20",
20
+ "@toa.io/core": "1.0.0-alpha.21",
21
+ "@toa.io/generic": "1.0.0-alpha.21",
22
+ "@toa.io/schemas": "1.0.0-alpha.21",
23
23
  "bcryptjs": "2.4.3",
24
24
  "error-value": "0.3.0",
25
25
  "js-yaml": "4.1.0",
@@ -45,11 +45,11 @@
45
45
  "features:security": "cucumber-js --tags @security"
46
46
  },
47
47
  "devDependencies": {
48
- "@toa.io/agent": "1.0.0-alpha.20",
49
- "@toa.io/extensions.storages": "1.0.0-alpha.20",
48
+ "@toa.io/agent": "1.0.0-alpha.21",
49
+ "@toa.io/extensions.storages": "1.0.0-alpha.21",
50
50
  "@types/bcryptjs": "2.4.3",
51
51
  "@types/cors": "2.8.13",
52
52
  "@types/negotiator": "0.6.1"
53
53
  },
54
- "gitHead": "dcde3389a86ab38e377ebc5ab18e5d5a512b85bc"
54
+ "gitHead": "da9f4c278f6ab02a28f65c6e25c713c013cbfce9"
55
55
  }