@power-plant/unstorage-output 0.0.6 → 0.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ The Power Plant monorepo is a collection of packages that are designed to work t
|
|
|
33
33
|
|
|
34
34
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
35
35
|
|
|
36
|
-
[](https://docs.stormsoftware.com/projects/power-plant) [](http://commitizen.github.io/cz-cli/)  
|
|
37
37
|
|
|
38
38
|
<!-- prettier-ignore-start -->
|
|
39
39
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@power-plant/unstorage-output",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Power Plant output for writing generated code to an Unstorage driver.",
|
|
6
6
|
"keywords": [
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"typings": "dist/index.d.mts",
|
|
68
68
|
"files": ["dist"],
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@power-plant/core": "^0.0.
|
|
71
|
-
"@power-plant/schema": "^0.0.
|
|
70
|
+
"@power-plant/core": "^0.0.12",
|
|
71
|
+
"@power-plant/schema": "^0.0.12",
|
|
72
72
|
"@stryke/convert": "^0.7.26",
|
|
73
73
|
"@stryke/path": "^0.29.22",
|
|
74
74
|
"@stryke/type-checks": "^0.6.28",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"powerlines": "^0.47.142"
|
|
82
82
|
},
|
|
83
83
|
"publishConfig": { "access": "public" },
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "27e84d9116561bc573590459566dc4443b02b9c6"
|
|
85
85
|
}
|