modal 0.3.24 → 0.5.0-dev.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modal",
3
- "version": "0.3.24",
3
+ "version": "0.5.0-dev.6",
4
4
  "description": "Modal client library for JavaScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://modal.com/docs",
@@ -32,12 +32,13 @@
32
32
  "format:check": "prettier --check .",
33
33
  "lint": "eslint",
34
34
  "prepare": "scripts/gen-proto.sh",
35
- "test": "vitest",
36
- "version": "npm run check && git add -A && git commit -m \"modal-js/v$npm_package_version\"",
37
- "prepublishOnly": "npm run build && git push",
38
- "postpublish": "git tag modal-js/v$npm_package_version && git push --tags"
35
+ "test": "vitest run",
36
+ "test:watch": "vitest",
37
+ "version": "npm run check",
38
+ "prepublishOnly": "npm run build"
39
39
  },
40
40
  "dependencies": {
41
+ "cbor-x": "^1.6.0",
41
42
  "long": "^5.3.1",
42
43
  "nice-grpc": "^2.1.12",
43
44
  "protobufjs": "^7.5.0",
@@ -46,16 +47,18 @@
46
47
  },
47
48
  "devDependencies": {
48
49
  "@eslint/js": "^9.28.0",
50
+ "@types/jsonwebtoken": "^9.0.10",
49
51
  "@types/node": "^22.15.2",
50
52
  "eslint": "^9.28.0",
51
53
  "globals": "^16.2.0",
52
54
  "grpc-tools": "^1.13.0",
53
55
  "http-server": "^14.1.1",
56
+ "jsonwebtoken": "^9.0.2",
54
57
  "p-queue": "^8.1.0",
55
58
  "prettier": "^3.5.3",
56
59
  "ts-proto": "^2.7.0",
57
60
  "tsup": "^8.4.0",
58
- "tsx": "^4.19.3",
61
+ "tsx": "^4.20.5",
59
62
  "typedoc": "^0.28.5",
60
63
  "typescript": "~5.8.3",
61
64
  "typescript-eslint": "^8.33.1",