jaypie 1.0.28 → 1.0.30

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,6 +1,6 @@
1
1
  {
2
2
  "name": "jaypie",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "author": "Finlayson Studio",
5
5
  "type": "module",
6
6
  "exports": {
@@ -27,12 +27,12 @@
27
27
  "test:spec:mongoose.package": "vitest run ./src/__tests__/mongoose.package.spec.js"
28
28
  },
29
29
  "dependencies": {
30
- "@jaypie/aws": "^1.0.5",
31
- "@jaypie/core": "^1.0.34",
32
- "@jaypie/datadog": "^1.0.0",
33
- "@jaypie/express": "^1.0.2",
34
- "@jaypie/lambda": "^1.0.4",
35
- "@jaypie/mongoose": "^1.0.7"
30
+ "@jaypie/aws": "^1.0.7",
31
+ "@jaypie/core": "^1.0.36",
32
+ "@jaypie/datadog": "^1.0.1",
33
+ "@jaypie/express": "^1.0.4",
34
+ "@jaypie/lambda": "^1.0.6",
35
+ "@jaypie/mongoose": "^1.0.9"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@jaypie/testkit": "^1.0.19",
package/rollup.config.mjs CHANGED
@@ -21,7 +21,7 @@ export default [
21
21
  input: "src/index.js", // Path to the CommonJS file
22
22
  output: [
23
23
  {
24
- file: "dist/jaypie.cjs.js", // Output file for CommonJS
24
+ file: "dist/jaypie.cjs", // Output file for CommonJS
25
25
  format: "cjs", // CommonJS format
26
26
  },
27
27
  ],
File without changes