@augmenting-integrations/deploy-tools 8.6.0 → 8.8.0

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augmenting-integrations/deploy-tools",
3
- "version": "8.6.0",
3
+ "version": "8.8.0",
4
4
  "description": "Augint platform deploy tooling. `augint validate-spoke` checks Prisma canonical schema against the app manifest; `augint package-next-lambda` packages a Next standalone build for Lambda. Shared across every spoke + apex repo so deploy logic isn't copy/pasted into each app's CI workflow.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -19,14 +19,14 @@
19
19
  "README.md"
20
20
  ],
21
21
  "dependencies": {
22
- "@augmenting-integrations/platform": "8.6.0"
22
+ "@augmenting-integrations/platform": "8.8.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^20.17.6",
26
26
  "tsup": "^8.3.5",
27
27
  "typescript": "^5.7.2",
28
28
  "vitest": "^4.1.5",
29
- "@augmenting-integrations/platform": "8.6.0"
29
+ "@augmenting-integrations/platform": "8.8.0"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsup",