@yaasl/preact 0.9.1 → 0.10.0-alpha.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaasl/preact",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0-alpha.0",
|
|
4
4
|
"description": "yet another atomic store library (preact)",
|
|
5
5
|
"author": "PrettyCoffee",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build": "run-s clean compile",
|
|
29
29
|
"clean": "rimraf ./dist",
|
|
30
30
|
"compile": "run-p compile:mjs compile:cjs compile:types",
|
|
31
|
-
"compile:mjs": "tsc -p ./tsconfig.node.json --outDir ./dist/mjs -m
|
|
31
|
+
"compile:mjs": "tsc -p ./tsconfig.node.json --outDir ./dist/mjs -m esnext -t esnext",
|
|
32
32
|
"compile:cjs": "tsc -p ./tsconfig.node.json --outDir ./dist/cjs -m commonjs -t es2015",
|
|
33
33
|
"compile:types": "tsc -p ./tsconfig.node.json --outDir ./dist/@types --declaration --emitDeclarationOnly",
|
|
34
34
|
"test": "vitest run --passWithNoTests",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"preact": ">=10"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@yaasl/core": "0.
|
|
45
|
-
"@yaasl/utils": "0.
|
|
44
|
+
"@yaasl/core": "0.10.0-alpha.0",
|
|
45
|
+
"@yaasl/utils": "0.10.0-alpha.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@testing-library/preact": "^3.2.3",
|