@seatsio/seatsio-types 5.0.0 → 5.1.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -7
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  TypeScript definitions for the renderer, event manager and chart designer of [Seats.io](https://www.seats.io/).
2
2
 
3
- This replaces the legacy package [@types/seatsio](https://www.npmjs.com/package/@types/seatsio).
3
+ This replaces the legacy package [@types/seatsio](https://www.npmjs.com/package/@types/seatsio).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seatsio/seatsio-types",
3
3
  "description": "Type definitions for Seats.io",
4
- "version": "5.0.0",
4
+ "version": "5.1.0",
5
5
  "license": "MIT",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
@@ -12,15 +12,13 @@
12
12
  "url": "https://github.com/seatsio/seatsio-types"
13
13
  },
14
14
  "devDependencies": {
15
- "@actions/core": "1.10.1",
16
- "cli-select-2": "2.0.0",
17
15
  "typescript": "5.2.2",
18
- "yargs": "17.7.2"
16
+ "zx": "8.1.8",
17
+ "semver": "7.6.3"
19
18
  },
20
19
  "scripts": {
21
20
  "build": "tsc",
22
21
  "test": "yarn tsc --noEmit src/index.test.ts",
23
- "test:watch": "tsc --watch src/index.test.ts",
24
- "bump-version": "node scripts/bumpVersion.mjs"
22
+ "test:watch": "tsc --watch src/index.test.ts"
25
23
  }
26
- }
24
+ }