@simpleapps-com/augur-config 2.2.10 → 2.2.11

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/EXPORTS.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @simpleapps-com/augur-config exports
2
2
 
3
- Version: 2.0.21
3
+ Version: 2.2.10
4
4
 
5
5
  > Auto-generated. Do not edit manually.
6
6
  > Regenerate with: `pnpm run generate-exports`
package/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # @simpleapps-com/augur-config
2
+
3
+ > Shared tooling configuration presets for Augur ecommerce sites
4
+
5
+ > Auto-generated. Do not edit manually. Regenerate with: `pnpm run generate-exports`
6
+
7
+ Part of the **@simpleapps-com/augur-\*** platform. All packages use fixed versioning (same version number).
8
+
9
+ ## Install
10
+
11
+ ```bash
12
+ pnpm add @simpleapps-com/augur-config
13
+ ```
14
+
15
+ ## Presets
16
+
17
+ | Import | Type |
18
+ |--------|------|
19
+ | `@simpleapps-com/augur-config/eslint` | config preset |
20
+ | `@simpleapps-com/augur-config/eslint/next` | config preset |
21
+ | `@simpleapps-com/augur-config/prettier` | config preset |
22
+ | `@simpleapps-com/augur-config/prettier/next` | config preset |
23
+ | `@simpleapps-com/augur-config/tsconfig/base` | tsconfig preset |
24
+ | `@simpleapps-com/augur-config/tsconfig/react` | tsconfig preset |
25
+ | `@simpleapps-com/augur-config/tsconfig/react-native` | tsconfig preset |
26
+ | `@simpleapps-com/augur-config/tsconfig/next` | tsconfig preset |
27
+ | `@simpleapps-com/augur-config/lighthouse` | config preset |
28
+
29
+ ## Related Packages
30
+
31
+ All packages use fixed versioning -- same version number across the platform.
32
+
33
+ | Package | Description |
34
+ |---------|-------------|
35
+ | `@simpleapps-com/augur-core` | Universal foundation for Augur packages — proxy infrastructure, cache keys, method classification, shared types |
36
+ | `@simpleapps-com/augur-hooks` | Cross-platform React Query hooks and Zustand stores for Augur ecommerce sites |
37
+ | `@simpleapps-com/augur-mobile` | React Native/Expo adapters for Augur ecommerce apps (offline sync, biometrics, push) |
38
+ | `@simpleapps-com/augur-server` | Server-side utilities for Augur ecommerce sites (Redis caching, SDK helpers, auth) |
39
+ | `@simpleapps-com/augur-tailwind` | Shared Tailwind CSS v4 theme with HSL variables for Augur ecommerce sites |
40
+ | `@simpleapps-com/augur-utils` | Shared types, cache configuration, and utility functions for Augur ecommerce sites |
41
+ | `@simpleapps-com/augur-web` | Shared React UI components for Augur ecommerce sites (Radix + Tailwind) |
package/llms.txt CHANGED
@@ -1,8 +1,30 @@
1
+ # Augur Platform Packages
2
+
3
+ This package is part of the @simpleapps-com/augur-* platform.
4
+ All packages use fixed versioning (same version number).
5
+ The proxy pattern (createServerQueryProxy) is the primary data fetching API.
6
+ Pure transform utilities bridge user-facing types to SDK params without breaking proxy type safety.
7
+
8
+ ## Sibling packages
9
+
10
+ - @simpleapps-com/augur-config (this package) - Shared tooling configuration presets for Augur ecommerce sites
11
+ - @simpleapps-com/augur-core - Universal foundation for Augur packages — proxy infrastructure, cache keys, method classification, shared types
12
+ - @simpleapps-com/augur-hooks - Cross-platform React Query hooks and Zustand stores for Augur ecommerce sites
13
+ - @simpleapps-com/augur-mobile - React Native/Expo adapters for Augur ecommerce apps (offline sync, biometrics, push)
14
+ - @simpleapps-com/augur-server - Server-side utilities for Augur ecommerce sites (Redis caching, SDK helpers, auth)
15
+ - @simpleapps-com/augur-tailwind - Shared Tailwind CSS v4 theme with HSL variables for Augur ecommerce sites
16
+ - @simpleapps-com/augur-utils - Shared types, cache configuration, and utility functions for Augur ecommerce sites
17
+ - @simpleapps-com/augur-web - Shared React UI components for Augur ecommerce sites (Radix + Tailwind)
18
+
19
+ Each package ships its own llms.txt with exports and usage patterns.
20
+
21
+ ---
22
+
1
23
  # @simpleapps-com/augur-config
2
24
 
3
25
  > Shared tooling configuration presets for Augur ecommerce sites
4
26
 
5
- Version: 2.0.21
27
+ Version: 2.2.10
6
28
 
7
29
  - config preset: @simpleapps-com/augur-config/eslint
8
30
  - config preset: @simpleapps-com/augur-config/eslint/next
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simpleapps-com/augur-config",
3
- "version": "2.2.10",
3
+ "version": "2.2.11",
4
4
  "description": "Shared tooling configuration presets for Augur ecommerce sites",
5
5
  "license": "MIT",
6
6
  "repository": {