@etohq/types 1.5.4-next.2 → 1.5.4-next.3

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/LICENSE +21 -0
  2. package/package.json +27 -27
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Etohq
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etohq/types",
3
- "version": "1.5.4-next.2",
3
+ "version": "1.5.4-next.3",
4
4
  "description": "Eto Types definition",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -1144,36 +1144,29 @@
1144
1144
  ],
1145
1145
  "author": "Eto",
1146
1146
  "license": "MIT",
1147
- "scripts": {
1148
- "build": "rimraf dist && tsc --build && npm run resolve:aliases",
1149
- "watch": "tsc --build --watch",
1150
- "resolve:aliases": "tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && tsc-alias -p tsconfig.resolved.json && rimraf tsconfig.resolved.json",
1151
- "test": "exit 0",
1152
- "generate:exports": "node ../../../scripts/generate-exports.js"
1153
- },
1154
1147
  "dependencies": {
1155
- "bignumber.js": "catalog:shared",
1156
- "geojson": "catalog:shared"
1148
+ "bignumber.js": "9.1.2",
1149
+ "geojson": "^0.5.0"
1157
1150
  },
1158
1151
  "devDependencies": {
1159
- "@mikro-orm/core": "catalog:shared",
1160
- "@types/jest": "catalog:shared",
1161
- "@types/node": "catalog:shared",
1162
- "awilix": "catalog:shared",
1163
- "expect-type": "catalog:shared",
1164
- "ioredis": "catalog:shared",
1165
- "rimraf": "catalog:shared",
1166
- "encore.dev": "catalog:shared",
1167
- "typescript": "catalog:shared",
1168
- "tsc-alias": "catalog:shared",
1169
- "vite": "catalog:shared",
1170
- "jsonwebtoken": "catalog:shared",
1171
- "geojson": "catalog:shared"
1152
+ "@mikro-orm/core": "6.4.3",
1153
+ "@types/jest": "29.5.14",
1154
+ "@types/node": "22.10.5",
1155
+ "awilix": "8.0.1",
1156
+ "expect-type": "0.20.0",
1157
+ "ioredis": "5.4.1",
1158
+ "rimraf": "5.0.2",
1159
+ "encore.dev": "1.54.0",
1160
+ "typescript": "5.8.3",
1161
+ "tsc-alias": "1.8.6",
1162
+ "vite": "5.2.11",
1163
+ "jsonwebtoken": "9.0.3",
1164
+ "geojson": "^0.5.0"
1172
1165
  },
1173
1166
  "peerDependencies": {
1174
- "awilix": "catalog:shared",
1175
- "ioredis": "catalog:shared",
1176
- "vite": "catalog:shared"
1167
+ "awilix": "8.0.1",
1168
+ "ioredis": "5.4.1",
1169
+ "vite": "5.2.11"
1177
1170
  },
1178
1171
  "peerDependenciesMeta": {
1179
1172
  "ioredis": {
@@ -1182,5 +1175,12 @@
1182
1175
  "vite": {
1183
1176
  "optional": true
1184
1177
  }
1178
+ },
1179
+ "scripts": {
1180
+ "build": "rimraf dist && tsc --build && npm run resolve:aliases",
1181
+ "watch": "tsc --build --watch",
1182
+ "resolve:aliases": "tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && tsc-alias -p tsconfig.resolved.json && rimraf tsconfig.resolved.json",
1183
+ "test": "exit 0",
1184
+ "generate:exports": "node ../../../scripts/generate-exports.js"
1185
1185
  }
1186
- }
1186
+ }