@e-mc/task 0.8.4 → 0.8.6

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 CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2023 An Pham
1
+ Copyright 2024 An Pham
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  ## Interface
11
11
 
12
- - https://www.unpkg.com/@e-mc/types@0.8.4/lib/index.d.ts
12
+ - https://www.unpkg.com/@e-mc/types@0.8.6/lib/index.d.ts
13
13
 
14
14
  ```typescript
15
15
  import type { IFileManager, IHost, ModuleConstructor } from "./index";
@@ -39,10 +39,10 @@ interface TaskConstructor extends ModuleConstructor {
39
39
 
40
40
  ## References
41
41
 
42
- - https://www.unpkg.com/@e-mc/types@0.8.4/lib/asset.d.ts
43
- - https://www.unpkg.com/@e-mc/types@0.8.4/lib/core.d.ts
44
- - https://www.unpkg.com/@e-mc/types@0.8.4/lib/settings.d.ts
45
- - https://www.unpkg.com/@e-mc/types@0.8.4/lib/task.d.ts
42
+ - https://www.unpkg.com/@e-mc/types@0.8.6/lib/asset.d.ts
43
+ - https://www.unpkg.com/@e-mc/types@0.8.6/lib/core.d.ts
44
+ - https://www.unpkg.com/@e-mc/types@0.8.6/lib/settings.d.ts
45
+ - https://www.unpkg.com/@e-mc/types@0.8.6/lib/task.d.ts
46
46
 
47
47
  ## LICENSE
48
48
 
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const core_1 = require("../core");
3
+ const core_1 = require("@e-mc/core");
4
4
  class Task extends core_1.Client {
5
5
  static async finalize(instance, assets) { }
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/task",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "description": "Task constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -20,6 +20,6 @@
20
20
  "license": "BSD 3-Clause",
21
21
  "homepage": "https://github.com/anpham6/e-mc#readme",
22
22
  "dependencies": {
23
- "@e-mc/core": "0.8.4"
23
+ "@e-mc/core": "0.8.6"
24
24
  }
25
25
  }