@prosopo/detector 2.5.5 → 3.0.2

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 ADDED
@@ -0,0 +1,43 @@
1
+ # @prosopo/detector
2
+
3
+ ## 3.0.2
4
+ ### Patch Changes
5
+
6
+ - eb71691: configure typecheck before bundle for vue packages
7
+ - eb71691: make typecheck script always recompile
8
+ - Updated dependencies [eb71691]
9
+ - Updated dependencies [eb71691]
10
+ - @prosopo/config@3.1.2
11
+
12
+ ## 3.0.1
13
+ ### Patch Changes
14
+
15
+ - 2f0c830: Remove node-fetch
16
+ - 93d5e50: ensure packages have @prosopo/config as dep for vite configs
17
+ - 3573f0b: fix npm scripts bundle command
18
+ - 3573f0b: build using vite, typecheck using tsc
19
+ - efd8102: Add tests for unwrap error helper
20
+ - 3573f0b: standardise all vite based npm scripts for bundling
21
+ - Updated dependencies [3573f0b]
22
+ - Updated dependencies [3573f0b]
23
+ - Updated dependencies [3573f0b]
24
+ - Updated dependencies [2d0dd8a]
25
+ - @prosopo/config@3.1.1
26
+
27
+ ## 3.0.0
28
+ ### Major Changes
29
+
30
+ - 64b5bcd: Access Controls
31
+
32
+ ## 2.6.1
33
+
34
+ ### Patch Changes
35
+
36
+ - 5656b0c: Adding cypress tests for invisible
37
+ - 5656b0c: Adding all client examples to bundle example
38
+
39
+ ## 2.6.0
40
+
41
+ ### Minor Changes
42
+
43
+ - a0bfc8a: bump all pkg versions since independent versioning applied
package/dist/index.d.ts CHANGED
@@ -1,5 +1,18 @@
1
- export { Le as default };
2
- declare function Le(): Promise<{
3
- token: any;
1
+ // Copyright 2021-2025 Prosopo (UK) Ltd.
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ export function detect(): Promise<{
16
+ token: string;
4
17
  }>;
5
- //# sourceMappingURL=index.d.ts.map
18
+ //# sourceMappingURL=index.d.ts.map