@rsbuild/plugin-styled-components 1.2.1 → 1.2.2-beta.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.
Files changed (1) hide show
  1. package/package.json +15 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-styled-components",
3
- "version": "1.2.1",
3
+ "version": "1.2.2-beta.0",
4
4
  "repository": "https://github.com/rspack-contrib/rsbuild-plugin-styled-components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,16 +14,9 @@
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
16
16
  "types": "./dist/index.d.ts",
17
- "files": ["dist"],
18
- "scripts": {
19
- "build": "rslib build",
20
- "dev": "rslib build --watch",
21
- "lint": "biome check .",
22
- "lint:write": "biome check . --write",
23
- "prepare": "simple-git-hooks && npm run build",
24
- "test": "playwright test",
25
- "bump": "npx bumpp"
26
- },
17
+ "files": [
18
+ "dist"
19
+ ],
27
20
  "simple-git-hooks": {
28
21
  "pre-commit": "npx nano-staged"
29
22
  },
@@ -33,7 +26,7 @@
33
26
  ]
34
27
  },
35
28
  "dependencies": {
36
- "@swc/plugin-styled-components": "^6.8.2",
29
+ "@swc/plugin-styled-components": "6.7.0",
37
30
  "reduce-configs": "^1.1.0"
38
31
  },
39
32
  "devDependencies": {
@@ -56,10 +49,16 @@
56
49
  "optional": true
57
50
  }
58
51
  },
59
- "packageManager": "pnpm@9.15.4",
60
52
  "publishConfig": {
61
53
  "access": "public",
62
- "registry": "https://registry.npmjs.org/",
63
- "provenance": true
54
+ "registry": "https://registry.npmjs.org/"
55
+ },
56
+ "scripts": {
57
+ "build": "rslib build",
58
+ "dev": "rslib build --watch",
59
+ "lint": "biome check .",
60
+ "lint:write": "biome check . --write",
61
+ "test": "playwright test",
62
+ "bump": "npx bumpp"
64
63
  }
65
- }
64
+ }