@automatons/parser 0.0.84 → 0.0.87
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/extractors/index.js +5 -1
- package/extractors/index.js.map +1 -1
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/package.json +7 -7
- package/types/index.js +5 -1
- package/types/index.js.map +1 -1
package/extractors/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/extractors/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/extractors/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/extractors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,2CAAyB;AACzB,yCAAuB"}
|
package/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,0CAAwB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automatons/parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.87",
|
|
4
4
|
"repository": "git@github.com:openapi-automatons/parser.git",
|
|
5
5
|
"author": "tanmen <yt.prog@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"postversion": "cp package.json ../package.json"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@automatons/tools": "^1.0.
|
|
22
|
+
"@automatons/tools": "^1.0.81",
|
|
23
23
|
"change-case": "^4.1.1",
|
|
24
24
|
"deep-equal": "^2.0.3",
|
|
25
25
|
"fs-extra": "^10.0.0"
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"@commitlint/config-conventional": "^16.2.1",
|
|
30
30
|
"@semantic-release/changelog": "^6.0.1",
|
|
31
31
|
"@semantic-release/git": "^10.0.1",
|
|
32
|
-
"@semantic-release/npm": "^9.0.
|
|
32
|
+
"@semantic-release/npm": "^9.0.1",
|
|
33
33
|
"@types/deep-equal": "^1.0.1",
|
|
34
34
|
"@types/eslint": "^8.4.1",
|
|
35
35
|
"@types/fs-extra": "^9.0.1",
|
|
36
36
|
"@types/jest": "^27.4.1",
|
|
37
37
|
"@types/node": "^17.0.21",
|
|
38
38
|
"@types/semantic-release": "^17.2.3",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
40
|
-
"@typescript-eslint/parser": "^5.
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
|
40
|
+
"@typescript-eslint/parser": "^5.13.0",
|
|
41
41
|
"depcheck": "^1.4.3",
|
|
42
|
-
"eslint": "^8.
|
|
42
|
+
"eslint": "^8.10.0",
|
|
43
43
|
"eslint-config-google": "^0.14.0",
|
|
44
44
|
"husky": "^7.0.4",
|
|
45
45
|
"jest": "^26.0.1",
|
|
46
46
|
"lint-staged": "^12.3.4",
|
|
47
47
|
"semantic-release": "^19.0.2",
|
|
48
48
|
"ts-jest": "^26.0.0",
|
|
49
|
-
"typescript": "^4.
|
|
49
|
+
"typescript": "^4.6.2",
|
|
50
50
|
"typesync": "^0.8.0",
|
|
51
51
|
"yarn-deduplicate": "^3.1.0"
|
|
52
52
|
},
|
package/types/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,0CAAwB"}
|