@shrkcrft/presets 0.1.0-alpha.18 → 0.1.0-alpha.19

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shrkcrft/presets",
3
- "version": "0.1.0-alpha.18",
3
+ "version": "0.1.0-alpha.19",
4
4
  "description": "SharkCraft presets: reusable project setups (knowledge/rules/paths/templates/pipelines/docs) that can be applied to a target repo through the CLI.",
5
5
  "license": "MIT",
6
6
  "author": "SharkCraft contributors",
@@ -42,9 +42,9 @@
42
42
  "typecheck": "tsc --noEmit -p tsconfig.json"
43
43
  },
44
44
  "dependencies": {
45
- "@shrkcrft/core": "^0.1.0-alpha.18",
46
- "@shrkcrft/knowledge": "^0.1.0-alpha.18",
47
- "@shrkcrft/workspace": "^0.1.0-alpha.18"
45
+ "@shrkcrft/core": "^0.1.0-alpha.19",
46
+ "@shrkcrft/knowledge": "^0.1.0-alpha.19",
47
+ "@shrkcrft/workspace": "^0.1.0-alpha.19"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"