@atlaspack/codeframe 2.13.3-canary.520 → 2.13.3-canary.522

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/lib/codeframe.js +1 -1
  2. package/package.json +3 -3
package/lib/codeframe.js CHANGED
@@ -32,7 +32,7 @@ function _sliceAnsi() {
32
32
  };
33
33
  return data;
34
34
  }
35
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
35
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
36
36
  // @ts-expect-error emphasize is not typed
37
37
 
38
38
  // @ts-expect-error slice-ansi is not typed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/codeframe",
3
- "version": "2.13.3-canary.520+5256d37a8",
3
+ "version": "2.13.3-canary.522+34c7ceceb",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "type": "commonjs",
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@atlaspack/types-internal": "2.14.1-canary.520+5256d37a8",
28
+ "@atlaspack/types-internal": "2.14.1-canary.522+34c7ceceb",
29
29
  "chalk": "^4.1.0",
30
30
  "emphasize": "^4.2.0",
31
31
  "slice-ansi": "^4.0.0",
@@ -34,5 +34,5 @@
34
34
  "scripts": {
35
35
  "build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
36
36
  },
37
- "gitHead": "5256d37a88334554ae78456622389c97f66a2196"
37
+ "gitHead": "34c7cecebae240f11f36971b4eeaeaaf579531c9"
38
38
  }