@noya-app/noya-designsystem 0.0.10 → 0.0.11
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/.turbo/turbo-build.log +6 -9
- package/CHANGELOG.md +12 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
> @noya-app/noya-designsystem@0.0.10 build /Users/devinabbott/Projects/noya-core/packages/noya-designsystem
|
|
3
|
-
> tsup src/index.tsx --format cjs,esm --dts --sourcemap
|
|
4
|
-
|
|
1
|
+
$ tsup src/index.tsx --format cjs,esm --dts --sourcemap
|
|
5
2
|
CLI Building entry: src/index.tsx
|
|
6
3
|
CLI Using tsconfig: tsconfig.json
|
|
7
4
|
CLI tsup v8.0.1
|
|
8
5
|
CLI Target: esnext
|
|
9
6
|
CJS Build start
|
|
10
7
|
ESM Build start
|
|
11
|
-
ESM dist/index.mjs 167.98 KB
|
|
12
|
-
ESM dist/index.mjs.map 366.02 KB
|
|
13
|
-
ESM ⚡️ Build success in 97ms
|
|
14
8
|
CJS dist/index.js 184.28 KB
|
|
15
9
|
CJS dist/index.js.map 366.94 KB
|
|
16
|
-
CJS ⚡️ Build success in
|
|
10
|
+
CJS ⚡️ Build success in 149ms
|
|
11
|
+
ESM dist/index.mjs 167.98 KB
|
|
12
|
+
ESM dist/index.mjs.map 366.02 KB
|
|
13
|
+
ESM ⚡️ Build success in 149ms
|
|
17
14
|
DTS Build start
|
|
18
|
-
DTS ⚡️ Build success in
|
|
15
|
+
DTS ⚡️ Build success in 5935ms
|
|
19
16
|
DTS dist/index.d.ts 53.26 KB
|
|
20
17
|
DTS dist/index.d.mts 53.26 KB
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @noya-app/noya-designsystem
|
|
2
2
|
|
|
3
|
+
## 0.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update all packages
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @noya-app/noya-colorpicker@0.0.5
|
|
10
|
+
- @noya-app/noya-geometry@0.0.9
|
|
11
|
+
- @noya-app/noya-icons@0.0.2
|
|
12
|
+
- @noya-app/noya-keymap@0.0.4
|
|
13
|
+
- @noya-app/noya-utils@0.0.8
|
|
14
|
+
|
|
3
15
|
## 0.0.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noya-app/noya-designsystem",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"react-window": "^1.8.8",
|
|
35
35
|
"styled-components": "5.3.0",
|
|
36
36
|
"vscode-fuzzy-scorer": "^0.0.4",
|
|
37
|
-
"@noya-app/noya-
|
|
38
|
-
"@noya-app/noya-
|
|
39
|
-
"@noya-app/noya-
|
|
40
|
-
"@noya-app/noya-icons": "0.0.
|
|
41
|
-
"@noya-app/noya-
|
|
37
|
+
"@noya-app/noya-geometry": "0.0.9",
|
|
38
|
+
"@noya-app/noya-keymap": "0.0.4",
|
|
39
|
+
"@noya-app/noya-colorpicker": "0.0.5",
|
|
40
|
+
"@noya-app/noya-icons": "0.0.2",
|
|
41
|
+
"@noya-app/noya-utils": "0.0.8"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/react": "*",
|