@memberjunction/scheduling-base-types 3.4.0 → 4.0.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/dist/index.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * @fileoverview Main export for Scheduling Base Types
3
3
  * @module @memberjunction/scheduling-base-types
4
4
  */
5
- export * from './types';
5
+ export * from './types.js';
6
6
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,22 +1,6 @@
1
- "use strict";
2
1
  /**
3
2
  * @fileoverview Main export for Scheduling Base Types
4
3
  * @module @memberjunction/scheduling-base-types
5
4
  */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- var desc = Object.getOwnPropertyDescriptor(m, k);
9
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
- desc = { enumerable: true, get: function() { return m[k]; } };
11
- }
12
- Object.defineProperty(o, k2, desc);
13
- }) : (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- o[k2] = m[k];
16
- }));
17
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- __exportStar(require("./types"), exports);
5
+ export * from './types.js';
22
6
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,SAAS,CAAC"}
package/dist/types.js CHANGED
@@ -1,7 +1,6 @@
1
- "use strict";
2
1
  /**
3
2
  * @fileoverview Core type definitions for the Scheduled Jobs system
4
3
  * @module @memberjunction/scheduling-base-types
5
4
  */
6
- Object.defineProperty(exports, "__esModule", { value: true });
5
+ export {};
7
6
  //# sourceMappingURL=types.js.map
package/dist/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@memberjunction/scheduling-base-types",
3
- "version": "3.4.0",
3
+ "type": "module",
4
+ "version": "4.0.0",
4
5
  "description": "MemberJunction: Scheduling Base Types - core type definitions for the scheduled jobs system, usable anywhere without heavy dependencies",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
@@ -8,17 +9,17 @@
8
9
  "/dist"
9
10
  ],
10
11
  "scripts": {
11
- "build": "tsc",
12
+ "build": "tsc && tsc-alias -f",
12
13
  "watch": "tsc --watch"
13
14
  },
14
15
  "author": "MemberJunction.com",
15
16
  "license": "ISC",
16
17
  "dependencies": {
17
- "@memberjunction/global": "3.4.0"
18
+ "@memberjunction/global": "4.0.0"
18
19
  },
19
20
  "devDependencies": {
20
- "@types/node": "20.14.2",
21
- "typescript": "^5.4.5"
21
+ "@types/node": "24.10.11",
22
+ "typescript": "^5.9.3"
22
23
  },
23
24
  "repository": {
24
25
  "type": "git",