@websimai/client-api-types 0.0.7 → 0.1.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.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # @websimai/client-api-types
2
-
3
- Type declarations for the `window.websim` object
1
+ # @websimai/client-api-types
2
+
3
+ Type declarations for the `window.websim` object
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- export { };
1
+ export {};
package/package.json CHANGED
@@ -1,42 +1,38 @@
1
1
  {
2
2
  "name": "@websimai/client-api-types",
3
- "version": "0.0.7",
3
+ "version": "0.1.0",
4
4
  "description": "Type declarations for the `window.websim` object",
5
- "type": "module",
6
- "author": "gameroman",
5
+ "keywords": [
6
+ "api",
7
+ "client",
8
+ "types",
9
+ "typescript",
10
+ "websim"
11
+ ],
7
12
  "license": "MIT",
8
- "publishConfig": {
9
- "access": "public"
10
- },
13
+ "author": "gameroman",
11
14
  "repository": {
12
15
  "type": "git",
13
16
  "url": "https://github.com/websimnpm/websim.git",
14
17
  "directory": "packages/client-api-types"
15
18
  },
16
- "keywords": [
17
- "websim",
18
- "client",
19
- "api",
20
- "types",
21
- "typescript"
22
- ],
23
- "scripts": {
24
- "build": "bunx --bun tsdown",
25
- "prepublishOnly": "bun run build"
26
- },
27
19
  "files": [
28
- "dist/**/*",
29
- "README.md"
20
+ "dist"
30
21
  ],
22
+ "type": "module",
31
23
  "types": "./dist/index.d.mts",
32
24
  "exports": {
33
25
  ".": "./dist/index.mjs",
34
26
  "./package.json": "./package.json"
35
27
  },
28
+ "scripts": {
29
+ "build": "bunx --bun tsdown",
30
+ "prepublishOnly": "bun run build"
31
+ },
36
32
  "dependencies": {
37
- "@websimai/shared-types": "0.0.5"
33
+ "@websimai/shared-types": "0.1.0"
38
34
  },
39
35
  "devDependencies": {
40
- "tsdown": "^0.20.1"
36
+ "tsdown": "^0.21.4"
41
37
  }
42
38
  }