@eggjs/tegg-standalone 1.3.0 → 1.3.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.3.3](https://github.com/eggjs/tegg/compare/@eggjs/tegg-standalone@1.3.2...@eggjs/tegg-standalone@1.3.3) (2022-07-20)
7
+
8
+ **Note:** Version bump only for package @eggjs/tegg-standalone
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.3.2](https://github.com/eggjs/tegg/compare/@eggjs/tegg-standalone@1.3.1...@eggjs/tegg-standalone@1.3.2) (2022-07-20)
15
+
16
+ **Note:** Version bump only for package @eggjs/tegg-standalone
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.3.0](https://github.com/eggjs/tegg/compare/v1.2.0...v1.3.0) (2022-07-01)
7
23
 
8
24
  **Note:** Version bump only for package @eggjs/tegg-standalone
package/dist/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];
@@ -12,4 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
12
16
  Object.defineProperty(exports, "__esModule", { value: true });
13
17
  __exportStar(require("./src/Runner"), exports);
14
18
  __exportStar(require("./src/main"), exports);
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFBQSwrQ0FBNkI7QUFDN0IsNkNBQTJCIn0=
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsK0NBQTZCO0FBQzdCLDZDQUEyQiJ9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eggjs/tegg-standalone",
3
3
  "description": "tegg standalone",
4
- "version": "1.3.0",
4
+ "version": "1.3.3",
5
5
  "keywords": [
6
6
  "egg",
7
7
  "typescript",
@@ -39,7 +39,7 @@
39
39
  "license": "MIT",
40
40
  "dependencies": {
41
41
  "@eggjs/egg-module-common": "^1.0.0",
42
- "@eggjs/tegg": "^1.3.0",
42
+ "@eggjs/tegg": "^1.3.3",
43
43
  "@eggjs/tegg-background-task": "^1.3.0",
44
44
  "@eggjs/tegg-common-util": "^1.1.1",
45
45
  "@eggjs/tegg-dynamic-inject-runtime": "^1.3.0",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "22ef3a397c05de85ec2457c809c0df330fc24501"
54
+ "gitHead": "5da127fcf618ed89c4bf1beadc38bb2058f8426b"
55
55
  }