@infinite-craft/dom-types
Advanced tools
+1
-2
| //#region src/types/vue.d.ts | ||
| interface _ComputedWatcher<T = unknown> { | ||
@@ -49,3 +48,3 @@ getter(): T; | ||
| setSelectedInstance(instance: ICInstanceData): void; | ||
| switchSave(id: number): void; | ||
| switchSave(id: number): Promise<void>; | ||
| toggleDarkMode(): void; | ||
@@ -52,0 +51,0 @@ toggleSound(): void; |
+19
-16
| { | ||
| "name": "@infinite-craft/dom-types", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "description": "TypeScript type declarations for the Infinite Craft DOM tree and client API", | ||
| "type": "module", | ||
| "author": "GameRoMan", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "client", | ||
| "craft", | ||
| "dom", | ||
| "infinite", | ||
| "craft", | ||
| "infinite craft", | ||
| "infinite-craft", | ||
| "infinite craft", | ||
| "dom", | ||
| "client", | ||
| "types", | ||
| "typescript" | ||
| ], | ||
| "scripts": { | ||
| "build": "bunx --bun tsdown", | ||
| "npm:publish": "bun publish --access public" | ||
| "license": "MIT", | ||
| "author": "GameRoMan", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/infinite-craft-community/dom-types.git" | ||
| }, | ||
| "files": [ | ||
| "dist/**/*", | ||
| "README.md", | ||
| "LICENSE" | ||
| "dist/**/*" | ||
| ], | ||
| "main": "./dist/index.mjs", | ||
| "module": "./dist/index.mjs", | ||
| "type": "module", | ||
| "types": "./dist/index.d.mts", | ||
@@ -34,6 +31,12 @@ "exports": { | ||
| }, | ||
| "scripts": { | ||
| "build": "bunx --bun tsdown", | ||
| "format": "oxfmt --list-different || oxfmt", | ||
| "prepublishOnly": "bun run build" | ||
| }, | ||
| "devDependencies": { | ||
| "tsdown": "^0.18.0", | ||
| "oxfmt": "^0.26.0", | ||
| "tsdown": "^0.20.1", | ||
| "typescript": "^5.9.3" | ||
| } | ||
| } |
+0
-0
| # @infinite-craft/dom-types | ||
| TypeScript type declarations for the Infinite Craft DOM tree and client API |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
19855
0.54%0
-100%1
-50%3
50%