@webiny/app-record-locking 6.3.0-beta.2 → 6.3.0-beta.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.
@@ -4,7 +4,7 @@ export class RecordLockingLockEntry {
4
4
  this.client = params.client;
5
5
  }
6
6
  async execute(
7
- // eslint-disable-next-line
7
+ // oxlint-disable-next-line
8
8
  params) {
9
9
  throw new WebinyError("Method not implemented.");
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"names":["WebinyError","RecordLockingLockEntry","constructor","params","client","execute"],"sources":["RecordLockingLockEntry.ts"],"sourcesContent":["import { WebinyError } from \"@webiny/error\";\nimport type {\n IRecordLockingLockEntry,\n IRecordLockingLockEntryParams,\n IRecordLockingLockEntryResult\n} from \"~/domain/abstractions/IRecordLockingLockEntry.js\";\nimport type { IRecordLockingClient } from \"./abstractions/IRecordLockingClient.js\";\n\ninterface Params {\n client: IRecordLockingClient;\n}\n\nexport class RecordLockingLockEntry implements IRecordLockingLockEntry {\n private readonly client: IRecordLockingClient;\n\n public constructor(params: Params) {\n this.client = params.client;\n }\n public async execute(\n // eslint-disable-next-line\n params: IRecordLockingLockEntryParams\n ): Promise<IRecordLockingLockEntryResult> {\n throw new WebinyError(\"Method not implemented.\");\n }\n}\n"],"mappings":"AAAA,SAASA,WAAW,QAAQ,eAAe;AAY3C,OAAO,MAAMC,sBAAsB,CAAoC;EAG5DC,WAAWA,CAACC,MAAc,EAAE;IAC/B,IAAI,CAACC,MAAM,GAAGD,MAAM,CAACC,MAAM;EAC/B;EACA,MAAaC,OAAOA;EAChB;EACAF,MAAqC,EACC;IACtC,MAAM,IAAIH,WAAW,CAAC,yBAAyB,CAAC;EACpD;AACJ","ignoreList":[]}
1
+ {"version":3,"names":["WebinyError","RecordLockingLockEntry","constructor","params","client","execute"],"sources":["RecordLockingLockEntry.ts"],"sourcesContent":["import { WebinyError } from \"@webiny/error\";\nimport type {\n IRecordLockingLockEntry,\n IRecordLockingLockEntryParams,\n IRecordLockingLockEntryResult\n} from \"~/domain/abstractions/IRecordLockingLockEntry.js\";\nimport type { IRecordLockingClient } from \"./abstractions/IRecordLockingClient.js\";\n\ninterface Params {\n client: IRecordLockingClient;\n}\n\nexport class RecordLockingLockEntry implements IRecordLockingLockEntry {\n private readonly client: IRecordLockingClient;\n\n public constructor(params: Params) {\n this.client = params.client;\n }\n public async execute(\n // oxlint-disable-next-line\n params: IRecordLockingLockEntryParams\n ): Promise<IRecordLockingLockEntryResult> {\n throw new WebinyError(\"Method not implemented.\");\n }\n}\n"],"mappings":"AAAA,SAASA,WAAW,QAAQ,eAAe;AAY3C,OAAO,MAAMC,sBAAsB,CAAoC;EAG5DC,WAAWA,CAACC,MAAc,EAAE;IAC/B,IAAI,CAACC,MAAM,GAAGD,MAAM,CAACC,MAAM;EAC/B;EACA,MAAaC,OAAOA;EAChB;EACAF,MAAqC,EACC;IACtC,MAAM,IAAIH,WAAW,CAAC,yBAAyB,CAAC;EACpD;AACJ","ignoreList":[]}
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@webiny/app-record-locking",
3
- "version": "6.3.0-beta.2",
3
+ "version": "6.3.0-beta.3",
4
4
  "type": "module",
5
- "main": "index.js",
5
+ "exports": {
6
+ ".": "./index.js",
7
+ "./*": "./*"
8
+ },
6
9
  "repository": {
7
10
  "type": "git",
8
11
  "url": "https://github.com/webiny/webiny-js.git"
@@ -15,15 +18,15 @@
15
18
  "license": "MIT",
16
19
  "dependencies": {
17
20
  "@apollo/react-hooks": "3.1.5",
18
- "@webiny/admin-ui": "6.3.0-beta.2",
19
- "@webiny/app": "6.3.0-beta.2",
20
- "@webiny/app-aco": "6.3.0-beta.2",
21
- "@webiny/app-admin": "6.3.0-beta.2",
22
- "@webiny/app-headless-cms": "6.3.0-beta.2",
23
- "@webiny/app-websockets": "6.3.0-beta.2",
24
- "@webiny/error": "6.3.0-beta.2",
25
- "@webiny/icons": "6.3.0-beta.2",
26
- "@webiny/utils": "6.3.0-beta.2",
21
+ "@webiny/admin-ui": "6.3.0-beta.3",
22
+ "@webiny/app": "6.3.0-beta.3",
23
+ "@webiny/app-aco": "6.3.0-beta.3",
24
+ "@webiny/app-admin": "6.3.0-beta.3",
25
+ "@webiny/app-headless-cms": "6.3.0-beta.3",
26
+ "@webiny/app-websockets": "6.3.0-beta.3",
27
+ "@webiny/error": "6.3.0-beta.3",
28
+ "@webiny/icons": "6.3.0-beta.3",
29
+ "@webiny/utils": "6.3.0-beta.3",
27
30
  "apollo-client": "2.6.10",
28
31
  "apollo-link": "1.2.14",
29
32
  "crypto-hash": "4.0.1",
@@ -32,7 +35,7 @@
32
35
  "react-dom": "18.3.1"
33
36
  },
34
37
  "devDependencies": {
35
- "@webiny/build-tools": "6.3.0-beta.2",
38
+ "@webiny/build-tools": "6.3.0-beta.3",
36
39
  "rimraf": "6.1.3",
37
40
  "typescript": "6.0.3"
38
41
  },
@@ -40,5 +43,5 @@
40
43
  "access": "public",
41
44
  "directory": "dist"
42
45
  },
43
- "gitHead": "c5ae1dbcb99bf7457449ef67aef19c5b4b1ffc4c"
46
+ "gitHead": "e154ec3326903876c357d35422dc60d29e061419"
44
47
  }