@nomalism-com/types 0.34.8 → 0.34.9

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/package-lock.json +229 -2
  2. package/package.json +3 -2
package/package-lock.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
- "version": "0.34.7",
3
+ "version": "0.34.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@nomalism-com/types",
9
- "version": "0.34.7",
9
+ "version": "0.34.8",
10
10
  "license": "UNLICENSED",
11
11
  "dependencies": {
12
12
  "joi": "^17.13.3"
13
13
  },
14
14
  "devDependencies": {
15
+ "@swc/core": "^1.11.29",
15
16
  "@types/node": "^22.15.21",
16
17
  "@typescript-eslint/eslint-plugin": "^8.32.1",
17
18
  "@typescript-eslint/parser": "^8.32.1",
@@ -1196,6 +1197,232 @@
1196
1197
  "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
1197
1198
  "license": "BSD-3-Clause"
1198
1199
  },
1200
+ "node_modules/@swc/core": {
1201
+ "version": "1.11.29",
1202
+ "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.11.29.tgz",
1203
+ "integrity": "sha512-g4mThMIpWbNhV8G2rWp5a5/Igv8/2UFRJx2yImrLGMgrDDYZIopqZ/z0jZxDgqNA1QDx93rpwNF7jGsxVWcMlA==",
1204
+ "dev": true,
1205
+ "hasInstallScript": true,
1206
+ "license": "Apache-2.0",
1207
+ "dependencies": {
1208
+ "@swc/counter": "^0.1.3",
1209
+ "@swc/types": "^0.1.21"
1210
+ },
1211
+ "engines": {
1212
+ "node": ">=10"
1213
+ },
1214
+ "funding": {
1215
+ "type": "opencollective",
1216
+ "url": "https://opencollective.com/swc"
1217
+ },
1218
+ "optionalDependencies": {
1219
+ "@swc/core-darwin-arm64": "1.11.29",
1220
+ "@swc/core-darwin-x64": "1.11.29",
1221
+ "@swc/core-linux-arm-gnueabihf": "1.11.29",
1222
+ "@swc/core-linux-arm64-gnu": "1.11.29",
1223
+ "@swc/core-linux-arm64-musl": "1.11.29",
1224
+ "@swc/core-linux-x64-gnu": "1.11.29",
1225
+ "@swc/core-linux-x64-musl": "1.11.29",
1226
+ "@swc/core-win32-arm64-msvc": "1.11.29",
1227
+ "@swc/core-win32-ia32-msvc": "1.11.29",
1228
+ "@swc/core-win32-x64-msvc": "1.11.29"
1229
+ },
1230
+ "peerDependencies": {
1231
+ "@swc/helpers": ">=0.5.17"
1232
+ },
1233
+ "peerDependenciesMeta": {
1234
+ "@swc/helpers": {
1235
+ "optional": true
1236
+ }
1237
+ }
1238
+ },
1239
+ "node_modules/@swc/core-darwin-arm64": {
1240
+ "version": "1.11.29",
1241
+ "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.11.29.tgz",
1242
+ "integrity": "sha512-whsCX7URzbuS5aET58c75Dloby3Gtj/ITk2vc4WW6pSDQKSPDuONsIcZ7B2ng8oz0K6ttbi4p3H/PNPQLJ4maQ==",
1243
+ "cpu": [
1244
+ "arm64"
1245
+ ],
1246
+ "dev": true,
1247
+ "license": "Apache-2.0 AND MIT",
1248
+ "optional": true,
1249
+ "os": [
1250
+ "darwin"
1251
+ ],
1252
+ "engines": {
1253
+ "node": ">=10"
1254
+ }
1255
+ },
1256
+ "node_modules/@swc/core-darwin-x64": {
1257
+ "version": "1.11.29",
1258
+ "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.11.29.tgz",
1259
+ "integrity": "sha512-S3eTo/KYFk+76cWJRgX30hylN5XkSmjYtCBnM4jPLYn7L6zWYEPajsFLmruQEiTEDUg0gBEWLMNyUeghtswouw==",
1260
+ "cpu": [
1261
+ "x64"
1262
+ ],
1263
+ "dev": true,
1264
+ "license": "Apache-2.0 AND MIT",
1265
+ "optional": true,
1266
+ "os": [
1267
+ "darwin"
1268
+ ],
1269
+ "engines": {
1270
+ "node": ">=10"
1271
+ }
1272
+ },
1273
+ "node_modules/@swc/core-linux-arm-gnueabihf": {
1274
+ "version": "1.11.29",
1275
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.11.29.tgz",
1276
+ "integrity": "sha512-o9gdshbzkUMG6azldHdmKklcfrcMx+a23d/2qHQHPDLUPAN+Trd+sDQUYArK5Fcm7TlpG4sczz95ghN0DMkM7g==",
1277
+ "cpu": [
1278
+ "arm"
1279
+ ],
1280
+ "dev": true,
1281
+ "license": "Apache-2.0",
1282
+ "optional": true,
1283
+ "os": [
1284
+ "linux"
1285
+ ],
1286
+ "engines": {
1287
+ "node": ">=10"
1288
+ }
1289
+ },
1290
+ "node_modules/@swc/core-linux-arm64-gnu": {
1291
+ "version": "1.11.29",
1292
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.11.29.tgz",
1293
+ "integrity": "sha512-sLoaciOgUKQF1KX9T6hPGzvhOQaJn+3DHy4LOHeXhQqvBgr+7QcZ+hl4uixPKTzxk6hy6Hb0QOvQEdBAAR1gXw==",
1294
+ "cpu": [
1295
+ "arm64"
1296
+ ],
1297
+ "dev": true,
1298
+ "license": "Apache-2.0 AND MIT",
1299
+ "optional": true,
1300
+ "os": [
1301
+ "linux"
1302
+ ],
1303
+ "engines": {
1304
+ "node": ">=10"
1305
+ }
1306
+ },
1307
+ "node_modules/@swc/core-linux-arm64-musl": {
1308
+ "version": "1.11.29",
1309
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.11.29.tgz",
1310
+ "integrity": "sha512-PwjB10BC0N+Ce7RU/L23eYch6lXFHz7r3NFavIcwDNa/AAqywfxyxh13OeRy+P0cg7NDpWEETWspXeI4Ek8otw==",
1311
+ "cpu": [
1312
+ "arm64"
1313
+ ],
1314
+ "dev": true,
1315
+ "license": "Apache-2.0 AND MIT",
1316
+ "optional": true,
1317
+ "os": [
1318
+ "linux"
1319
+ ],
1320
+ "engines": {
1321
+ "node": ">=10"
1322
+ }
1323
+ },
1324
+ "node_modules/@swc/core-linux-x64-gnu": {
1325
+ "version": "1.11.29",
1326
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.11.29.tgz",
1327
+ "integrity": "sha512-i62vBVoPaVe9A3mc6gJG07n0/e7FVeAvdD9uzZTtGLiuIfVfIBta8EMquzvf+POLycSk79Z6lRhGPZPJPYiQaA==",
1328
+ "cpu": [
1329
+ "x64"
1330
+ ],
1331
+ "dev": true,
1332
+ "license": "Apache-2.0 AND MIT",
1333
+ "optional": true,
1334
+ "os": [
1335
+ "linux"
1336
+ ],
1337
+ "engines": {
1338
+ "node": ">=10"
1339
+ }
1340
+ },
1341
+ "node_modules/@swc/core-linux-x64-musl": {
1342
+ "version": "1.11.29",
1343
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.11.29.tgz",
1344
+ "integrity": "sha512-YER0XU1xqFdK0hKkfSVX1YIyCvMDI7K07GIpefPvcfyNGs38AXKhb2byySDjbVxkdl4dycaxxhRyhQ2gKSlsFQ==",
1345
+ "cpu": [
1346
+ "x64"
1347
+ ],
1348
+ "dev": true,
1349
+ "license": "Apache-2.0 AND MIT",
1350
+ "optional": true,
1351
+ "os": [
1352
+ "linux"
1353
+ ],
1354
+ "engines": {
1355
+ "node": ">=10"
1356
+ }
1357
+ },
1358
+ "node_modules/@swc/core-win32-arm64-msvc": {
1359
+ "version": "1.11.29",
1360
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.11.29.tgz",
1361
+ "integrity": "sha512-po+WHw+k9g6FAg5IJ+sMwtA/fIUL3zPQ4m/uJgONBATCVnDDkyW6dBA49uHNVtSEvjvhuD8DVWdFP847YTcITw==",
1362
+ "cpu": [
1363
+ "arm64"
1364
+ ],
1365
+ "dev": true,
1366
+ "license": "Apache-2.0 AND MIT",
1367
+ "optional": true,
1368
+ "os": [
1369
+ "win32"
1370
+ ],
1371
+ "engines": {
1372
+ "node": ">=10"
1373
+ }
1374
+ },
1375
+ "node_modules/@swc/core-win32-ia32-msvc": {
1376
+ "version": "1.11.29",
1377
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.11.29.tgz",
1378
+ "integrity": "sha512-h+NjOrbqdRBYr5ItmStmQt6x3tnhqgwbj9YxdGPepbTDamFv7vFnhZR0YfB3jz3UKJ8H3uGJ65Zw1VsC+xpFkg==",
1379
+ "cpu": [
1380
+ "ia32"
1381
+ ],
1382
+ "dev": true,
1383
+ "license": "Apache-2.0 AND MIT",
1384
+ "optional": true,
1385
+ "os": [
1386
+ "win32"
1387
+ ],
1388
+ "engines": {
1389
+ "node": ">=10"
1390
+ }
1391
+ },
1392
+ "node_modules/@swc/core-win32-x64-msvc": {
1393
+ "version": "1.11.29",
1394
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.11.29.tgz",
1395
+ "integrity": "sha512-Q8cs2BDV9wqDvqobkXOYdC+pLUSEpX/KvI0Dgfun1F+LzuLotRFuDhrvkU9ETJA6OnD2+Fn/ieHgloiKA/Mn/g==",
1396
+ "cpu": [
1397
+ "x64"
1398
+ ],
1399
+ "dev": true,
1400
+ "license": "Apache-2.0 AND MIT",
1401
+ "optional": true,
1402
+ "os": [
1403
+ "win32"
1404
+ ],
1405
+ "engines": {
1406
+ "node": ">=10"
1407
+ }
1408
+ },
1409
+ "node_modules/@swc/counter": {
1410
+ "version": "0.1.3",
1411
+ "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
1412
+ "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
1413
+ "dev": true,
1414
+ "license": "Apache-2.0"
1415
+ },
1416
+ "node_modules/@swc/types": {
1417
+ "version": "0.1.21",
1418
+ "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.21.tgz",
1419
+ "integrity": "sha512-2YEtj5HJVbKivud9N4bpPBAyZhj4S2Ipe5LkUG94alTpr7in/GU/EARgPAd3BwU+YOmFVJC2+kjqhGRi3r0ZpQ==",
1420
+ "dev": true,
1421
+ "license": "Apache-2.0",
1422
+ "dependencies": {
1423
+ "@swc/counter": "^0.1.3"
1424
+ }
1425
+ },
1199
1426
  "node_modules/@tybys/wasm-util": {
1200
1427
  "version": "0.9.0",
1201
1428
  "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz",
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.34.8",
12
+ "version": "0.34.9",
13
13
  "type": "module",
14
14
  "main": "./dist/index.cjs",
15
15
  "module": "./dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "scripts": {
35
35
  "lint": "eslint --fix",
36
36
  "prebuild": "rm -rf dist",
37
- "build": "tsup",
37
+ "build": "tsc --noEmit && tsup",
38
38
  "postbuild": "cp dist/index.js dist/index.cjs",
39
39
  "prepack": "npm run lint && npm run build"
40
40
  },
@@ -42,6 +42,7 @@
42
42
  "joi": "^17.13.3"
43
43
  },
44
44
  "devDependencies": {
45
+ "@swc/core": "^1.11.29",
45
46
  "@types/node": "^22.15.21",
46
47
  "@typescript-eslint/eslint-plugin": "^8.32.1",
47
48
  "@typescript-eslint/parser": "^8.32.1",