@openhi/constructs 0.0.162 → 0.0.164

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 (32) hide show
  1. package/lib/{chunk-WOTU36P3.mjs → chunk-WFTDH2NM.mjs} +3 -2
  2. package/lib/chunk-WFTDH2NM.mjs.map +1 -0
  3. package/lib/{chunk-MLFMW5IF.mjs → chunk-XHG4SODS.mjs} +9 -5
  4. package/lib/chunk-XHG4SODS.mjs.map +1 -0
  5. package/lib/{chunk-7TRO2STL.mjs → chunk-ZODGX37H.mjs} +543 -46
  6. package/lib/chunk-ZODGX37H.mjs.map +1 -0
  7. package/lib/{events-TG654e7L.d.mts → events-dO9nxnPa.d.mts} +89 -4
  8. package/lib/{events-TG654e7L.d.ts → events-dO9nxnPa.d.ts} +89 -4
  9. package/lib/index.d.mts +1 -1
  10. package/lib/index.d.ts +90 -5
  11. package/lib/index.js +335 -52
  12. package/lib/index.js.map +1 -1
  13. package/lib/index.mjs +46 -2
  14. package/lib/index.mjs.map +1 -1
  15. package/lib/pre-token-generation.handler.js +1 -0
  16. package/lib/pre-token-generation.handler.js.map +1 -1
  17. package/lib/pre-token-generation.handler.mjs +1 -1
  18. package/lib/provision-default-workspace.handler.js +9 -4
  19. package/lib/provision-default-workspace.handler.js.map +1 -1
  20. package/lib/provision-default-workspace.handler.mjs +2 -2
  21. package/lib/rest-api-lambda.handler.js +292 -287
  22. package/lib/rest-api-lambda.handler.js.map +1 -1
  23. package/lib/rest-api-lambda.handler.mjs +2 -2
  24. package/lib/seed-demo-data.handler.d.mts +4 -2
  25. package/lib/seed-demo-data.handler.d.ts +4 -2
  26. package/lib/seed-demo-data.handler.js +553 -74
  27. package/lib/seed-demo-data.handler.js.map +1 -1
  28. package/lib/seed-demo-data.handler.mjs +2 -2
  29. package/package.json +13 -13
  30. package/lib/chunk-7TRO2STL.mjs.map +0 -1
  31. package/lib/chunk-MLFMW5IF.mjs.map +0 -1
  32. package/lib/chunk-WOTU36P3.mjs.map +0 -1
@@ -8,9 +8,9 @@ import {
8
8
  productionCognitoProvisioner,
9
9
  runSeedDemoData,
10
10
  seedDemoGraph
11
- } from "./chunk-7TRO2STL.mjs";
11
+ } from "./chunk-ZODGX37H.mjs";
12
12
  import "./chunk-P3NFCKTZ.mjs";
13
- import "./chunk-MLFMW5IF.mjs";
13
+ import "./chunk-XHG4SODS.mjs";
14
14
  import "./chunk-BUAYVN3C.mjs";
15
15
  import "./chunk-5S6VFBLT.mjs";
16
16
  import "./chunk-I6LUPJUY.mjs";
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "eslint-import-resolver-typescript": "^4.4.4",
21
21
  "eslint-plugin-import": "^2.32.0",
22
22
  "eslint-plugin-jsdoc": "^62.9.0",
23
- "eslint-plugin-prettier": "^5.5.5",
23
+ "eslint-plugin-prettier": "^5.5.6",
24
24
  "eslint-plugin-tsdoc": "^0.5.2",
25
25
  "jest": "^30.4.2",
26
26
  "jest-dynalite": "^3.6.1",
@@ -36,15 +36,15 @@
36
36
  "constructs": "10.6.0"
37
37
  },
38
38
  "dependencies": {
39
- "@aws-sdk/client-cloudformation": "^3.1055.0",
40
- "@aws-sdk/client-cognito-identity-provider": "^3.1055.0",
41
- "@aws-sdk/client-dynamodb": "^3.1055.0",
42
- "@aws-sdk/client-eventbridge": "^3.1055.0",
43
- "@aws-sdk/client-rds-data": "^3.1055.0",
44
- "@aws-sdk/client-s3": "^3.1055.0",
45
- "@aws-sdk/client-secrets-manager": "^3.1055.0",
46
- "@aws-sdk/client-ssm": "^3.1055.0",
47
- "@codedrifters/utils": "^0.0.33",
39
+ "@aws-sdk/client-cloudformation": "^3.1056.0",
40
+ "@aws-sdk/client-cognito-identity-provider": "^3.1056.0",
41
+ "@aws-sdk/client-dynamodb": "^3.1056.0",
42
+ "@aws-sdk/client-eventbridge": "^3.1056.0",
43
+ "@aws-sdk/client-rds-data": "^3.1056.0",
44
+ "@aws-sdk/client-s3": "^3.1056.0",
45
+ "@aws-sdk/client-secrets-manager": "^3.1056.0",
46
+ "@aws-sdk/client-ssm": "^3.1056.0",
47
+ "@codedrifters/utils": "^0.0.34",
48
48
  "@codegenie/serverless-express": "^4.17.1",
49
49
  "@types/aws-lambda": "^8.10.161",
50
50
  "awscdk-appsync-utils": "^0.0.858",
@@ -55,9 +55,9 @@
55
55
  "pg": "^8.21.0",
56
56
  "type-fest": "^4",
57
57
  "ulid": "^3.0.2",
58
+ "@openhi/types": "0.0.0",
58
59
  "@openhi/config": "0.0.0",
59
- "@openhi/workflows": "0.0.0",
60
- "@openhi/types": "0.0.0"
60
+ "@openhi/workflows": "0.0.0"
61
61
  },
62
62
  "devEngines": {
63
63
  "packageManager": {
@@ -71,7 +71,7 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "version": "0.0.162",
74
+ "version": "0.0.164",
75
75
  "types": "lib/index.d.ts",
76
76
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\".",
77
77
  "scripts": {