@openfairygui/functions 0.2.0-alpha.30 → 0.2.0-alpha.31
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.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/node.cjs +2 -2
- package/dist/node.js +2 -2
- package/dist/{publish-BJ_eelME.js → publish-BJk8UzRP.js} +2546 -2567
- package/dist/{publish-xFWT9Slz.cjs → publish-DCP0AYx2.cjs} +2563 -2566
- package/dist/{restore-BW2xacB3.cjs → restore-BUaCK8ui.cjs} +13 -38
- package/dist/{restore-Clk62n0O.js → restore-C98ugT2H.js} +1 -26
- package/dist/web.cjs +1 -1
- package/dist/web.js +1 -1
- package/package.json +2 -2
- package/src/atlas/inputs.ts +7 -42
- package/src/atlas/packing.ts +5 -10
- package/src/atlas.ts +7 -5
- package/src/codegen.ts +2 -15
- package/src/path-utils.ts +40 -0
- package/src/publish/package-context.ts +3 -3
- package/src/publish.ts +1 -14
- package/src/restore-internals/output-transaction.ts +2 -42
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_publish = require("./publish-
|
|
3
|
-
const require_restore = require("./restore-
|
|
2
|
+
const require_publish = require("./publish-DCP0AYx2.cjs");
|
|
3
|
+
const require_restore = require("./restore-BUaCK8ui.cjs");
|
|
4
4
|
const require_uam_transaction = require("./uam-transaction.cjs");
|
|
5
5
|
//#region src/inspect.ts
|
|
6
6
|
function mapResource(resource) {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as decodeText, c as resolvePackageCodegenPlan,
|
|
2
|
-
import { t as restore } from "./restore-
|
|
1
|
+
import { a as decodeText, c as resolvePackageCodegenPlan, h as createTransform, i as buildCodegenClasses, m as atlas, n as resolvePublishOptions, o as encodeText, r as AUTO_GENERATED_CODE_MARK, s as publishCodeGeneration, t as publish } from "./publish-BJk8UzRP.js";
|
|
2
|
+
import { t as restore } from "./restore-C98ugT2H.js";
|
|
3
3
|
import { applyUamTransactionApp } from "./uam-transaction.js";
|
|
4
4
|
//#region src/inspect.ts
|
|
5
5
|
function mapResource(resource) {
|
package/dist/node.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_publish = require("./publish-
|
|
3
|
-
const require_restore = require("./restore-
|
|
2
|
+
const require_publish = require("./publish-DCP0AYx2.cjs");
|
|
3
|
+
const require_restore = require("./restore-BUaCK8ui.cjs");
|
|
4
4
|
//#region src/adapters/node/plugins.ts
|
|
5
5
|
const importNative$2 = new Function("id", "return import(id)");
|
|
6
6
|
async function loadPlugins(doc, pluginsDir) {
|
package/dist/node.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { l as resolveProjectBasePath,
|
|
2
|
-
import { t as restore } from "./restore-
|
|
1
|
+
import { l as resolveProjectBasePath, p as formatPluginError, t as publish } from "./publish-BJk8UzRP.js";
|
|
2
|
+
import { t as restore } from "./restore-C98ugT2H.js";
|
|
3
3
|
//#region src/adapters/node/plugins.ts
|
|
4
4
|
const importNative$2 = new Function("id", "return import(id)");
|
|
5
5
|
async function loadPlugins(doc, pluginsDir) {
|