uti 8.10.6 → 8.11.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uti",
3
- "version": "8.10.6",
3
+ "version": "8.11.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -63,7 +63,7 @@ export default [
63
63
  conformsTo: ["public.executable", "public.data"],
64
64
  fileNameExtension: ".node"
65
65
  },
66
- {
66
+ {
67
67
  name: "public.bare-dynamic-link-library",
68
68
  conformsTo: ["public.executable", "public.data"],
69
69
  fileNameExtension: ".bare"
@@ -129,6 +129,11 @@ export default [
129
129
  name: "public.url",
130
130
  conformsTo: "public.data"
131
131
  },
132
+ {
133
+ name: "public.log",
134
+ conformsTo: "public.data",
135
+ fileNameExtension: ".log"
136
+ },
132
137
  {
133
138
  name: "public.file-url",
134
139
  conformsTo: "public.url"
@@ -148,7 +153,7 @@ export default [
148
153
  conformsTo: "public.plain-text"
149
154
  },
150
155
  {
151
- name: "public.utf16-external-plain-​text",
156
+ name: "public.utf16-external-plain-text",
152
157
  conformsTo: "public.plain-text"
153
158
  },
154
159
  {