@pod-os/core 0.13.1-5e06fb5.0 → 0.13.1-888a4e9.0
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/lib/index.js +6 -6
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -41258,8 +41258,8 @@ var PodOS = (() => {
|
|
|
41258
41258
|
__defNormalProp(obj, typeof key3 !== "symbol" ? key3 + "" : key3, value6);
|
|
41259
41259
|
return value6;
|
|
41260
41260
|
};
|
|
41261
|
-
var
|
|
41262
|
-
__export2(
|
|
41261
|
+
var src_exports = {};
|
|
41262
|
+
__export2(src_exports, {
|
|
41263
41263
|
DEFAULT_OPTIONS: () => DEFAULT_OPTIONS,
|
|
41264
41264
|
DEFAULT_UUID_LENGTH: () => DEFAULT_UUID_LENGTH,
|
|
41265
41265
|
default: () => ShortUniqueId3
|
|
@@ -41554,7 +41554,7 @@ var PodOS = (() => {
|
|
|
41554
41554
|
};
|
|
41555
41555
|
__publicField(_ShortUniqueId, "default", _ShortUniqueId);
|
|
41556
41556
|
var ShortUniqueId3 = _ShortUniqueId;
|
|
41557
|
-
return __toCommonJS2(
|
|
41557
|
+
return __toCommonJS2(src_exports);
|
|
41558
41558
|
})();
|
|
41559
41559
|
"undefined" != typeof module3 && (module3.exports = ShortUniqueId2.default), "undefined" != typeof window && (ShortUniqueId2 = ShortUniqueId2.default);
|
|
41560
41560
|
}
|
|
@@ -44268,8 +44268,8 @@ var PodOS = (() => {
|
|
|
44268
44268
|
});
|
|
44269
44269
|
|
|
44270
44270
|
// src/index.ts
|
|
44271
|
-
var
|
|
44272
|
-
__export(
|
|
44271
|
+
var index_exports = {};
|
|
44272
|
+
__export(index_exports, {
|
|
44273
44273
|
BinaryFile: () => BinaryFile,
|
|
44274
44274
|
BrokenFile: () => BrokenFile,
|
|
44275
44275
|
BrowserSession: () => BrowserSession,
|
|
@@ -70275,7 +70275,7 @@ var PodOS = (() => {
|
|
|
70275
70275
|
return loadContactsModule(this.store);
|
|
70276
70276
|
}
|
|
70277
70277
|
};
|
|
70278
|
-
return __toCommonJS(
|
|
70278
|
+
return __toCommonJS(index_exports);
|
|
70279
70279
|
})();
|
|
70280
70280
|
/*! Bundled license information:
|
|
70281
70281
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pod-os/core",
|
|
3
|
-
"version": "0.13.1-
|
|
3
|
+
"version": "0.13.1-888a4e9.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@babel/preset-env": "^7.26.0",
|
|
28
28
|
"@babel/preset-typescript": "^7.26.0",
|
|
29
|
-
"@eslint/js": "^9.
|
|
29
|
+
"@eslint/js": "^9.18.0",
|
|
30
30
|
"@types/jest": "^29.5.14",
|
|
31
31
|
"@types/jest-when": "^3.5.5",
|
|
32
32
|
"@types/sparqljs": "^3.1.12",
|
|
33
|
-
"esbuild": "^0.24.
|
|
34
|
-
"eslint": "^9.
|
|
33
|
+
"esbuild": "^0.24.2",
|
|
34
|
+
"eslint": "^9.18.0",
|
|
35
35
|
"jest": "^29.7.0",
|
|
36
36
|
"jest-when": "^3.7.0",
|
|
37
37
|
"prettier": "^3.4.2",
|
|
38
38
|
"rdf-namespaces": "^1.12.0",
|
|
39
39
|
"rimraf": "^6.0.1",
|
|
40
40
|
"sparqljs": "^3.7.3",
|
|
41
|
-
"typescript": "5.7.
|
|
41
|
+
"typescript": "5.7.3",
|
|
42
42
|
"typescript-eslint": "^7.18.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|