@reactful/create 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scaffold",
@@ -1,5 +1,5 @@
1
1
 
2
- import { GLOBAL_KEY } from '@reactful/commons';
2
+ import { GLOBAL_KEY } from '@reactful/core';
3
3
  await import('/mnt/b/Repositorios/reactful/node_modules/@reactful/server/npm/guest/client').then(x => x.default());
4
4
  globalThis[GLOBAL_KEY].clients ||= {}
5
5
 
@@ -1,6 +1,6 @@
1
1
  import React from "react"
2
2
  import { client } from "@reactful/web"
3
- import '@reactful/commons'
3
+ import '@reactful/core'
4
4
  import "./form.css"
5
5
 
6
6
  //@ts-ignore