@wsxjs/wsx-tsconfig 0.0.17 → 0.0.18

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 (3) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +2 -2
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 WSX Framework Contributors
3
+ Copyright (c) 2026 WSXJS Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @wsxjs/wsx-tsconfig
2
2
 
3
- Shared TypeScript configuration for WSX Framework projects.
3
+ Shared TypeScript configuration for WSXJS projects.
4
4
 
5
5
  ## Installation
6
6
 
@@ -127,7 +127,7 @@ The configuration includes these critical options for `@state` decorator support
127
127
 
128
128
  ## Related Packages
129
129
 
130
- - [`@wsxjs/wsx-core`](../core) - Core WSX Framework
130
+ - [`@wsxjs/wsx-core`](../core) - Core WSXJS
131
131
  - [`@wsxjs/wsx-vite-plugin`](../vite-plugin) - Vite plugin (required for `@state` decorator)
132
132
 
133
133
  ## License
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wsxjs/wsx-tsconfig",
3
- "version": "0.0.17",
4
- "description": "Shared TypeScript configuration for WSX Framework projects",
3
+ "version": "0.0.18",
4
+ "description": "Shared TypeScript configuration for WSXJS projects",
5
5
  "type": "module",
6
6
  "main": "./tsconfig.json",
7
7
  "files": [
@@ -15,7 +15,7 @@
15
15
  "tsconfig",
16
16
  "web-components"
17
17
  ],
18
- "author": "WSX Framework",
18
+ "author": "WSXJS",
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",