Skip to content

Commit f38414f

Browse files
committed
update
1 parent f46775e commit f38414f

File tree

4 files changed

+83
-83
lines changed

4 files changed

+83
-83
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autostore",
3-
"version": "4.0.0",
3+
"version": "3.2.0",
44
"description": "Very easy and elegant state management library.",
55
"main": "src/index.ts",
66
"access": "public",

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autostorejs/form",
3-
"version": "4.0.0",
3+
"version": "3.2.0",
44
"description": "form webcomponent for autostore",
55
"type": "module",
66
"exports": {

packages/react/package.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
2-
"name": "@autostorejs/react",
3-
"version": "4.0.0",
4-
"description": "Very easy and elegant state management library for react",
5-
"type": "module",
6-
"main": "src/index.tsx",
7-
"access": "public",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/zhangfisher/autostore.git"
11-
},
12-
"publishConfig": {
13-
"exports": {
14-
".": {
15-
"types": "dist/index.d.ts",
16-
"require": "dist/index.cjs",
17-
"import": "dist/index.js"
18-
},
19-
"./lite": {
20-
"types": "dist/lite/index.d.ts",
21-
"require": "dist/lite/index.cjs",
22-
"import": "dist/lite/index.js"
23-
}
24-
}
25-
},
26-
"scripts": {
27-
"build": "tsup"
28-
},
29-
"keywords": [],
30-
"author": "",
31-
"license": "ISC",
32-
"dependencies": {
33-
"autostore": "workspace:*",
34-
"flexstyled": "^2.1.2"
35-
},
36-
"devDependencies": {
37-
"@types/node": "^24.7.2",
38-
"@types/react": "^18.3.26",
39-
"react": "^18.3.1",
40-
"terser": "^5.36.0",
41-
"tsup": "^8.5.0",
42-
"type-fest": "^5.0.1",
43-
"typescript": "^5.9.3"
44-
},
45-
"peerDependencies": {
46-
"react": "^18.3.1"
47-
}
2+
"name": "@autostorejs/react",
3+
"version": "3.2.0",
4+
"description": "Very easy and elegant state management library for react",
5+
"type": "module",
6+
"main": "src/index.tsx",
7+
"access": "public",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/zhangfisher/autostore.git"
11+
},
12+
"publishConfig": {
13+
"exports": {
14+
".": {
15+
"types": "dist/index.d.ts",
16+
"require": "dist/index.cjs",
17+
"import": "dist/index.js"
18+
},
19+
"./lite": {
20+
"types": "dist/lite/index.d.ts",
21+
"require": "dist/lite/index.cjs",
22+
"import": "dist/lite/index.js"
23+
}
24+
}
25+
},
26+
"scripts": {
27+
"build": "tsup"
28+
},
29+
"keywords": [],
30+
"author": "",
31+
"license": "ISC",
32+
"dependencies": {
33+
"autostore": "workspace:*",
34+
"flexstyled": "^2.1.2"
35+
},
36+
"devDependencies": {
37+
"@types/node": "^24.7.2",
38+
"@types/react": "^18.3.26",
39+
"react": "^18.3.1",
40+
"terser": "^5.36.0",
41+
"tsup": "^8.5.0",
42+
"type-fest": "^5.0.1",
43+
"typescript": "^5.9.3"
44+
},
45+
"peerDependencies": {
46+
"react": "^18.3.1"
47+
}
4848
}

packages/syncer/package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"name": "@autostorejs/syncer",
3-
"version": "4.0.0",
4-
"main": "src/index.ts",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/zhangfisher/autostore.git"
8-
},
9-
"publishConfig": {
10-
"access": "public",
11-
"main": "dist/index.cjs",
12-
"module": "dist/index.js"
13-
},
14-
"type": "module",
15-
"scripts": {
16-
"test": "vitest",
17-
"build": "tsup"
18-
},
19-
"keywords": [
20-
"autostore",
21-
"sync"
22-
],
23-
"author": "zhangfisher",
24-
"license": "MIT",
25-
"peerDependencies": {
26-
"autostore": "workspace:*"
27-
},
28-
"dependencies": {
29-
"flex-tools": "^1.5.6"
30-
},
31-
"devDependencies": {
32-
"autostore": "workspace:*",
33-
"tsup": "^8.5.0",
34-
"typescript": "^5.9.3",
35-
"vitest": "^3.2.4"
36-
}
2+
"name": "@autostorejs/syncer",
3+
"version": "3.2.0",
4+
"main": "src/index.ts",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/zhangfisher/autostore.git"
8+
},
9+
"publishConfig": {
10+
"access": "public",
11+
"main": "dist/index.cjs",
12+
"module": "dist/index.js"
13+
},
14+
"type": "module",
15+
"scripts": {
16+
"test": "vitest",
17+
"build": "tsup"
18+
},
19+
"keywords": [
20+
"autostore",
21+
"sync"
22+
],
23+
"author": "zhangfisher",
24+
"license": "MIT",
25+
"peerDependencies": {
26+
"autostore": "workspace:*"
27+
},
28+
"dependencies": {
29+
"flex-tools": "^1.5.6"
30+
},
31+
"devDependencies": {
32+
"autostore": "workspace:*",
33+
"tsup": "^8.5.0",
34+
"typescript": "^5.9.3",
35+
"vitest": "^3.2.4"
36+
}
3737
}

0 commit comments

Comments
 (0)