@arcgis/lumina-compiler 4.33.0-next.98 → 4.33.0-next.99

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.
@@ -346,7 +346,7 @@ export type GenerateTypesOptions = Omit<VitePluginDtsOptions, "beforeWriteFile"
346
346
  * This transformer is used only on .d.ts files of your components. Any
347
347
  * .d.ts files for utility files or other non-entrypoint files are not
348
348
  * affected by this transformer. For those, you can use the
349
- * `declarationAstTransformers` option.
349
+ * `declarationTextTransformers` option.
350
350
  */
351
351
  readonly declarationAstTransformers?: FileTransformer[];
352
352
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.33.0-next.98",
3
+ "version": "4.33.0-next.99",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -18,9 +18,9 @@
18
18
  ],
19
19
  "license": "SEE LICENSE IN LICENSE.md",
20
20
  "dependencies": {
21
- "@arcgis/api-extractor": "4.33.0-next.98",
22
- "@arcgis/components-build-utils": "4.33.0-next.98",
23
- "@arcgis/components-utils": "4.33.0-next.98",
21
+ "@arcgis/api-extractor": "4.33.0-next.99",
22
+ "@arcgis/components-build-utils": "4.33.0-next.99",
23
+ "@arcgis/components-utils": "4.33.0-next.99",
24
24
  "chalk": "^5.3.0",
25
25
  "esbuild": "^0.24.0",
26
26
  "glob": "^11.0.0",
@@ -37,6 +37,6 @@
37
37
  "vitest-fail-on-console": "^0.7.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@arcgis/lumina": "~4.33.0-next.98"
40
+ "@arcgis/lumina": "~4.33.0-next.99"
41
41
  }
42
42
  }
@@ -1,2 +0,0 @@
1
- import { FileTransformer } from '../publicTypes';
2
- export declare const failOnJsonImport: FileTransformer;