@editframe/api 0.42.8 → 0.44.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 +11 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @editframe/api
2
+
3
+ JavaScript/TypeScript API client for Editframe.
4
+
5
+ ## Install
6
+
7
+ ```sh
8
+ npm install @editframe/api
9
+ ```
10
+
11
+ See the [documentation](https://editframe.com/docs) for usage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editframe/api",
3
- "version": "0.42.8",
3
+ "version": "0.44.0",
4
4
  "description": "API functions for EditFrame",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "typedoc": "(typedoc --json ./types.json --plugin typedoc-plugin-zod --excludeExternals ./src || true) && ([ -f ./types.json ] && jq -c . ./types.json > ./types.tmp.json && mv ./types.tmp.json ./types.json || true)"
16
16
  },
17
17
  "author": "",
18
- "license": "UNLICENSED",
18
+ "license": "SEE LICENSE IN LICENSE-FULL.md",
19
19
  "devDependencies": {
20
20
  "@types/jsonwebtoken": "^9.0.6",
21
21
  "@types/mime-types": "^2.1.4",
@@ -24,7 +24,7 @@
24
24
  "typescript": "^5.9.3"
25
25
  },
26
26
  "dependencies": {
27
- "@editframe/assets": "0.42.8",
27
+ "@editframe/assets": "0.43.0",
28
28
  "@vitejs/plugin-react": "^4.3.4",
29
29
  "debug": "^4.3.5",
30
30
  "eventsource-parser": "^3.0.0",
@@ -108,4 +108,4 @@
108
108
  "./types.json": "./types.json"
109
109
  }
110
110
  }
111
- }
111
+ }