@nestjs-dash/in-memory 1.0.2 → 1.0.3

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs-dash/in-memory",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Zero-setup in-memory adapter for NestJS Dash — the reference ResourceAdapter implementation the conformance suite checks every other adapter against",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@nestjs-dash/adapter": "1.0.0",
21
- "@nestjs-dash/core": "1.1.0"
21
+ "@nestjs-dash/core": "1.1.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@nestjs-dash/typescript-config": "0.1.0",