@stacksjs/actions 0.41.1 → 0.42.1

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 +8 -7
  2. package/package.json +13 -12
package/README.md CHANGED
@@ -4,11 +4,12 @@ This package contains the Stacks Actions.
4
4
 
5
5
  ## ☘️ Features
6
6
 
7
- wip
8
-
9
- - ⚡️
10
-
11
- wip
7
+ - Generate Component Meta information
8
+ - Generate IDE Helper files
9
+ - Generate Stacks Library Entry Points
10
+ - Generate Package Manifests
11
+ - Generate VS Code Custom Data file
12
+ - Generate Vue 2 Compatibility (maybe deprecate)
12
13
 
13
14
  ## 🤖 Usage
14
15
 
@@ -40,7 +41,7 @@ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for
40
41
 
41
42
  ## 💪🏼 Contributing
42
43
 
43
- Please see [CONTRIBUTING](../../.github/CONTRIBUTING.md) for details.
44
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
44
45
 
45
46
  ## 🏝 Community
46
47
 
@@ -50,7 +51,7 @@ For help, discussion about best practices, or any other conversation that would
50
51
 
51
52
  For casual chit-chat with others using this package:
52
53
 
53
- [Join the Open Web Discord Server](https://discord.ow3.org)
54
+ [Join the Stacks Discord Server](https://discord.ow3.org)
54
55
 
55
56
  ## 📄 License
56
57
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.41.1",
5
- "packageManager": "pnpm@7.16.0",
4
+ "version": "0.42.1",
5
+ "packageManager": "pnpm@7.17.0",
6
6
  "description": "The Stacks actions.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -37,22 +37,23 @@
37
37
  ],
38
38
  "engines": {
39
39
  "node": ">=v18.12.1",
40
- "pnpm": ">=7.16.0"
40
+ "pnpm": ">=7.17.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "@stacksjs/config": "0.41.1",
44
- "@stacksjs/path": "0.41.1",
45
- "@stacksjs/storage": "0.41.1",
46
- "@stacksjs/strings": "0.41.1",
47
- "@stacksjs/types": "0.41.1",
48
- "@stacksjs/utils": "0.41.1",
49
- "@stacksjs/x-ray": "0.41.1",
50
43
  "markdown-it": "^13.0.1",
51
- "vue-component-meta": "^1.0.9"
44
+ "vue-component-meta": "^1.0.9",
45
+ "@stacksjs/config": "0.42.1",
46
+ "@stacksjs/path": "0.42.1",
47
+ "@stacksjs/storage": "0.42.1",
48
+ "@stacksjs/strings": "0.42.1",
49
+ "@stacksjs/types": "0.42.1",
50
+ "@stacksjs/utils": "0.42.1",
51
+ "@stacksjs/x-ray": "0.42.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "mkdist": "^1.0.0",
55
- "typescript": "^4.9.3"
55
+ "typescript": "^4.9.3",
56
+ "@stacksjs/testing": "0.42.1"
56
57
  },
57
58
  "scripts": {
58
59
  "build": "mkdist -d",