@bmstravel/nvp-plop-templates 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,10 @@
1
1
  "use strict";
2
2
 
3
3
  import moleculer, { Errors } from "moleculer";
4
- import { Service, Action, Method } from "@decorator";
4
+ import { Service, Action, Method, ActionService, MethodService, HookService, EventService } from "@bmstravel/nvp-mixins";
5
5
  import { VERSION, Config, VISIBILITY } from "@src/common";
6
- import { ActionService, MethodService, HookService, EventService } from "@packages/nv-decorator";
7
6
 
8
- const serviceName = {{camelCase serviceName}}
7
+ const serviceName = "{{camelCase serviceName}}"
9
8
  @Service({
10
9
  name: serviceName,
11
10
  version: VERSION.v1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bmstravel/nvp-plop-templates",
3
- "version": "0.0.1",
4
- "description": "🏆 Use like a Pro!",
3
+ "version": "0.0.2",
4
+ "description": "🏆 Using for plop templates",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "files": [
@@ -15,5 +15,5 @@
15
15
  "phongnv86 <phongnguyenvan86@gmail.com>",
16
16
  "phongnv86 <phongnv@media-one.vn>"
17
17
  ],
18
- "gitHead": "eb8158343e7a7d7297244b6ceb9624af2d635e73"
18
+ "gitHead": "42201e64954f884fef901d6d10e4bb90fbf46ab5"
19
19
  }