obsidian-typings 2.13.6 → 2.13.7

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 (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "2.13.6",
3
+ "version": "2.13.7",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",
@@ -51,7 +51,7 @@
51
51
  "electron": ">=1.6.10",
52
52
  "i18next": "^23.15.1",
53
53
  "obsidian": "^1.7.2",
54
- "pixi.js": "^8.6.6"
54
+ "pixi.js": "git://github.com/mnaoumov/pixijs-fork.git"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@microsoft/api-extractor": "^7.49.1",
@@ -70,13 +70,12 @@
70
70
  "ts-morph": "^25.0.0"
71
71
  },
72
72
  "scripts": {
73
- "build": "npm-run-all build:clean build:fix-pixi-js build:validate build:generate-index build:bundle-types build:fix-bundle-types build:implementations build:implementations:generate-types build:implementations:bundle-types build:style-mod build:extract-api",
73
+ "build": "npm-run-all build:clean build:validate build:generate-index build:bundle-types build:fix-bundle-types build:implementations build:implementations:generate-types build:implementations:bundle-types build:style-mod build:extract-api",
74
74
  "build:clean": "bun run scripts/build-clean.ts",
75
75
  "build:validate": "tsc --build --force",
76
76
  "build:generate-index": "bun run scripts/build-generate-index.ts",
77
77
  "build:bundle-types": "dts-bundle-generator ./src/index.d.ts --out-file ./dist/types.d.ts --inline-declare-global --inline-declare-externals --sort",
78
78
  "build:fix-bundle-types": "bun run scripts/build-fix-bundle-types.ts",
79
- "build:fix-pixi-js": "bun run scripts/build-fix-pixi-js.ts",
80
79
  "build:implementations": "bun run scripts/build-implementations.ts",
81
80
  "build:implementations:generate-types": "tsc --project ./tsconfig.implementations.json",
82
81
  "build:implementations:bundle-types": "dts-bundle-generator ./src/obsidian/implementations/index.ts --out-file ./dist/implementations.d.ts --sort --no-check",