@frosted-ui/colors 0.0.1-canary.91 → 0.0.1-canary.92
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 +19 -9
- package/.turbo/turbo-build.log +0 -15
package/package.json
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frosted-ui/colors",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.1-canary.
|
|
4
|
+
"version": "0.0.1-canary.92",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Frosted UI Colors",
|
|
7
7
|
"main": "index.js",
|
|
8
8
|
"module": "index.mjs",
|
|
9
9
|
"types": "types/index.d.ts",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"build": "pnpm clean && pnpm rollup -c && pnpm build-css-modules",
|
|
12
|
+
"build-css-modules": "node ./scripts/build-css-modules.js",
|
|
13
|
+
"prepublishOnly": "pnpm build",
|
|
14
|
+
"postpublish": "pnpm clean",
|
|
15
|
+
"clean": "rm -f *.css index.js index.mjs",
|
|
16
|
+
"release": "turbo-module publish"
|
|
17
|
+
},
|
|
10
18
|
"keywords": [
|
|
11
19
|
"frosted-ui",
|
|
12
20
|
"colors"
|
|
@@ -15,18 +23,20 @@
|
|
|
15
23
|
"publishConfig": {
|
|
16
24
|
"access": "public"
|
|
17
25
|
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/whopio/frosted-ui.git"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/whopio/frosted-ui",
|
|
31
|
+
"bugs": {
|
|
32
|
+
"url": "https://github.com/whopio/frosted-ui/issues"
|
|
33
|
+
},
|
|
18
34
|
"devDependencies": {
|
|
19
35
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
20
36
|
"@types/node": "^15.0.3",
|
|
21
|
-
"@whop
|
|
37
|
+
"@whop/turbo-module": "^0.1.0-canary.3",
|
|
22
38
|
"rollup": "^2.48.0",
|
|
23
39
|
"tslib": "^2.2.0",
|
|
24
40
|
"typescript": "^4.2.4"
|
|
25
|
-
},
|
|
26
|
-
"scripts": {
|
|
27
|
-
"build": "pnpm clean && pnpm rollup -c && pnpm build-css-modules",
|
|
28
|
-
"build-css-modules": "node ./scripts/build-css-modules.js",
|
|
29
|
-
"clean": "rm -f *.css index.js index.mjs",
|
|
30
|
-
"release": "turbo-module publish"
|
|
31
41
|
}
|
|
32
|
-
}
|
|
42
|
+
}
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @frosted-ui/colors@0.0.0 build /home/runner/work/frosted-ui/frosted-ui/packages/frosted-ui-colors
|
|
3
|
-
> pnpm clean && pnpm rollup -c && pnpm build-css-modules
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
> @frosted-ui/colors@0.0.0 clean /home/runner/work/frosted-ui/frosted-ui/packages/frosted-ui-colors
|
|
7
|
-
> rm -f *.css index.js index.mjs
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
src/index.ts → index.js, index.mjs...
|
|
11
|
-
created index.js, index.mjs in 1.7s
|
|
12
|
-
|
|
13
|
-
> @frosted-ui/colors@0.0.0 build-css-modules /home/runner/work/frosted-ui/frosted-ui/packages/frosted-ui-colors
|
|
14
|
-
> node ./scripts/build-css-modules.js
|
|
15
|
-
|