@kamen/create-webapp 1.0.51 → 1.0.52

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  createRandomFromRange,
16
16
  createRandomFromList,
17
17
  createRandomColorFromSaturationLightnessAlpha
18
- } from '@kamen/create-webapp';
18
+ } from '@kamen/create-webapp/helpers/random';
19
19
 
20
20
  const characters = Array
21
21
  .from({length: 26}, (_, index) => [
@@ -47,7 +47,7 @@ console.dir(data);
47
47
  ```js
48
48
  const {
49
49
  createRandomFromList
50
- } = await import('https://esm.run/@kamen/create-webapp');
50
+ } = await import('https://esm.run/@kamen/create-webapp/helpers/random');
51
51
 
52
52
  function createAlphabet() {
53
53
  const baseChar = 'a';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kamen/create-webapp",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "npm init @kamen/webapp",
5
5
  "keywords": [
6
6
  "init",