@eggjs/tegg-standalone 1.0.5 → 1.2.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -6
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -1,11 +1,7 @@
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
- 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);
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
5
  }) : (function(o, m, k, k2) {
10
6
  if (k2 === undefined) k2 = k;
11
7
  o[k2] = m[k];
@@ -16,4 +12,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
12
  Object.defineProperty(exports, "__esModule", { value: true });
17
13
  __exportStar(require("./src/Runner"), exports);
18
14
  __exportStar(require("./src/main"), exports);
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsK0NBQTZCO0FBQzdCLDZDQUEyQiJ9
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFBQSwrQ0FBNkI7QUFDN0IsNkNBQTJCIn0=
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eggjs/tegg-standalone",
3
3
  "description": "tegg standalone",
4
- "version": "1.0.5",
4
+ "version": "1.2.0",
5
5
  "keywords": [
6
6
  "egg",
7
7
  "typescript",
@@ -39,17 +39,17 @@
39
39
  "license": "MIT",
40
40
  "dependencies": {
41
41
  "@eggjs/egg-module-common": "^1.0.0",
42
- "@eggjs/tegg": "^1.0.5",
43
- "@eggjs/tegg-background-task": "^1.0.0",
44
- "@eggjs/tegg-common-util": "^1.0.0",
45
- "@eggjs/tegg-dynamic-inject-runtime": "^1.0.5",
42
+ "@eggjs/tegg": "^1.2.0",
43
+ "@eggjs/tegg-background-task": "^1.1.1",
44
+ "@eggjs/tegg-common-util": "^1.1.1",
45
+ "@eggjs/tegg-dynamic-inject-runtime": "^1.2.0",
46
46
  "@eggjs/tegg-lifecycle": "^1.0.0",
47
- "@eggjs/tegg-loader": "^1.0.1",
48
- "@eggjs/tegg-metadata": "^1.0.1",
49
- "@eggjs/tegg-runtime": "^1.0.5"
47
+ "@eggjs/tegg-loader": "^1.1.1",
48
+ "@eggjs/tegg-metadata": "^1.1.1",
49
+ "@eggjs/tegg-runtime": "^1.2.0"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "2d677e33ce37039ab46075d1417bcb9e0924f39b"
54
+ "gitHead": "8e2a7384017df27fb28362defec21cd40e628bdb"
55
55
  }