jaypie 1.2.48 → 1.2.49
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/README.md +5 -13
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
|
-
# Jaypie
|
|
1
|
+
# Jaypie 🐦⬛
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Complete-stack approach to multi-environment cloud applications.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Aligns infrastructure, execution, and observability.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
| Date | Version | Summary |
|
|
10
|
-
| ---------- | ------- | -------------- |
|
|
11
|
-
| 10/16/2024 | 1.0.50 | Last 1.0.x release |
|
|
12
|
-
| 5/4/2024 | 1.0.24 | Adds `@jaypie/datadog` |
|
|
13
|
-
| 3/19/2024 | 1.0.0 | First publish with `@jaypie/core@1.0.0` |
|
|
14
|
-
| 3/15/2024 | 0.1.0 | Initial deploy |
|
|
15
|
-
| 3/15/2024 | 0.0.1 | Initial commit |
|
|
7
|
+
See [jaypie.net](https://jaypie.net) for documentation.
|
|
16
8
|
|
|
17
9
|
## 📜 License
|
|
18
10
|
|
|
19
|
-
[MIT License](./LICENSE.txt). Published by Finlayson Studio
|
|
11
|
+
[MIT License](./LICENSE.txt). Published by Finlayson Studio.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jaypie",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.49",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/finlaysonstudio/jaypie.git"
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"@jaypie/aws": "^1.2.8",
|
|
36
36
|
"@jaypie/core": "^1.2.2",
|
|
37
37
|
"@jaypie/datadog": "^1.2.2",
|
|
38
|
-
"@jaypie/errors": "^1.2.
|
|
38
|
+
"@jaypie/errors": "^1.2.2",
|
|
39
39
|
"@jaypie/express": "^1.2.23",
|
|
40
|
-
"@jaypie/kit": "^1.2.
|
|
40
|
+
"@jaypie/kit": "^1.2.9",
|
|
41
41
|
"@jaypie/lambda": "^1.2.8",
|
|
42
42
|
"@jaypie/logger": "^1.2.15"
|
|
43
43
|
},
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"typescript-eslint": "^8.46.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@jaypie/llm": "^1.2.
|
|
57
|
+
"@jaypie/llm": "^1.2.37",
|
|
58
58
|
"@jaypie/mongoose": "^1.2.2"
|
|
59
59
|
},
|
|
60
60
|
"peerDependenciesMeta": {
|