@actual-app/api 26.1.0-nightly.20251216 → 26.1.0-nightly.20251217
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/index.js +0 -1
- package/dist/package.json +1 -1
- package/dist/utils.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -40,7 +40,6 @@ exports.utils = exports.internal = void 0;
|
|
|
40
40
|
exports.init = init;
|
|
41
41
|
exports.shutdown = shutdown;
|
|
42
42
|
// @ts-ignore: bundle not available until we build it
|
|
43
|
-
// eslint-disable-next-line import/extensions
|
|
44
43
|
const bundle = __importStar(require("./app/bundle.api.js"));
|
|
45
44
|
const injected = __importStar(require("./injected"));
|
|
46
45
|
const validateNodeVersion_1 = require("./validateNodeVersion");
|
package/dist/package.json
CHANGED
package/dist/utils.js
CHANGED
|
@@ -35,7 +35,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
36
|
exports.integerToAmount = exports.amountToInteger = void 0;
|
|
37
37
|
// @ts-ignore: bundle not available until we build it
|
|
38
|
-
// eslint-disable-next-line import/extensions
|
|
39
38
|
const bundle = __importStar(require("./app/bundle.api.js"));
|
|
40
39
|
exports.amountToInteger = bundle.lib.amountToInteger;
|
|
41
40
|
exports.integerToAmount = bundle.lib.integerToAmount;
|