@rxbenefits/server-utils 0.2.2 → 0.2.3

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.
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@rxbenefits/server-utils",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
7
+ "scripts": {
8
+ "build": "echo 'Server utils uses source files directly'",
9
+ "lint": "eslint . --ext .ts,.tsx"
10
+ },
7
11
  "dependencies": {
8
12
  "@opentelemetry/api": "^1.9.0",
9
13
  "axios": "^1.7.9",
@@ -14,9 +18,5 @@
14
18
  "devDependencies": {
15
19
  "@types/formidable": "^3.4.5",
16
20
  "@types/node": "^20"
17
- },
18
- "scripts": {
19
- "build": "echo 'Server utils uses source files directly'",
20
- "lint": "eslint . --ext .ts,.tsx"
21
21
  }
22
- }
22
+ }
@@ -1,5 +0,0 @@
1
-
2
- > @admin-portal/server-utils@0.0.0 build /Users/dmalone/Documents/GitHub/admin-portal/packages/server-utils
3
- > echo 'Server utils uses source files directly'
4
-
5
- Server utils uses source files directly
@@ -1,5 +0,0 @@
1
-
2
- > @admin-portal/server-utils@0.0.0 lint /Users/dmalone/Documents/GitHub/admin-portal/packages/server-utils
3
- > eslint . --ext .ts,.tsx
4
-
5
- Pages directory cannot be found at /Users/dmalone/Documents/GitHub/admin-portal/packages/server-utils/pages or /Users/dmalone/Documents/GitHub/admin-portal/packages/server-utils/src/pages. If using a custom path, please configure with the `no-html-link-for-pages` rule in your eslint config file.