@telia-ace/alliance-utilities 1.0.9-next.1 → 1.0.9

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @telia-ace/alliance-utilities
2
2
 
3
+ ## 1.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - e04400c: Split utilities into frontend and backend.
8
+ - c89a20d: Add Unpacked TypeScript utility.
9
+ - 69d2ced: Update all dependencies to latest.
10
+
11
+ ## 1.0.9-next.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 69d2ced: Update all dependencies to latest.
16
+
3
17
  ## 1.0.9-next.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-utilities",
3
- "version": "1.0.9-next.1",
3
+ "version": "1.0.9",
4
4
  "description": "Utilities used internally by ACE Alliance packages.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -30,7 +30,7 @@
30
30
  "backend"
31
31
  ],
32
32
  "devDependencies": {
33
- "vite": "^4.2.1"
33
+ "vite": "^4.3.5"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
@@ -15,7 +15,6 @@
15
15
  "target": "ESNext",
16
16
  "jsx": "preserve",
17
17
  "isolatedModules": false,
18
- "verbatimModuleSyntax": true,
19
18
  "noUnusedLocals": true,
20
19
  "noUnusedParameters": true,
21
20
  "experimentalDecorators": true,