@fairmint/open-captable-protocol-daml-js 0.2.158 → 0.2.160
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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"templateId": "9f94e5a0084b8fd45e3a53a9f8d896dd2cc584bf1ceff90b6b8bf036b336b565:Fairmint.OpenCapTable.OcpFactory:OcpFactory"
|
|
5
5
|
},
|
|
6
6
|
"devnet": {
|
|
7
|
-
"ocpFactoryContractId": "
|
|
7
|
+
"ocpFactoryContractId": "001c644f64fa3c0acf3e9480a6fe9e8144af8085fcdd42bfae1d155811afb1a56cca1212207a1f987aea121b26494277a7f9ce3f5caa23b42dcbcdc94f253c497a8af6e53a",
|
|
8
8
|
"templateId": "9f94e5a0084b8fd45e3a53a9f8d896dd2cc584bf1ceff90b6b8bf036b336b565:Fairmint.OpenCapTable.OcpFactory:OcpFactory"
|
|
9
9
|
}
|
|
10
10
|
}
|
package/lib/index.d.ts
CHANGED
|
@@ -12,10 +12,3 @@ export declare const OCP_TEMPLATES: {
|
|
|
12
12
|
readonly issuerAuthorization: typeof Fairmint_OpenCapTable_IssuerAuthorization.IssuerAuthorization.templateId;
|
|
13
13
|
readonly ocpFactory: typeof Fairmint_OpenCapTable_OcpFactory.OcpFactory.templateId;
|
|
14
14
|
};
|
|
15
|
-
export {
|
|
16
|
-
getOpenCapTableDarPath,
|
|
17
|
-
resolveOpenCapTableDarPath,
|
|
18
|
-
OPEN_CAP_TABLE_DAR_EXPORT_SUBPATH,
|
|
19
|
-
OPEN_CAP_TABLE_DAR_PATH_ENV,
|
|
20
|
-
} from './openCapTableDarPath';
|
|
21
|
-
export type { ResolveOpenCapTableDarPathOptions } from './openCapTableDarPath';
|
package/lib/index.js
CHANGED
|
@@ -23,8 +23,3 @@ exports.OCP_TEMPLATES = Object.freeze({
|
|
|
23
23
|
issuerAuthorization: Fairmint_OpenCapTable_IssuerAuthorization.IssuerAuthorization.templateId,
|
|
24
24
|
ocpFactory: Fairmint_OpenCapTable_OcpFactory.OcpFactory.templateId,
|
|
25
25
|
});
|
|
26
|
-
var _openCapTableDarPath = require('./openCapTableDarPath');
|
|
27
|
-
exports.getOpenCapTableDarPath = _openCapTableDarPath.getOpenCapTableDarPath;
|
|
28
|
-
exports.resolveOpenCapTableDarPath = _openCapTableDarPath.resolveOpenCapTableDarPath;
|
|
29
|
-
exports.OPEN_CAP_TABLE_DAR_EXPORT_SUBPATH = _openCapTableDarPath.OPEN_CAP_TABLE_DAR_EXPORT_SUBPATH;
|
|
30
|
-
exports.OPEN_CAP_TABLE_DAR_PATH_ENV = _openCapTableDarPath.OPEN_CAP_TABLE_DAR_PATH_ENV;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* OpenCapTable DAR path helpers. Published as `@fairmint/open-captable-protocol-daml-js/openCapTableDarPath` (
|
|
3
|
-
* re-exported from the package root).
|
|
2
|
+
* OpenCapTable DAR path helpers. Published as `@fairmint/open-captable-protocol-daml-js/openCapTableDarPath` only (uses
|
|
3
|
+
* Node `fs`; not re-exported from the package root so browser/Next bundles stay valid).
|
|
4
4
|
*
|
|
5
5
|
* @remarks
|
|
6
6
|
* User-facing documentation for `OPEN_CAP_TABLE_DAR_PATH`, monorepo layout, and options lives in this repository’s
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* OpenCapTable DAR path helpers. Published as `@fairmint/open-captable-protocol-daml-js/openCapTableDarPath` (
|
|
4
|
-
* re-exported from the package root).
|
|
3
|
+
* OpenCapTable DAR path helpers. Published as `@fairmint/open-captable-protocol-daml-js/openCapTableDarPath` only (uses
|
|
4
|
+
* Node `fs`; not re-exported from the package root so browser/Next bundles stay valid).
|
|
5
5
|
*
|
|
6
6
|
* @remarks
|
|
7
7
|
* User-facing documentation for `OPEN_CAP_TABLE_DAR_PATH`, monorepo layout, and options lives in this repository’s
|