@girs/atk-1.0
Advanced tools
Comparing version 2.45.1-3.2.8 to 2.45.1-4.0.0-beta.1
declare module 'gi://Atk?version=1.0' { | ||
import Atk10 from '@girs/atk-1.0'; | ||
export default Atk10; | ||
import Atk from '@girs/atk-1.0'; | ||
export default Atk; | ||
} | ||
declare module 'gi://Atk' { | ||
import Atk10 from '@girs/atk-1.0'; | ||
import Atk10 from 'gi://Atk?version=1.0'; | ||
export default Atk10; | ||
@@ -10,0 +10,0 @@ } |
// @ts-expect-error | ||
@@ -8,4 +7,1 @@ import Atk from 'gi://Atk?version=1.0'; | ||
{ | ||
"name": "@girs/atk-1.0", | ||
"version": "2.45.1-3.2.8", | ||
"version": "2.45.1-4.0.0-beta.1", | ||
"description": "GJS TypeScript type definitions for Atk-1.0, generated from library version 2.45.1", | ||
@@ -11,2 +11,3 @@ "type": "module", | ||
"types": "./atk-1.0-ambient.d.ts", | ||
"import": "./atk-1.0-ambient.js", | ||
"default": "./atk-1.0-ambient.js" | ||
@@ -16,24 +17,18 @@ }, | ||
"types": "./atk-1.0-import.d.ts", | ||
"import": "./atk-1.0-import.js", | ||
"default": "./atk-1.0-import.js" | ||
}, | ||
".": { | ||
"import": { | ||
"types": "./atk-1.0.d.ts", | ||
"default": "./atk-1.0.js" | ||
}, | ||
"require": { | ||
"types": "./atk-1.0.d.cts", | ||
"default": "./atk-1.0.cjs" | ||
} | ||
"types": "./atk-1.0.d.ts", | ||
"import": "./atk-1.0.js", | ||
"default": "./atk-1.0.js" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "yarn test:esm && yarn test:cjs", | ||
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit atk-1.0.d.ts", | ||
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit atk-1.0.d.cts" | ||
"test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit atk-1.0.d.ts" | ||
}, | ||
"dependencies": { | ||
"@girs/gjs": "^3.2.8", | ||
"@girs/glib-2.0": "^2.77.0-3.2.8", | ||
"@girs/gobject-2.0": "^2.77.0-3.2.8" | ||
"@girs/gjs": "^4.0.0-beta.1", | ||
"@girs/glib-2.0": "^2.77.0-4.0.0-beta.1", | ||
"@girs/gobject-2.0": "^2.77.0-4.0.0-beta.1" | ||
}, | ||
@@ -40,0 +35,0 @@ "devDependencies": { |
@@ -8,5 +8,4 @@ | ||
GJS TypeScript type definitions for Atk-1.0, generated from library version 2.45.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8. | ||
GJS TypeScript type definitions for Atk-1.0, generated from library version 2.45.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.1. | ||
ATK provides the set of accessibility interfaces that are implemented by other toolkits and applications. Using the ATK interfaces, accessibility tools have full access to view and control running applications. | ||
@@ -13,0 +12,0 @@ ## Install |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9355
451268
10
105
- Removed@girs/gjs@3.3.0(transitive)
- Removed@girs/glib-2.0@2.78.0-3.3.0(transitive)
- Removed@girs/gobject-2.0@2.78.0-3.3.0(transitive)
Updated@girs/gjs@^4.0.0-beta.1