jaypie 1.0.32 → 1.0.34

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/README.md +1 -1
  2. package/package.json +5 -8
package/README.md CHANGED
@@ -977,7 +977,7 @@ test("log", () => {
977
977
 
978
978
  ## 🌠 Wishlist
979
979
 
980
- * `@jaypie/express` - Express package
980
+ * Optional loading of Jaypie side packages
981
981
  * ...Nicely organized VitePress documentation 😅
982
982
 
983
983
  ## 📝 Changelog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaypie",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "author": "Finlayson Studio",
5
5
  "type": "module",
6
6
  "exports": {
@@ -27,22 +27,19 @@
27
27
  "test:spec:mongoose.package": "vitest run ./src/__tests__/mongoose.package.spec.js"
28
28
  },
29
29
  "dependencies": {
30
- "@jaypie/aws": "^1.0.7",
30
+ "@jaypie/aws": "^1.0.8",
31
31
  "@jaypie/core": "^1.0.37",
32
32
  "@jaypie/datadog": "^1.0.3",
33
33
  "@jaypie/express": "^1.0.4",
34
- "@jaypie/lambda": "^1.0.6",
34
+ "@jaypie/lambda": "^1.0.8",
35
35
  "@jaypie/mongoose": "^1.0.9"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@jaypie/testkit": "^1.0.19",
39
- "@rollup/plugin-commonjs": "^25.0.7",
39
+ "@rollup/plugin-commonjs": "^26.0.1",
40
40
  "@rollup/plugin-node-resolve": "^15.2.3",
41
41
  "eslint": "^8.57.0",
42
- "eslint-config-prettier": "^9.1.0",
43
- "eslint-plugin-import": "^2.29.1",
44
- "eslint-plugin-prettier": "^5.1.3",
45
- "eslint-plugin-vitest": "^0.4.1",
42
+ "eslint-config-jaypie": "^1.0.7",
46
43
  "hygen": "^6.2.11",
47
44
  "jest-extended": "^4.0.2",
48
45
  "prettier": "^3.2.5",