@flipdish/events 1.80.4 → 1.25342.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.
@@ -1,5 +1,5 @@
1
- import { z } from 'zod';
2
1
  import { extendZodWithOpenApi } from '@asteasolutions/zod-to-openapi';
2
+ import { z } from 'zod';
3
3
  extendZodWithOpenApi(z);
4
4
  export const ExternalPayloadSchemaV1 = z
5
5
  .object({
@@ -1,5 +1,5 @@
1
- import { z } from 'zod';
2
1
  import { extendZodWithOpenApi } from '@asteasolutions/zod-to-openapi';
2
+ import { z } from 'zod';
3
3
 
4
4
  extendZodWithOpenApi(z);
5
5
 
package/package.json CHANGED
@@ -1,59 +1,59 @@
1
1
  {
2
- "name": "@flipdish/events",
3
- "version": "1.80.4",
4
- "type": "module",
5
- "scripts": {
6
- "test": "node --max-old-space-size=4096 --max-semi-space-size=512 ./node_modules/.bin/jest --config=jest.config.ts --verbose",
7
- "test:watch": "node --max-old-space-size=4096 --max-semi-space-size=512 ./node_modules/.bin/jest --config=jest.config.ts --verbose --watch",
8
- "typecheck": "node --max-old-space-size=4096 ./node_modules/.bin/tsc --noEmit",
9
- "build": "node --max-old-space-size=4096 ./node_modules/.bin/tsc",
10
- "format": "biome format --write .",
11
- "lint": "biome lint --write .",
12
- "check": "biome check --write .",
13
- "cursor:init": ".husky/cursor-rules-init.sh",
14
- "prepare": "husky && node --max-old-space-size=4096 ./scripts/generate-slack-zod-schemas.mjs && npm run cursor:init",
15
- "lint-staged": "lint-staged",
16
- "adr:new": "adr new",
17
- "adr:list": "adr list",
18
- "openapi:from-zod": "node --max-old-space-size=4096 ./node_modules/.bin/tsx scripts/generate-openapi-from-zod.ts",
19
- "links:check": "linkinator webhooks/README.md --retry --skip 'mailto:,^#,https://docs.readme.com/.*/(preview|edit)' --accept 200-399",
20
- "ci:memory-optimize": "node scripts/memory-optimize-ci.js",
21
- "ci:test": "npm run ci:memory-optimize && npm test",
22
- "ci:build": "npm run ci:memory-optimize && npm run build"
23
- },
24
- "dependencies": {
25
- "@asteasolutions/zod-to-openapi": "^7.3.0",
26
- "@aws-sdk/client-cloudwatch-logs": "^3.400.0",
27
- "@jest/types": "^29.6.3",
28
- "@types/node": "^22.13.9",
29
- "aws-sdk": "^2.1692.0",
30
- "dotenv": "^16.3.1",
31
- "zod": "^3.24.2"
32
- },
33
- "engines": {
34
- "node": ">=22.0.0"
35
- },
36
- "author": "Flipdish",
37
- "license": "MIT",
38
- "devDependencies": {
39
- "@biomejs/biome": "^1.9.4",
40
- "@jest/globals": "^29.7.0",
41
- "@slack/types": "^2.14.0",
42
- "adr": "^1.5.2",
43
- "husky": "^9.1.7",
44
- "jest": "^29.7.0",
45
- "linkinator": "^6.1.4",
46
- "lint-staged": "^15.4.3",
47
- "semver": "^7.5.4",
48
- "ts-jest": "^29.2.6",
49
- "ts-node": "^10.9.2",
50
- "ts-to-zod": "^3.15.0",
51
- "tsx": "^4.20.3",
52
- "typescript": "^5.8.2"
53
- },
54
- "lint-staged": {
55
- "*.{js,jsx,ts,tsx}": [
56
- "biome check --write"
57
- ]
58
- }
2
+ "name": "@flipdish/events",
3
+ "version": "1.25342.0",
4
+ "type": "module",
5
+ "scripts": {
6
+ "test": "node --max-old-space-size=4096 --max-semi-space-size=512 ./node_modules/.bin/jest --config=jest.config.ts --verbose",
7
+ "test:watch": "node --max-old-space-size=4096 --max-semi-space-size=512 ./node_modules/.bin/jest --config=jest.config.ts --verbose --watch",
8
+ "typecheck": "node --max-old-space-size=4096 ./node_modules/.bin/tsc --noEmit",
9
+ "build": "node --max-old-space-size=4096 ./node_modules/.bin/tsc",
10
+ "format": "biome format --write .",
11
+ "lint": "biome lint --write .",
12
+ "check": "biome check --write .",
13
+ "cursor:init": ".husky/cursor-rules-init.sh",
14
+ "prepare": "husky && node --max-old-space-size=4096 ./scripts/generate-slack-zod-schemas.mjs && npm run cursor:init",
15
+ "lint-staged": "lint-staged",
16
+ "adr:new": "adr new",
17
+ "adr:list": "adr list",
18
+ "openapi:from-zod": "node --max-old-space-size=4096 ./node_modules/.bin/tsx scripts/generate-openapi-from-zod.ts",
19
+ "links:check": "linkinator webhooks/README.md --retry --skip 'mailto:,^#,https://docs.readme.com/.*/(preview|edit)' --accept 200-399",
20
+ "ci:memory-optimize": "node scripts/memory-optimize-ci.js",
21
+ "ci:test": "npm run ci:memory-optimize && npm test",
22
+ "ci:build": "npm run ci:memory-optimize && npm run build"
23
+ },
24
+ "dependencies": {
25
+ "@asteasolutions/zod-to-openapi": "^7.3.0",
26
+ "@aws-sdk/client-cloudwatch-logs": "^3.400.0",
27
+ "@jest/types": "^29.6.3",
28
+ "@types/node": "^22.13.9",
29
+ "aws-sdk": "^2.1692.0",
30
+ "dotenv": "^16.3.1",
31
+ "zod": "^3.24.2"
32
+ },
33
+ "engines": {
34
+ "node": ">=22.0.0"
35
+ },
36
+ "author": "Flipdish",
37
+ "license": "MIT",
38
+ "devDependencies": {
39
+ "@biomejs/biome": "^1.9.4",
40
+ "@jest/globals": "^29.7.0",
41
+ "@slack/types": "^2.14.0",
42
+ "adr": "^1.5.2",
43
+ "husky": "^9.1.7",
44
+ "jest": "^29.7.0",
45
+ "linkinator": "^6.1.4",
46
+ "lint-staged": "^15.4.3",
47
+ "semver": "^7.5.4",
48
+ "ts-jest": "^29.2.6",
49
+ "ts-node": "^10.9.2",
50
+ "ts-to-zod": "^3.15.0",
51
+ "tsx": "^4.20.3",
52
+ "typescript": "^5.8.2"
53
+ },
54
+ "lint-staged": {
55
+ "*.{js,jsx,ts,tsx}": [
56
+ "biome check --write"
57
+ ]
58
+ }
59
59
  }