create-nodality 1.0.0-beta.71 → 1.0.0-beta.73

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 +2 -2
package/bin/index.js CHANGED
@@ -122,7 +122,7 @@ export default {
122
122
  start: "npx serve . -l 4000",
123
123
  },
124
124
  dependencies: {
125
- nodality: "^1.0.0-beta.71",
125
+ nodality: "^1.0.0-beta.73",
126
126
  },
127
127
  devDependencies: {
128
128
  webpack: "^5.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nodality",
3
- "version": "1.0.0-beta.71",
3
+ "version": "1.0.0-beta.73",
4
4
  "description": "Project scaffolding tool for Nodality library",
5
5
  "bin": {
6
6
  "create-nodality": "bin/index.js"
@@ -18,6 +18,6 @@
18
18
  "author": "Filip Vabrousek",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "nodality": "^1.0.0-beta.71"
21
+ "nodality": "^1.0.0-beta.73"
22
22
  }
23
23
  }