@depup/typescript-eslint__types 8.67.0-depup.0 → 8.68.0-depup.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.
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/typescript-eslint__types
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@typescript-eslint/types](https://www.npmjs.com/package/@typescript-eslint/types) @ 8.67.0 |
17
- | Processed | 2026-08-11 |
16
+ | Original | [@typescript-eslint/types](https://www.npmjs.com/package/@typescript-eslint/types) @ 8.68.0 |
17
+ | Processed | 2026-08-25 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 0 |
20
20
 
package/changes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "bumped": {},
3
- "timestamp": "2026-08-11T00:22:11.350Z",
3
+ "timestamp": "2026-08-25T00:16:46.129Z",
4
4
  "totalUpdated": 0
5
5
  }
@@ -198,3 +198,4 @@ var AST_TOKEN_TYPES;
198
198
  AST_TOKEN_TYPES["Block"] = "Block";
199
199
  AST_TOKEN_TYPES["Line"] = "Line";
200
200
  })(AST_TOKEN_TYPES || (exports.AST_TOKEN_TYPES = AST_TOKEN_TYPES = {}));
201
+ //# sourceMappingURL=ast-spec.js.map
package/dist/index.js CHANGED
@@ -21,3 +21,4 @@ Object.defineProperty(exports, "AST_TOKEN_TYPES", { enumerable: true, get: funct
21
21
  __exportStar(require("./lib"), exports);
22
22
  __exportStar(require("./parser-options"), exports);
23
23
  __exportStar(require("./ts-estree"), exports);
24
+ //# sourceMappingURL=index.js.map
package/dist/lib.js CHANGED
@@ -4,3 +4,4 @@
4
4
  // RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
5
5
  // npx nx generate-lib repo
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=lib.js.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=parser-options.js.map
package/dist/ts-estree.js CHANGED
@@ -35,3 +35,4 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.TSESTree = void 0;
37
37
  exports.TSESTree = __importStar(require("./generated/ast-spec"));
38
+ //# sourceMappingURL=ts-estree.js.map
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@depup/typescript-eslint__types",
3
- "version": "8.67.0-depup.0",
3
+ "version": "8.68.0-depup.0",
4
4
  "description": "Types for the TypeScript-ESTree AST spec (with updated dependencies)",
5
5
  "files": [
6
6
  "dist",
7
+ "!**/*.js.map",
7
8
  "!**/*.tsbuildinfo",
8
9
  "changes.json",
9
10
  "README.md"
@@ -108,8 +109,8 @@
108
109
  "changes": {},
109
110
  "depsUpdated": 0,
110
111
  "originalPackage": "@typescript-eslint/types",
111
- "originalVersion": "8.67.0",
112
- "processedAt": "2026-08-11T00:22:17.414Z",
112
+ "originalVersion": "8.68.0",
113
+ "processedAt": "2026-08-25T00:16:53.093Z",
113
114
  "smokeTest": "passed"
114
115
  }
115
116
  }