@samet-it/be-couchbase-common 1.0.3 → 1.0.5

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.
@@ -4,10 +4,11 @@ exports.couchbaseCommonConfig = void 0;
4
4
  const env_1 = require("@leyyo/env");
5
5
  exports.couchbaseCommonConfig = env_1.envCore.configure
6
6
  .scope('CouchbaseCommon')
7
+ .begin
7
8
  .field('CB_HOST').text().required().end
8
9
  .field('CB_USER').text().required().end
9
10
  .field('CB_PASS').text().required().end
10
11
  .field('CB_BUCKET').text().required().end
11
12
  .field('CB_SCOPE').text().required().end
12
13
  .field('CB_CREATE_INDICES').boolean().def(false).end
13
- .runtime;
14
+ .end;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@samet-it/be-couchbase-common",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Couchbase common component",
5
5
  "keywords": [
6
6
  "Couchbase"
@@ -67,9 +67,9 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@leyyo/common": "^1.0.13",
70
- "@leyyo/env": "^1.0.11",
70
+ "@leyyo/env": "^1.0.13",
71
71
  "@nestjs/common": "^11.0.20",
72
- "@samet-it/be-base-common": "^1.0.6",
72
+ "@samet-it/be-base-common": "^1.0.9",
73
73
  "couchbase": "^4.6.0"
74
74
  }
75
75
  }