create-weave-frontend-app 0.1.0 → 0.2.0

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.
@@ -60,7 +60,7 @@ function tryGitInit(root) {
60
60
  }
61
61
 
62
62
  // src/versions.js
63
- var versions = { "@inditextech/weave-types": "0.1.0", "@inditextech/weave-sdk": "0.1.0", "@inditextech/weave-store-websockets": "0.1.0", "@inditextech/weave-store-azure-web-pubsub": "0.1.0", "@inditextech/weave-react": "0.1.0" };
63
+ var versions = { "@inditextech/weave-types": "0.2.0", "@inditextech/weave-sdk": "0.2.0", "@inditextech/weave-store-websockets": "0.2.0", "@inditextech/weave-store-azure-web-pubsub": "0.2.0", "@inditextech/weave-react": "0.2.0" };
64
64
 
65
65
  // template/package.json
66
66
  var package_default = {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-HZJMO45D.js";
3
+ } from "./chunk-SYNPJVOE.js";
4
4
  export {
5
5
  create
6
6
  };
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  create,
4
4
  cwd,
5
5
  getPackageManager
6
- } from "./chunk-HZJMO45D.js";
6
+ } from "./chunk-SYNPJVOE.js";
7
7
 
8
8
  // src/index.ts
9
9
  import fs from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-weave-frontend-app",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Create a new frontend artifact for a site with Weave.js",
5
5
  "keywords": [
6
6
  "NextJs",