@winccoa-tools-pack/npm-winccoa-core 0.2.7-3bd41a8 → 2.0.8

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -152,7 +152,7 @@ npm run build
152
152
  # Run all tests
153
153
  npm test
154
154
 
155
- # Run only unit tests. Without WinCC OA instalation
155
+ # Run only unit tests. Without WinCC OA installation
156
156
  npm run test:unit
157
157
 
158
158
  # Run only integration tests. WinCC OA must be installed.
@@ -180,14 +180,14 @@ This project uses [Git Flow](https://www.atlassian.com/git/tutorials/comparing-w
180
180
  - **`release/*`** - Release preparation
181
181
  - **`hotfix/*`** - Emergency fixes for production
182
182
 
183
- For detailed workflow information, see [docs/GITFLOW_WORKFLOW.md](docs/GITFLOW_WORKFLOW.md).
183
+ For detailed workflow information, see [docs/automation/GITFLOW_WORKFLOW.md](docs/automation/GITFLOW_WORKFLOW.md).
184
184
 
185
185
  ## 📖 Documentation
186
186
 
187
187
  - [Source Code Overview](src/README.md) - Detailed module documentation
188
188
  - [Changelog](CHANGELOG.md) - Version history and updates
189
189
  - [Contributing Guide](CONTRIBUTING.md) - How to contribute
190
- - [Development Docs](docs/dev/README.md) - Development guidelines
190
+ - [Development Vision](docs/dev/VISION.md) - Development guidelines
191
191
 
192
192
  ## 🔧 Configuration
193
193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winccoa-tools-pack/npm-winccoa-core",
3
- "version": "0.2.7-3bd41a8",
3
+ "version": "2.0.8",
4
4
  "description": "Core utilities and type definitions for WinCC OA development (process control, paths, logs, and shared helpers)",
5
5
  "author": "winccoa-tools-pack",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@eslint/js": "^10.0.1",
52
- "@types/node": "^25.2.3",
52
+ "@types/node": "^25.6.2",
53
53
  "eslint": "^10.0.0",
54
54
  "eslint-config-prettier": "^10.1.8",
55
55
  "globals": "^17.6.0",