archrip 0.1.5 → 0.1.6

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,14 +1,15 @@
1
1
  {
2
- "name": "archrips-viewer",
2
+ "name": "archrip-viewer",
3
3
  "version": "0.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
- "name": "archrips-viewer",
8
+ "name": "archrip-viewer",
9
9
  "version": "0.0.0",
10
10
  "dependencies": {
11
11
  "@xyflow/react": "^12.10.0",
12
+ "nuqs": "^2.8.8",
12
13
  "react": "^19.2.0",
13
14
  "react-dom": "^19.2.0"
14
15
  },
@@ -1153,6 +1154,12 @@
1153
1154
  "win32"
1154
1155
  ]
1155
1156
  },
1157
+ "node_modules/@standard-schema/spec": {
1158
+ "version": "1.0.0",
1159
+ "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
1160
+ "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
1161
+ "license": "MIT"
1162
+ },
1156
1163
  "node_modules/@tailwindcss/node": {
1157
1164
  "version": "4.1.18",
1158
1165
  "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz",
@@ -1376,66 +1383,6 @@
1376
1383
  "node": ">=14.0.0"
1377
1384
  }
1378
1385
  },
1379
- "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
1380
- "version": "1.7.1",
1381
- "dev": true,
1382
- "inBundle": true,
1383
- "license": "MIT",
1384
- "optional": true,
1385
- "dependencies": {
1386
- "@emnapi/wasi-threads": "1.1.0",
1387
- "tslib": "^2.4.0"
1388
- }
1389
- },
1390
- "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
1391
- "version": "1.7.1",
1392
- "dev": true,
1393
- "inBundle": true,
1394
- "license": "MIT",
1395
- "optional": true,
1396
- "dependencies": {
1397
- "tslib": "^2.4.0"
1398
- }
1399
- },
1400
- "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
1401
- "version": "1.1.0",
1402
- "dev": true,
1403
- "inBundle": true,
1404
- "license": "MIT",
1405
- "optional": true,
1406
- "dependencies": {
1407
- "tslib": "^2.4.0"
1408
- }
1409
- },
1410
- "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
1411
- "version": "1.1.0",
1412
- "dev": true,
1413
- "inBundle": true,
1414
- "license": "MIT",
1415
- "optional": true,
1416
- "dependencies": {
1417
- "@emnapi/core": "^1.7.1",
1418
- "@emnapi/runtime": "^1.7.1",
1419
- "@tybys/wasm-util": "^0.10.1"
1420
- }
1421
- },
1422
- "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
1423
- "version": "0.10.1",
1424
- "dev": true,
1425
- "inBundle": true,
1426
- "license": "MIT",
1427
- "optional": true,
1428
- "dependencies": {
1429
- "tslib": "^2.4.0"
1430
- }
1431
- },
1432
- "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
1433
- "version": "2.8.1",
1434
- "dev": true,
1435
- "inBundle": true,
1436
- "license": "0BSD",
1437
- "optional": true
1438
- },
1439
1386
  "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1440
1387
  "version": "4.1.18",
1441
1388
  "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
@@ -2357,6 +2304,43 @@
2357
2304
  "dev": true,
2358
2305
  "license": "MIT"
2359
2306
  },
2307
+ "node_modules/nuqs": {
2308
+ "version": "2.8.8",
2309
+ "resolved": "https://registry.npmjs.org/nuqs/-/nuqs-2.8.8.tgz",
2310
+ "integrity": "sha512-LF5sw9nWpHyPWzMMu9oho3r9C5DvkpmBIg4LQN78sexIzGaeRx8DWr0uy3YiFx5i2QGZN1Qqcb+OAtEVRa2bnA==",
2311
+ "license": "MIT",
2312
+ "dependencies": {
2313
+ "@standard-schema/spec": "1.0.0"
2314
+ },
2315
+ "funding": {
2316
+ "url": "https://github.com/sponsors/franky47"
2317
+ },
2318
+ "peerDependencies": {
2319
+ "@remix-run/react": ">=2",
2320
+ "@tanstack/react-router": "^1",
2321
+ "next": ">=14.2.0",
2322
+ "react": ">=18.2.0 || ^19.0.0-0",
2323
+ "react-router": "^5 || ^6 || ^7",
2324
+ "react-router-dom": "^5 || ^6 || ^7"
2325
+ },
2326
+ "peerDependenciesMeta": {
2327
+ "@remix-run/react": {
2328
+ "optional": true
2329
+ },
2330
+ "@tanstack/react-router": {
2331
+ "optional": true
2332
+ },
2333
+ "next": {
2334
+ "optional": true
2335
+ },
2336
+ "react-router": {
2337
+ "optional": true
2338
+ },
2339
+ "react-router-dom": {
2340
+ "optional": true
2341
+ }
2342
+ }
2343
+ },
2360
2344
  "node_modules/picocolors": {
2361
2345
  "version": "1.1.1",
2362
2346
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archrip",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Generate interactive architecture diagrams from your codebase using AI agents",
5
5
  "type": "module",
6
6
  "bin": {