@automatons/parser 0.0.85 → 0.0.88

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,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.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
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];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/extractors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAwB;AACxB,2CAAyB;AACzB,yCAAuB"}
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.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
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":";;;;;;;;;;;;AAAA,2CAAyB;AACzB,0CAAwB"}
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.85",
3
+ "version": "0.0.88",
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.80",
22
+ "@automatons/tools": "^1.0.84",
23
23
  "change-case": "^4.1.1",
24
24
  "deep-equal": "^2.0.3",
25
25
  "fs-extra": "^10.0.0"
@@ -29,15 +29,15 @@
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.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.12.1",
40
- "@typescript-eslint/parser": "^5.12.1",
39
+ "@typescript-eslint/eslint-plugin": "^5.13.0",
40
+ "@typescript-eslint/parser": "^5.13.0",
41
41
  "depcheck": "^1.4.3",
42
42
  "eslint": "^8.10.0",
43
43
  "eslint-config-google": "^0.14.0",
@@ -46,7 +46,7 @@
46
46
  "lint-staged": "^12.3.4",
47
47
  "semantic-release": "^19.0.2",
48
48
  "ts-jest": "^26.0.0",
49
- "typescript": "^4.5.5",
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.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
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];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wCAAsB;AACtB,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,0CAAwB"}