@learnpack/learnpack 5.0.297 → 5.0.298

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.
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.processImage = exports.createLearnJson = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ require("newrelic");
5
6
  const command_1 = require("@oclif/command");
6
7
  const buffer_1 = require("buffer");
7
8
  const express = require("express");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@learnpack/learnpack",
3
3
  "description": "Seamlessly build, sell and/or take interactive & auto-graded tutorials, start learning now or build a new tutorial to your audience.",
4
- "version": "5.0.297",
4
+ "version": "5.0.298",
5
5
  "author": "Alejandro Sanchez @alesanchezr",
6
6
  "contributors": [
7
7
  {
@@ -1,4 +1,5 @@
1
- import * as newrelic from "newrelic"
1
+ require("newrelic")
2
+
2
3
  import { flags } from "@oclif/command"
3
4
 
4
5
  import { Buffer } from "buffer"