@cassiopeia/source-dom
Advanced tools
Comparing version 5.3.7 to 5.3.8
@@ -6,7 +6,7 @@ import type { Cassiopeia } from 'cassiopeia'; | ||
export declare const createSourceDOM: (options: Options | undefined, cassiopeia: Cassiopeia) => { | ||
isActive: () => boolean; | ||
start: () => void; | ||
stop: () => void; | ||
isActive: () => boolean; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@cassiopeia/source-dom", | ||
"description": "", | ||
"version": "5.3.7", | ||
"author": "escapace <opensource@escapace.com>", | ||
"version": "5.3.8", | ||
"author": { | ||
"name": "escapace", | ||
"email": "opensource@escapace.com" | ||
}, | ||
"bugs": "https://github.com/escapace/cassiopeia/issues", | ||
"devDependencies": { | ||
"@types/chai": "4.3.14", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.12.3", | ||
"@typescript-eslint/eslint-plugin": "7.5.0", | ||
"@typescript-eslint/parser": "7.5.0", | ||
"chai": "5.1.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-escapace": "3.19.1", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-editorconfig": "4.0.3", | ||
"eslint-plugin-no-null": "1.0.2", | ||
"lint-staged": "15.2.2", | ||
"mocha": "10.4.0", | ||
"@ls-lint/ls-lint": "2.2.3", | ||
"@vitest/coverage-v8": "1.6.0", | ||
"eslint": "9.3.0", | ||
"eslint-config-escapace": "5.1.1", | ||
"esroll": "0.1.1", | ||
"jsdom": "24.0.0", | ||
"prettier": "3.2.5", | ||
"prettier-config-escapace": "1.0.6", | ||
"prettier-config-escapace": "1.2.1", | ||
"syncpack": "12.3.0", | ||
"tsx": "4.11.0", | ||
"typescript": "5.4.3", | ||
"cassiopeia": "5.3.7" | ||
"vitest": "1.6.0", | ||
"cassiopeia": "5.3.8" | ||
}, | ||
"engines": { | ||
"pnpm": ">=9.0.6" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./lib/types/index.d.ts", | ||
"import": "./lib/esm/index.mjs" | ||
"import": "./lib/browser/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"lib/esm", | ||
"lib/browser", | ||
"lib/types" | ||
], | ||
"homepage": "https://github.com/escapace/cassiopeia", | ||
"homepage": "https://github.com/escapace/cassiopeia/tree/trunk/packages/source-dom#readme", | ||
"license": "MPL-2.0", | ||
"module": "lib/esm/index.mjs", | ||
"module": "./lib/browser/index.js", | ||
"peerDependencies": { | ||
"cassiopeia": "5.3.7" | ||
"cassiopeia": "5.3.8" | ||
}, | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -49,8 +52,11 @@ "repository": "escapace/cassiopeia", | ||
"type": "module", | ||
"types": "lib/types/index.d.ts", | ||
"types": "./lib/types/index.d.ts", | ||
"scripts": { | ||
"build": "node ../../scripts/build.mjs", | ||
"lint": "eslint 'src/**/*.ts'", | ||
"build": "tsx scripts/build.ts", | ||
"format": "syncpack format --source package.json && eslint --no-warn-ignored --fix && prettier -uw .", | ||
"lint": "ls-lint --config .ls-lint.yaml && eslint", | ||
"ls-lint": "ls-lint --config .ls-lint.yaml", | ||
"test": "vitest --no-watch --coverage", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13
127
26003
1