@loopback/model-api-builder 3.1.2 → 4.0.2
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.
- package/LICENSE +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/model-api-builder.js +1 -1
- package/dist/model-api-builder.js.map +1 -1
- package/dist/model-api-config.js +1 -1
- package/dist/model-api-config.js.map +1 -1
- package/package.json +12 -12
- package/src/index.ts +1 -1
- package/src/model-api-builder.ts +1 -1
- package/src/model-api-config.ts +1 -1
package/LICENSE
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright IBM Corp. 2019,2020. All Rights Reserved.
|
|
2
|
+
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
|
|
3
3
|
// Node module: @loopback/model-api-builder
|
|
4
4
|
// This file is licensed under the MIT License.
|
|
5
5
|
// License text available at https://opensource.org/licenses/MIT
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE;;;AAEhE;;;;;;;;;;GAUG;AAEH,8DAAoC;AACpC,6DAAmC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright IBM Corp. 2019. All Rights Reserved.
|
|
2
|
+
// Copyright IBM Corp. and LoopBack contributors 2019. All Rights Reserved.
|
|
3
3
|
// Node module: @loopback/model-api-builder
|
|
4
4
|
// This file is licensed under the MIT License.
|
|
5
5
|
// License text available at https://opensource.org/licenses/MIT
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-api-builder.js","sourceRoot":"","sources":["../src/model-api-builder.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"model-api-builder.js","sourceRoot":"","sources":["../src/model-api-builder.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE;;;AAEhE,yCAA6D;AAI7D;;GAEG;AACU,QAAA,yBAAyB,GAAG,oBAAoB,CAAC;AAc9D;;GAEG;AACI,MAAM,iBAAiB,GAAoB,OAAO,CAAC,EAAE;IAC1D,IAAA,mBAAY,EAAC,iCAAyB,CAAC,CAAC,OAAO,CAAC,CAAC;IACjD,OAAO,CAAC,GAAG,CAAC,EAAC,SAAS,EAAE,oBAAoB,EAAC,CAAC,CAAC;AACjD,CAAC,CAAC;AAHW,QAAA,iBAAiB,qBAG5B"}
|
package/dist/model-api-config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright IBM Corp. 2019. All Rights Reserved.
|
|
2
|
+
// Copyright IBM Corp. and LoopBack contributors 2019. All Rights Reserved.
|
|
3
3
|
// Node module: @loopback/model-api-builder
|
|
4
4
|
// This file is licensed under the MIT License.
|
|
5
5
|
// License text available at https://opensource.org/licenses/MIT
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-api-config.js","sourceRoot":"","sources":["../src/model-api-config.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"model-api-config.js","sourceRoot":"","sources":["../src/model-api-config.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,2CAA2C;AAC3C,+CAA+C;AAC/C,gEAAgE"}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/model-api-builder",
|
|
3
3
|
"description": "Types and helpers for packages contributing Model API builders.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
|
-
"author": "IBM Corp.",
|
|
9
|
-
"copyright.owner": "IBM Corp.",
|
|
8
|
+
"author": "IBM Corp. and LoopBack contributors",
|
|
9
|
+
"copyright.owner": "IBM Corp. and LoopBack contributors",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/loopbackio/loopback-next.git",
|
|
13
13
|
"directory": "packages/model-api-builder"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
|
-
"node": "
|
|
16
|
+
"node": "14 || 16 || 17 || 18"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "lb-tsc",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"!*/__tests__"
|
|
33
33
|
],
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@loopback/core": "^
|
|
36
|
-
"@loopback/repository": "^
|
|
35
|
+
"@loopback/core": "^4.0.2",
|
|
36
|
+
"@loopback/repository": "^5.0.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"tslib": "^2.
|
|
39
|
+
"tslib": "^2.4.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@loopback/build": "^
|
|
43
|
-
"@loopback/core": "^
|
|
44
|
-
"@loopback/repository": "^
|
|
45
|
-
"@types/node": "^
|
|
42
|
+
"@loopback/build": "^9.0.2",
|
|
43
|
+
"@loopback/core": "^4.0.2",
|
|
44
|
+
"@loopback/repository": "^5.0.2",
|
|
45
|
+
"@types/node": "^14.18.21"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "d2eddfc1319810f4c0126e613c24499b5685f7e4"
|
|
48
48
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright IBM Corp. 2019,2020. All Rights Reserved.
|
|
1
|
+
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
|
|
2
2
|
// Node module: @loopback/model-api-builder
|
|
3
3
|
// This file is licensed under the MIT License.
|
|
4
4
|
// License text available at https://opensource.org/licenses/MIT
|
package/src/model-api-builder.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright IBM Corp. 2019. All Rights Reserved.
|
|
1
|
+
// Copyright IBM Corp. and LoopBack contributors 2019. All Rights Reserved.
|
|
2
2
|
// Node module: @loopback/model-api-builder
|
|
3
3
|
// This file is licensed under the MIT License.
|
|
4
4
|
// License text available at https://opensource.org/licenses/MIT
|
package/src/model-api-config.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright IBM Corp. 2019. All Rights Reserved.
|
|
1
|
+
// Copyright IBM Corp. and LoopBack contributors 2019. All Rights Reserved.
|
|
2
2
|
// Node module: @loopback/model-api-builder
|
|
3
3
|
// This file is licensed under the MIT License.
|
|
4
4
|
// License text available at https://opensource.org/licenses/MIT
|