@builder6/onlyoffice 0.16.3-alpha.9 → 0.16.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.
@@ -1,14 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const testing_1 = require("@nestjs/testing");
4
- const OnlyOffice_controller_1 = require("./OnlyOffice.controller");
4
+ const onlyoffice_controller_1 = require("./onlyoffice.controller");
5
5
  describe('OnlyOfficeController', () => {
6
6
  let controller;
7
7
  beforeEach(async () => {
8
8
  const module = await testing_1.Test.createTestingModule({
9
- controllers: [OnlyOffice_controller_1.OnlyOfficeController],
9
+ controllers: [onlyoffice_controller_1.OnlyOfficeController],
10
10
  }).compile();
11
- controller = module.get(OnlyOffice_controller_1.OnlyOfficeController);
11
+ controller = module.get(onlyoffice_controller_1.OnlyOfficeController);
12
12
  });
13
13
  it('should be defined', () => {
14
14
  expect(controller).toBeDefined();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder6/onlyoffice",
3
- "version": "0.16.3-alpha.9",
3
+ "version": "0.16.5",
4
4
  "main": "dist/plugin.module.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -12,13 +12,13 @@
12
12
  "build:watch": "rimraf dist && tsc --watch"
13
13
  },
14
14
  "dependencies": {
15
- "@builder6/core": "0.16.3-alpha.9",
16
- "@builder6/email": "0.16.3-alpha.9",
17
- "@builder6/files": "0.16.3-alpha.9",
15
+ "@builder6/core": "0.16.5",
16
+ "@builder6/email": "0.16.5",
17
+ "@builder6/files": "0.16.5",
18
18
  "url": "~0.11.4"
19
19
  },
20
20
  "publishConfig": {
21
21
  "access": "public"
22
22
  },
23
- "gitHead": "a1ed81edc6b288594578487aed10899e9a3eaf20"
23
+ "gitHead": "e0bb2101ccec989a876c7fa69e34ba067e18c282"
24
24
  }