@ms-cloudpack/overlay 0.16.66 → 0.16.67

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.
@@ -11,154 +11,7 @@
11
11
  "./lib/constants": "./packages/overlay/src/constants.ts"
12
12
  },
13
13
  "outdir": "/home/runner/work/cloudpack/cloudpack/packages/overlay/dist/browser-esm",
14
- "external": [
15
- "@ms-cloudpack/api-server",
16
- "@ms-cloudpack/data-bus",
17
- "@ms-cloudpack/path-string-parsing",
18
- "react",
19
- "react-dom",
20
- "classnames",
21
- "zod",
22
- "@ms-cloudpack/eslint-plugin",
23
- "@ms-cloudpack/eslint-plugin-internal",
24
- "@ms-cloudpack/scripts",
25
- "@types/react",
26
- "@types/react-dom",
27
- "_http_agent",
28
- "_http_client",
29
- "_http_common",
30
- "_http_incoming",
31
- "_http_outgoing",
32
- "_http_server",
33
- "_stream_duplex",
34
- "_stream_passthrough",
35
- "_stream_readable",
36
- "_stream_transform",
37
- "_stream_wrap",
38
- "_stream_writable",
39
- "_tls_common",
40
- "_tls_wrap",
41
- "assert",
42
- "assert/strict",
43
- "async_hooks",
44
- "buffer",
45
- "child_process",
46
- "cluster",
47
- "console",
48
- "constants",
49
- "crypto",
50
- "dgram",
51
- "diagnostics_channel",
52
- "dns",
53
- "dns/promises",
54
- "domain",
55
- "events",
56
- "fs",
57
- "fs/promises",
58
- "http",
59
- "http2",
60
- "https",
61
- "inspector",
62
- "module",
63
- "net",
64
- "os",
65
- "path",
66
- "path/posix",
67
- "path/win32",
68
- "perf_hooks",
69
- "process",
70
- "punycode",
71
- "querystring",
72
- "readline",
73
- "readline/promises",
74
- "repl",
75
- "stream",
76
- "stream/consumers",
77
- "stream/promises",
78
- "stream/web",
79
- "string_decoder",
80
- "sys",
81
- "timers",
82
- "timers/promises",
83
- "tls",
84
- "trace_events",
85
- "tty",
86
- "url",
87
- "util",
88
- "util/types",
89
- "v8",
90
- "vm",
91
- "wasi",
92
- "worker_threads",
93
- "zlib",
94
- "node:_http_agent",
95
- "node:_http_client",
96
- "node:_http_common",
97
- "node:_http_incoming",
98
- "node:_http_outgoing",
99
- "node:_http_server",
100
- "node:_stream_duplex",
101
- "node:_stream_passthrough",
102
- "node:_stream_readable",
103
- "node:_stream_transform",
104
- "node:_stream_wrap",
105
- "node:_stream_writable",
106
- "node:_tls_common",
107
- "node:_tls_wrap",
108
- "node:assert",
109
- "node:assert/strict",
110
- "node:async_hooks",
111
- "node:buffer",
112
- "node:child_process",
113
- "node:cluster",
114
- "node:console",
115
- "node:constants",
116
- "node:crypto",
117
- "node:dgram",
118
- "node:diagnostics_channel",
119
- "node:dns",
120
- "node:dns/promises",
121
- "node:domain",
122
- "node:events",
123
- "node:fs",
124
- "node:fs/promises",
125
- "node:http",
126
- "node:http2",
127
- "node:https",
128
- "node:inspector",
129
- "node:module",
130
- "node:net",
131
- "node:os",
132
- "node:path",
133
- "node:path/posix",
134
- "node:path/win32",
135
- "node:perf_hooks",
136
- "node:process",
137
- "node:punycode",
138
- "node:querystring",
139
- "node:readline",
140
- "node:readline/promises",
141
- "node:repl",
142
- "node:stream",
143
- "node:stream/consumers",
144
- "node:stream/promises",
145
- "node:stream/web",
146
- "node:string_decoder",
147
- "node:sys",
148
- "node:timers",
149
- "node:timers/promises",
150
- "node:tls",
151
- "node:trace_events",
152
- "node:tty",
153
- "node:url",
154
- "node:util",
155
- "node:util/types",
156
- "node:v8",
157
- "node:vm",
158
- "node:wasi",
159
- "node:worker_threads",
160
- "node:zlib"
161
- ],
14
+ "packages": "external",
162
15
  "define": {
163
16
  "global": "window",
164
17
  "process.env.NODE_ENV": "\"development\""
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "builder:notify",
3
- "buildId": "build_919b4a90-4d2a-466c-a833-209fb75be922",
3
+ "buildId": "build_b8caa98d-3ccb-45f4-a8e1-970422405156",
4
4
  "buildStatus": "complete",
5
5
  "internalError": null,
6
6
  "warnings": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/overlay",
3
- "version": "0.16.66",
3
+ "version": "0.16.67",
4
4
  "description": "The Cloudpack overlay ux.",
5
5
  "license": "MIT",
6
6
  "types": "./lib/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "lint": "cloudpack-scripts lint"
29
29
  },
30
30
  "dependencies": {
31
- "@ms-cloudpack/api-server": "^0.30.2",
31
+ "@ms-cloudpack/api-server": "^0.30.3",
32
32
  "@ms-cloudpack/data-bus": "^0.4.2",
33
33
  "@ms-cloudpack/path-string-parsing": "^1.1.3",
34
34
  "react": "^17.0.0 || ^18.0.0",