@mercuryworkshop/scramjet-controller 0.0.1 → 0.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.
@@ -0,0 +1,45 @@
1
+ (() => { // webpackBootstrap
2
+ var __webpack_modules__ = ({});
3
+ /************************************************************************/
4
+ // The module cache
5
+ var __webpack_module_cache__ = {};
6
+
7
+ // The require function
8
+ function __webpack_require__(moduleId) {
9
+
10
+ // Check if module is in cache
11
+ var cachedModule = __webpack_module_cache__[moduleId];
12
+ if (cachedModule !== undefined) {
13
+ return cachedModule.exports;
14
+ }
15
+ // Create a new module (and put it into the cache)
16
+ var module = (__webpack_module_cache__[moduleId] = {
17
+ exports: {}
18
+ });
19
+ // Execute the module function
20
+ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
21
+
22
+ // Return the exports of the module
23
+ return module.exports;
24
+
25
+ }
26
+
27
+ /************************************************************************/
28
+ // webpack/runtime/rspack_version
29
+ (() => {
30
+ __webpack_require__.rv = () => ("1.5.6")
31
+ })();
32
+ // webpack/runtime/rspack_unique_id
33
+ (() => {
34
+ __webpack_require__.ruid = "bundler=rspack@1.5.6";
35
+
36
+ })();
37
+ /************************************************************************/
38
+
39
+ /*!************************************************************!*\
40
+ !*** ./packages/scramjet/packages/controller/src/index.ts ***!
41
+ \************************************************************/
42
+
43
+ })()
44
+ ;
45
+ //# sourceMappingURL=controller.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"controller.js","sources":["webpack://browser.js/webpack/runtime/rspack_version","webpack://browser.js/webpack/runtime/rspack_unique_id"],"sourcesContent":["__webpack_require__.rv = () => (\"1.5.6\")","__webpack_require__.ruid = \"bundler=rspack@1.5.6\";\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;ACAA"}
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
- "name": "@mercuryworkshop/scramjet-controller",
3
- "version": "0.0.1",
4
- "type": "module",
5
- "packageManager": "pnpm@10.12.1",
6
- "main": "index.ts",
7
- "dependencies": {
8
- "@mercuryworkshop/scramjet": "workspace:*"
9
- }
10
- }
2
+ "name": "@mercuryworkshop/scramjet-controller",
3
+ "version": "0.0.2",
4
+ "type": "module",
5
+ "main": "index.ts",
6
+ "dependencies": {
7
+ "@mercuryworkshop/scramjet": "2.0.0-alpha"
8
+ }
9
+ }