@chevre/factory 4.353.0-alpha.4 → 4.353.0

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 (2) hide show
  1. package/lib/order.d.ts +1 -1
  2. package/package.json +3 -5
package/lib/order.d.ts CHANGED
@@ -211,7 +211,7 @@ export type IPersonCustomer = Pick<IPerson, 'id' | 'typeOf' | 'memberOf'> & IPro
211
211
  * カスタマー
212
212
  */
213
213
  export type ICustomer = IPersonCustomer | IWebApplicationCustomer | IOrganizationCustomer;
214
- export type IBroker = Pick<IPerson, 'id' | 'identifier' | 'typeOf'>;
214
+ export type IBroker = Pick<IPerson, 'id' | 'typeOf'>;
215
215
  /**
216
216
  * 返品者
217
217
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.353.0-alpha.4",
3
+ "version": "4.353.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -43,8 +43,6 @@
43
43
  "devDependencies": {
44
44
  "@types/mocha": "^5.2.7",
45
45
  "@types/node": "18.19.4",
46
- "@types/request": "^2.48.5",
47
- "@types/request-promise-native": "^1.0.17",
48
46
  "coveralls": "^3.0.5",
49
47
  "mocha": "^5.2.0",
50
48
  "nyc": "15.1.0",
@@ -56,8 +54,8 @@
56
54
  },
57
55
  "dependencies": {
58
56
  "@aws-sdk/client-cognito-identity-provider": "3.438.0",
59
- "@motionpicture/coa-service": "9.2.0",
60
- "@motionpicture/gmo-service": "5.3.0-alpha.0",
57
+ "@motionpicture/coa-service": "9.3.0-alpha.5",
58
+ "@motionpicture/gmo-service": "5.3.0-alpha.4",
61
59
  "@surfrock/sdk": "1.1.0",
62
60
  "@waiter/factory": "2.2.0-alpha.3",
63
61
  "setprototypeof": "1.2.0"