@cluesurf/form 0.8.0 → 0.8.2
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/host/package.json +2 -4
- package/package.json +2 -4
package/host/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cluesurf/form",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./host/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -11,18 +11,16 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"make": "rm -rf host && mkdir -p host && pnpm exec tsc --project tsconfig.json --pretty --noEmitOnError false && pnpm exec tsc-alias --project tsconfig.json && cp package.json host",
|
|
13
13
|
"scan": "rm -rf host && concurrently --kill-others \"tsc -w\" \"tsc-alias -w\"",
|
|
14
|
-
"lint": "eslint --ext .ts ./make --fix",
|
|
15
14
|
"test:make": "npx tsx test/make.ts",
|
|
16
15
|
"test": "npx tsx --no-warnings=ExperimentalWarning test/index.ts",
|
|
17
16
|
"host": "pnpm make && npm publish --access=public"
|
|
18
17
|
},
|
|
19
18
|
"prettier": "@cluesurf/wash/flow.json",
|
|
20
19
|
"devDependencies": {
|
|
21
|
-
"@cluesurf/wash": "0.
|
|
20
|
+
"@cluesurf/wash": "0.8.0",
|
|
22
21
|
"@types/lodash": "4.17.23",
|
|
23
22
|
"@types/node": "25.2.3",
|
|
24
23
|
"concurrently": "9.2.1",
|
|
25
|
-
"eslint": "10.0.0",
|
|
26
24
|
"ts-node": "^10.9.2",
|
|
27
25
|
"tsc-alias": "1.8.16",
|
|
28
26
|
"tsx": "4.21.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cluesurf/form",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./host/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -11,18 +11,16 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"make": "rm -rf host && mkdir -p host && pnpm exec tsc --project tsconfig.json --pretty --noEmitOnError false && pnpm exec tsc-alias --project tsconfig.json && cp package.json host",
|
|
13
13
|
"scan": "rm -rf host && concurrently --kill-others \"tsc -w\" \"tsc-alias -w\"",
|
|
14
|
-
"lint": "eslint --ext .ts ./make --fix",
|
|
15
14
|
"test:make": "npx tsx test/make.ts",
|
|
16
15
|
"test": "npx tsx --no-warnings=ExperimentalWarning test/index.ts",
|
|
17
16
|
"host": "pnpm make && npm publish --access=public"
|
|
18
17
|
},
|
|
19
18
|
"prettier": "@cluesurf/wash/flow.json",
|
|
20
19
|
"devDependencies": {
|
|
21
|
-
"@cluesurf/wash": "0.
|
|
20
|
+
"@cluesurf/wash": "0.8.0",
|
|
22
21
|
"@types/lodash": "4.17.23",
|
|
23
22
|
"@types/node": "25.2.3",
|
|
24
23
|
"concurrently": "9.2.1",
|
|
25
|
-
"eslint": "10.0.0",
|
|
26
24
|
"ts-node": "^10.9.2",
|
|
27
25
|
"tsc-alias": "1.8.16",
|
|
28
26
|
"tsx": "4.21.0",
|