@golar/plugin 0.0.6 → 0.0.7

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 +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11,8 +11,7 @@ const MSG_KIND = {
11
11
  };
12
12
  const SERVICE_CODE_PROPERTIES = {
13
13
  ERROR: 1,
14
- SOURCE_MAP: 2,
15
- DECLARATION_FILE: 4
14
+ DECLARATION_FILE: 2
16
15
  };
17
16
  const SCRIPT_KIND = {
18
17
  js: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golar/plugin",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dist/index.js"