@pexip-engage-public/color-utils 1.0.12-canary-20240329141236 → 1.0.13-canary-20240415214255
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/CHANGELOG.md +9 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
# @pexip-engage-public/color-utils
|
|
2
2
|
|
|
3
|
-
## 1.0.
|
|
3
|
+
## 1.0.13-canary-20240415214255
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 8de642f: chore(deps): update all non-major dependencies
|
|
8
|
+
|
|
9
|
+
## 1.0.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 75294e6: feat: rename to backoffice
|
|
8
14
|
|
|
9
15
|
## 1.0.11
|
|
10
16
|
|
|
@@ -35,7 +41,7 @@
|
|
|
35
41
|
"@pexip-engage/md-to-html": patch
|
|
36
42
|
"@pexip-engage/utils": patch
|
|
37
43
|
"eslint-config-pexip-engage": patch
|
|
38
|
-
"
|
|
44
|
+
"booking-plugin": patch
|
|
39
45
|
"backoffice": patch
|
|
40
46
|
"@pexip-engage/plugin-loader": patch
|
|
41
47
|
"@pexip-engage/plugin-docs": patch
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/color-utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13-canary-20240415214255",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/color-utils#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/color-convert": "^2.0.3",
|
|
35
|
-
"vitest": "^1.
|
|
35
|
+
"vitest": "^1.5.0",
|
|
36
36
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
37
|
-
"eslint-config-pexip-engage": "0.1.
|
|
37
|
+
"eslint-config-pexip-engage": "0.1.15-canary-20240415214255"
|
|
38
38
|
},
|
|
39
39
|
"volta": {
|
|
40
40
|
"extends": "../../package.json"
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"registry": "https://registry.npmjs.org"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
|
-
"build": "tsc
|
|
47
|
+
"build": "tsc",
|
|
48
48
|
"clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo",
|
|
49
|
-
"dev": "tsc --
|
|
50
|
-
"lint": "
|
|
49
|
+
"dev": "tsc --watch",
|
|
50
|
+
"lint": "TIMING=1 eslint --max-warnings=0 .",
|
|
51
51
|
"lint:fix": "pnpm lint --fix",
|
|
52
52
|
"test": "vitest run"
|
|
53
53
|
}
|