create-nodality 1.0.21 → 1.0.23

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/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -112,7 +112,7 @@ export default {
112
112
  dev: "npm-run-all --parallel watch start"
113
113
  },
114
114
  dependencies: {
115
- nodality: "^1.0.21"
115
+ nodality: "^1.0.23"
116
116
  },
117
117
  devDependencies: {
118
118
  "@babel/core": "^7.28.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nodality",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Project scaffolding tool for Nodality library",
5
5
  "bin": {
6
6
  "create-nodality": "bin/index.js"