Skip to content

Commit 86d441b

Browse files
postcss-spring-1.3.0 (#2125)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e631d6e commit 86d441b

File tree

1 file changed

+44
-17
lines changed

1 file changed

+44
-17
lines changed

directory/postcss-spring.json

+44-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-spring",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "PostCSS plugin that helps you with spring easings",
55
"keywords": [
66
"postcss",
@@ -9,6 +9,29 @@
99
"postcss-spring",
1010
"postcss-spring-easings"
1111
],
12+
"type": "module",
13+
"main": "./dist/index.cjs",
14+
"module": "./dist/index.mjs",
15+
"exports": {
16+
".": {
17+
"import": {
18+
"types": "./dist/index.d.ts",
19+
"default": "./dist/index.mjs"
20+
},
21+
"require": {
22+
"default": "./dist/index.cjs"
23+
}
24+
},
25+
"./runtime": {
26+
"import": {
27+
"types": "./dist/runtime.d.ts",
28+
"default": "./dist/runtime.mjs"
29+
},
30+
"require": {
31+
"default": "./dist/runtime.cjs"
32+
}
33+
}
34+
},
1235
"author": {
1336
"name": "jramke",
1437
"email": "[email protected]"
@@ -19,41 +42,45 @@
1942
"url": "git+https://github.com/jramke/postcss-spring.git"
2043
},
2144
"engines": {
22-
"node": ">=18.0.0"
45+
"node": ">=21.0.0"
2346
},
2447
"peerDependencies": {
2548
"postcss": "^8.0.0"
2649
},
2750
"devDependencies": {
51+
"@types/node": "^22.14.0",
2852
"postcss": "^8.5.3",
2953
"postcss-scss": "^4.0.9",
3054
"sass-embedded": "^1.85.0",
55+
"unbuild": "^3.5.0",
3156
"vite": "^6.1.1"
3257
},
3358
"scripts": {
3459
"dev": "vite ./dev -- --verbose",
35-
"test": "node --test index.test.js"
60+
"test": "node --test \"./tests/**/*.test.{js,cjs}\"",
61+
"build": "unbuild"
3662
},
37-
63+
64+
"types": "./dist/index.d.ts",
3865
"bugs": {
3966
"url": "https://github.com/jramke/postcss-spring/issues"
4067
},
4168
"homepage": "https://github.com/jramke/postcss-spring#readme",
42-
"_integrity": "sha512-8uAyP4neUO2/9EUXZgDqGG9eDK2pehSP9rcuGf/LlW0NoiCdzgzO7Btx170h6pLkgMzKrTsdVsB5ozdWSRdzQQ==",
43-
"_resolved": "/private/var/folders/ry/87hxhfhs419263b17w8s29c40000gn/T/1ba4cda9199827e6b05ec82b0fa2279c/postcss-spring-1.2.2.tgz",
44-
"_from": "file:postcss-spring-1.2.2.tgz",
45-
"_nodeVersion": "20.18.2",
46-
"_npmVersion": "10.8.2",
69+
"_integrity": "sha512-lHQTozjg1ggCqyoRY9vbbKcNc04LUvLBMDq3GJxqlUEfO4smbKXMIz4K1U7sZPm5fpQWx2SGpj22Qbz5SMxMiQ==",
70+
"_resolved": "/private/var/folders/ry/87hxhfhs419263b17w8s29c40000gn/T/9b712b5c43d64be4181c0a09b93e7a13/postcss-spring-1.3.0.tgz",
71+
"_from": "file:postcss-spring-1.3.0.tgz",
72+
"_nodeVersion": "22.14.0",
73+
"_npmVersion": "10.9.2",
4774
"dist": {
48-
"integrity": "sha512-8uAyP4neUO2/9EUXZgDqGG9eDK2pehSP9rcuGf/LlW0NoiCdzgzO7Btx170h6pLkgMzKrTsdVsB5ozdWSRdzQQ==",
49-
"shasum": "0649eda5ef0f36bc45020953d1d34eec54e40424",
50-
"tarball": "https://registry.npmjs.org/postcss-spring/-/postcss-spring-1.2.2.tgz",
51-
"fileCount": 9,
52-
"unpackedSize": 18044,
75+
"integrity": "sha512-lHQTozjg1ggCqyoRY9vbbKcNc04LUvLBMDq3GJxqlUEfO4smbKXMIz4K1U7sZPm5fpQWx2SGpj22Qbz5SMxMiQ==",
76+
"shasum": "4ce397e1554d96ed6cd49c7ecb85fd88c3deed65",
77+
"tarball": "https://registry.npmjs.org/postcss-spring/-/postcss-spring-1.3.0.tgz",
78+
"fileCount": 13,
79+
"unpackedSize": 24517,
5380
"signatures": [
5481
{
5582
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
56-
"sig": "MEYCIQDELxNTPabj4rm3Eh94cGP8Dp7sNRYlmSZiMAdYJ8WZ0QIhAKmS6oteGbryvKcV8bs1WKdtcLiTMpXpQX3NSymfGALv"
83+
"sig": "MEUCIE9VdkmJZCXjncjavWK1TUlNEklIYseoiz0dkjmUZmmFAiEAhw5mOn3JJqs/tegKzp9kMqC43Lzl/pNldw4TXdBTmcU="
5784
}
5885
]
5986
},
@@ -70,8 +97,8 @@
7097
],
7198
"_npmOperationalInternal": {
7299
"host": "s3://npm-registry-packages-npm-production",
73-
"tmp": "tmp/postcss-spring_1.2.2_1743452788663_0.6073815096617556"
100+
"tmp": "tmp/postcss-spring_1.3.0_1744142408561_0.2882610435793529"
74101
},
75102
"_hasShrinkwrap": false,
76-
"_time": "2025-03-31T20:26:28.829Z"
103+
"_time": "2025-04-08T20:00:08.744Z"
77104
}

0 commit comments

Comments
 (0)