@schematichq/schematic-js 1.1.0 → 1.1.1

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematichq/schematic-js",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "dist/schematic.cjs.js",
5
5
  "module": "dist/schematic.esm.js",
6
6
  "types": "dist/schematic.d.ts",
@@ -24,22 +24,22 @@
24
24
  "build:types": "npx tsc && npx api-extractor run",
25
25
  "clean": "rm -rf dist",
26
26
  "format": "prettier --write src/*.ts",
27
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --fix",
27
+ "lint": "eslint src --report-unused-disable-directives --fix",
28
28
  "openapi": "rm -rf src/types/api/ && npx openapi-generator-cli generate -c openapi-config.yaml --global-property models=\"EventBody:EventBodyFlagCheck:EventBodyIdentify:EventBodyIdentifyCompany:EventBodyTrack:CheckFlagResponse:CheckFlagResponseData:CheckFlagsResponse:CheckFlagsResponseData\",supportingFiles=runtime.ts && prettier --write \"src/types/api/**/*.{ts,tsx}\"",
29
29
  "test": "jest --config jest.config.js"
30
30
  },
31
31
  "dependencies": {
32
- "cross-fetch": "^4.0.0",
33
- "uuid": "^11.0.1"
32
+ "cross-fetch": "^4.1.0",
33
+ "uuid": "^11.0.5"
34
34
  },
35
35
  "devDependencies": {
36
- "@microsoft/api-extractor": "^7.47.9",
37
- "@openapitools/openapi-generator-cli": "^2.15.3",
38
- "@types/jest": "^29.5.13",
36
+ "@microsoft/api-extractor": "^7.49.2",
37
+ "@openapitools/openapi-generator-cli": "^2.16.3",
38
+ "@types/jest": "^29.5.14",
39
39
  "@types/uuid": "^10.0.0",
40
- "@typescript-eslint/eslint-plugin": "^8.7.0",
41
- "@typescript-eslint/parser": "^8.7.0",
42
- "esbuild": "^0.24.0",
40
+ "@typescript-eslint/eslint-plugin": "^8.23.0",
41
+ "@typescript-eslint/parser": "^8.23.0",
42
+ "esbuild": "^0.24.2",
43
43
  "esbuild-jest": "^0.5.0",
44
44
  "eslint": "^8.57.1",
45
45
  "jest": "^29.7.0",
@@ -47,9 +47,9 @@
47
47
  "jest-esbuild": "^0.3.0",
48
48
  "jest-fetch-mock": "^3.0.3",
49
49
  "mock-socket": "^9.3.1",
50
- "prettier": "^3.3.3",
50
+ "prettier": "^3.4.2",
51
51
  "ts-jest": "^29.2.5",
52
- "typescript": "^5.6.2"
52
+ "typescript": "^5.7.3"
53
53
  },
54
54
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
55
55
  }