pickier 0.1.26 → 0.1.27
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.
- package/dist/bin/cli.js +3 -3
- package/dist/src/index.js +1 -1
- package/package.json +2 -2
package/dist/bin/cli.js
CHANGED
|
@@ -26557,7 +26557,7 @@ function ensureLoaded() {
|
|
|
26557
26557
|
if (_loaded)
|
|
26558
26558
|
return _available;
|
|
26559
26559
|
try {
|
|
26560
|
-
_tssc = (()=>{throw new Error("Cannot require module "+"ts-spell-check");})();
|
|
26560
|
+
_tssc = (()=>{throw new Error("Cannot require module "+"@stacksjs/ts-spell-check");})();
|
|
26561
26561
|
_tssc.SpellChecker.create({ minWordLength: 3, maxSuggestions: 3 }).then((c) => {
|
|
26562
26562
|
_checker = c;
|
|
26563
26563
|
}).catch(() => {
|
|
@@ -38099,7 +38099,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
38099
38099
|
module.exports = {
|
|
38100
38100
|
name: "pickier",
|
|
38101
38101
|
type: "module",
|
|
38102
|
-
version: "0.1.
|
|
38102
|
+
version: "0.1.27",
|
|
38103
38103
|
description: "Format, lint and more in a fraction of seconds.",
|
|
38104
38104
|
author: "Chris Breuer <chris@stacksjs.org>",
|
|
38105
38105
|
license: "MIT",
|
|
@@ -38178,7 +38178,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
38178
38178
|
"@stacksjs/clapp": "^0.2.0"
|
|
38179
38179
|
},
|
|
38180
38180
|
optionalDependencies: {
|
|
38181
|
-
"ts-spell-check": "^0.1.0"
|
|
38181
|
+
"@stacksjs/ts-spell-check": "^0.1.0"
|
|
38182
38182
|
},
|
|
38183
38183
|
devDependencies: {
|
|
38184
38184
|
bunfig: "^0.15.6"
|
package/dist/src/index.js
CHANGED
|
@@ -26174,7 +26174,7 @@ function ensureLoaded() {
|
|
|
26174
26174
|
if (_loaded)
|
|
26175
26175
|
return _available;
|
|
26176
26176
|
try {
|
|
26177
|
-
_tssc = (()=>{throw new Error("Cannot require module "+"ts-spell-check");})();
|
|
26177
|
+
_tssc = (()=>{throw new Error("Cannot require module "+"@stacksjs/ts-spell-check");})();
|
|
26178
26178
|
_tssc.SpellChecker.create({ minWordLength: 3, maxSuggestions: 3 }).then((c) => {
|
|
26179
26179
|
_checker = c;
|
|
26180
26180
|
}).catch(() => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pickier",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.27",
|
|
5
5
|
"description": "Format, lint and more in a fraction of seconds.",
|
|
6
6
|
"author": "Chris Breuer <chris@stacksjs.org>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@stacksjs/clapp": "^0.2.0"
|
|
81
81
|
},
|
|
82
82
|
"optionalDependencies": {
|
|
83
|
-
"ts-spell-check": "^0.1.0"
|
|
83
|
+
"@stacksjs/ts-spell-check": "^0.1.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"bunfig": "^0.15.6"
|