@codifycli/plugin-core 1.0.0-beta3 → 1.0.0-beta4

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 +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @codifycli/plugin-core
2
2
 
3
- Core library for building [Codify](https://github.com/codifycli) plugins. Codify is an infrastructure-as-code tool that
3
+ Core library for building [Codify](https://codifycli.com) plugins. Codify is an infrastructure-as-code tool that
4
4
  manages system resources (applications, CLI tools, and settings) through declarative JSON configuration files.
5
5
 
6
6
  ## Overview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codifycli/plugin-core",
3
- "version": "1.0.0-beta3",
3
+ "version": "1.0.0-beta4",
4
4
  "description": "TypeScript library for building Codify plugins to manage system resources (applications, CLI tools, settings) through infrastructure-as-code",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -33,6 +33,7 @@
33
33
  "type": "git",
34
34
  "url": "https://github.com/codifycli/codify-plugin-core.git"
35
35
  },
36
+ "homepage": "https://codifycli.com",
36
37
  "license": "ISC",
37
38
  "dependencies": {
38
39
  "@codifycli/schemas": "1.0.0",
@@ -67,7 +68,7 @@
67
68
  "ts-node": "^10.9.1",
68
69
  "tsc-watch": "^6.0.4",
69
70
  "typescript": "^5",
70
- "vitest": "^3.0.5",
71
+ "vitest": "^4.0.18",
71
72
  "vitest-mock-extended": "^1.3.1"
72
73
  },
73
74
  "engines": {