@stonecrop/stonecrop 0.8.13 → 0.9.1
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/dist/stonecrop.d.ts +20 -3063
- package/dist/stonecrop.js +865 -1179
- package/dist/stonecrop.js.map +1 -1
- package/package.json +17 -18
- package/dist/src/stonecrop.js +0 -254
- package/dist/stonecrop.umd.cjs +0 -6
- package/dist/stonecrop.umd.cjs.map +0 -1
- package/dist/tests/setup.d.ts +0 -5
- package/dist/tests/setup.d.ts.map +0 -1
- package/dist/tests/setup.js +0 -15
- /package/dist/{src/composable.js → composable.js} +0 -0
- /package/dist/{src/composables → composables}/operation-log.js +0 -0
- /package/dist/{src/doctype.js → doctype.js} +0 -0
- /package/dist/{src/exceptions.js → exceptions.js} +0 -0
- /package/dist/{src/field-triggers.js → field-triggers.js} +0 -0
- /package/dist/{src/index.js → index.js} +0 -0
- /package/dist/{src/plugins → plugins}/index.js +0 -0
- /package/dist/{src/registry.js → registry.js} +0 -0
- /package/dist/{src/schema-validator.js → schema-validator.js} +0 -0
- /package/dist/{src/stores → stores}/hst.js +0 -0
- /package/dist/{src/stores → stores}/index.js +0 -0
- /package/dist/{src/stores → stores}/operation-log.js +0 -0
- /package/dist/{src/tsdoc-metadata.json → tsdoc-metadata.json} +0 -0
- /package/dist/{src/types → types}/field-triggers.js +0 -0
- /package/dist/{src/types → types}/index.js +0 -0
- /package/dist/{src/types → types}/operation-log.js +0 -0
- /package/dist/{src/types → types}/registry.js +0 -0
package/dist/tests/setup.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../tests/setup.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
package/dist/tests/setup.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Vitest setup file
|
|
3
|
-
* Runs before all test files
|
|
4
|
-
*/
|
|
5
|
-
// Remove Node.js's native BroadcastChannel to avoid conflicts with mocks
|
|
6
|
-
// Tests that need BroadcastChannel will mock it themselves
|
|
7
|
-
if (typeof global !== 'undefined' && 'BroadcastChannel' in global) {
|
|
8
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
9
|
-
delete global.BroadcastChannel;
|
|
10
|
-
}
|
|
11
|
-
// Also remove from globalThis if it exists there
|
|
12
|
-
if (typeof globalThis !== 'undefined' && 'BroadcastChannel' in globalThis) {
|
|
13
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
14
|
-
delete globalThis.BroadcastChannel;
|
|
15
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|