@ankhorage/devtools 1.1.1 → 1.1.2

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.
package/dist/eslint.d.ts CHANGED
@@ -3,9 +3,6 @@ import type { DevtoolsConfigOptions } from './types.js';
3
3
  export declare const defaultIgnores: readonly ["**/ios/**", "**/android/**", "**/dist/**", "**/build/**", "**/.expo/**", "**/.next/**", "**/node_modules/**", "**/*.d.ts", "**/templates/**", "**/files/**"];
4
4
  export declare const defaultRestrictedImports: readonly [{
5
5
  readonly name: "react-native-reanimated-dnd";
6
- readonly message: "Forbidden in monorepo. Use '@ankh/dnd' (boundary) instead.";
7
- }, {
8
- readonly name: "@ankhorage/react-native-reanimated-dnd-web";
9
- readonly message: "Forbidden in monorepo. Use '@ankh/dnd' (boundary) instead.";
6
+ readonly message: "Forbidden in Ankhorage packages. Use '@ankhorage/react-native-reanimated-dnd-web' directly.";
10
7
  }];
11
8
  export declare function createConfig(options: DevtoolsConfigOptions): ReturnType<typeof tseslint.config>;
package/dist/eslint.js CHANGED
@@ -20,11 +20,7 @@ export const defaultIgnores = [
20
20
  export const defaultRestrictedImports = [
21
21
  {
22
22
  name: 'react-native-reanimated-dnd',
23
- message: "Forbidden in monorepo. Use '@ankh/dnd' (boundary) instead.",
24
- },
25
- {
26
- name: '@ankhorage/react-native-reanimated-dnd-web',
27
- message: "Forbidden in monorepo. Use '@ankh/dnd' (boundary) instead.",
23
+ message: "Forbidden in Ankhorage packages. Use '@ankhorage/react-native-reanimated-dnd-web' directly.",
28
24
  },
29
25
  ];
30
26
  export function createConfig(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Shared Lint and Format Configuration for Ankhorage",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/devtools#readme",