jaypie 1.1.72 → 1.1.74

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,10 @@
1
1
  {
2
2
  "name": "jaypie",
3
- "version": "1.1.72",
3
+ "version": "1.1.74",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/finlaysonstudio/jaypie"
7
+ },
4
8
  "license": "MIT",
5
9
  "author": "Finlayson Studio",
6
10
  "type": "module",
@@ -32,11 +36,11 @@
32
36
  "dependencies": {
33
37
  "@jaypie/aws": "^1.1.21",
34
38
  "@jaypie/core": "^1.1.17",
35
- "@jaypie/datadog": "^1.1.11",
36
- "@jaypie/express": "^1.1.16",
39
+ "@jaypie/datadog": "^1.1.12",
40
+ "@jaypie/express": "^1.1.17",
37
41
  "@jaypie/kit": "^1.1.1",
38
42
  "@jaypie/lambda": "^1.1.6",
39
- "@jaypie/llm": "^1.1.27",
43
+ "@jaypie/llm": "^1.1.29",
40
44
  "@jaypie/mongoose": "^1.1.1"
41
45
  },
42
46
  "devDependencies": {
@@ -54,5 +58,5 @@
54
58
  "publishConfig": {
55
59
  "access": "public"
56
60
  },
57
- "gitHead": "0e8414490636bbda8f9f21bd2946d391500318a5"
61
+ "gitHead": "11acd570179a5e38486ceb3c55688061ed7d04ce"
58
62
  }
package/dist/jaypie.cjs DELETED
@@ -1,61 +0,0 @@
1
- 'use strict';
2
-
3
- var core = require('@jaypie/core');
4
- var aws = require('@jaypie/aws');
5
- var datadog = require('@jaypie/datadog');
6
- var express = require('@jaypie/express');
7
- var lambda = require('@jaypie/lambda');
8
- var llm = require('@jaypie/llm');
9
- var kit = require('@jaypie/kit');
10
- var mongoose = require('@jaypie/mongoose');
11
-
12
-
13
-
14
- Object.keys(core).forEach(function (k) {
15
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
16
- enumerable: true,
17
- get: function () { return core[k]; }
18
- });
19
- });
20
- Object.keys(aws).forEach(function (k) {
21
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
22
- enumerable: true,
23
- get: function () { return aws[k]; }
24
- });
25
- });
26
- Object.keys(datadog).forEach(function (k) {
27
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
28
- enumerable: true,
29
- get: function () { return datadog[k]; }
30
- });
31
- });
32
- Object.keys(express).forEach(function (k) {
33
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
34
- enumerable: true,
35
- get: function () { return express[k]; }
36
- });
37
- });
38
- Object.keys(lambda).forEach(function (k) {
39
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
40
- enumerable: true,
41
- get: function () { return lambda[k]; }
42
- });
43
- });
44
- Object.keys(llm).forEach(function (k) {
45
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
46
- enumerable: true,
47
- get: function () { return llm[k]; }
48
- });
49
- });
50
- Object.keys(kit).forEach(function (k) {
51
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
52
- enumerable: true,
53
- get: function () { return kit[k]; }
54
- });
55
- });
56
- Object.keys(mongoose).forEach(function (k) {
57
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
58
- enumerable: true,
59
- get: function () { return mongoose[k]; }
60
- });
61
- });
@@ -1,8 +0,0 @@
1
- export * from '@jaypie/core';
2
- export * from '@jaypie/aws';
3
- export * from '@jaypie/datadog';
4
- export * from '@jaypie/express';
5
- export * from '@jaypie/lambda';
6
- export * from '@jaypie/llm';
7
- export * from '@jaypie/kit';
8
- export * from '@jaypie/mongoose';