@xylabs/array 4.0.2 → 4.0.4
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/neutral/containsAll.d.ts +2 -0
- package/dist/neutral/containsAll.d.ts.map +1 -0
- package/dist/neutral/distinct.d.ts +2 -0
- package/dist/neutral/distinct.d.ts.map +1 -0
- package/dist/neutral/flatten.d.ts +2 -0
- package/dist/neutral/flatten.d.ts.map +1 -0
- package/dist/neutral/index.d.ts +4 -7
- package/dist/neutral/index.d.ts.map +1 -0
- package/package.json +26 -26
- package/xy.config.ts +1 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containsAll.d.ts","sourceRoot":"","sources":["../../src/containsAll.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC,EAAE,YAA0C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"distinct.d.ts","sourceRoot":"","sources":["../../src/distinct.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,SAAS,MAAM,SAAS,CAAC,EAAE,YAAmC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flatten.d.ts","sourceRoot":"","sources":["../../src/flatten.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,GAAI,CAAC,MAAM,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,KAAG,CAAC,EAG5E,CAAA"}
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const flatten: <T>(a?: T | ConcatArray<T>, b?: T | ConcatArray<T>) => T[];
|
|
6
|
-
|
|
7
|
-
export { containsAll, distinct, flatten };
|
|
1
|
+
export * from './containsAll.ts';
|
|
2
|
+
export * from './distinct.ts';
|
|
3
|
+
export * from './flatten.ts';
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,16 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"license": "LGPL-3.0-only",
|
|
3
2
|
"name": "@xylabs/array",
|
|
3
|
+
"version": "4.0.4",
|
|
4
|
+
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"xylabs",
|
|
7
|
+
"utility",
|
|
8
|
+
"typescript",
|
|
9
|
+
"esm"
|
|
10
|
+
],
|
|
11
|
+
"homepage": "https://xylabs.com",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "git+https://github.com/xylabs/sdk-js/issues",
|
|
14
|
+
"email": "support@xylabs.com"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/xylabs/sdk-js.git"
|
|
19
|
+
},
|
|
20
|
+
"license": "LGPL-3.0-only",
|
|
4
21
|
"author": {
|
|
5
|
-
"email": "support@xylabs.com",
|
|
6
22
|
"name": "XY Labs Development Team",
|
|
7
|
-
"url": "https://xylabs.com"
|
|
8
|
-
},
|
|
9
|
-
"bugs": {
|
|
10
23
|
"email": "support@xylabs.com",
|
|
11
|
-
"url": "
|
|
24
|
+
"url": "https://xylabs.com"
|
|
12
25
|
},
|
|
13
|
-
"
|
|
26
|
+
"sideEffects": false,
|
|
27
|
+
"type": "module",
|
|
14
28
|
"exports": {
|
|
15
29
|
".": {
|
|
16
30
|
"types": "./dist/neutral/index.d.ts",
|
|
@@ -18,34 +32,20 @@
|
|
|
18
32
|
},
|
|
19
33
|
"./package.json": "./package.json"
|
|
20
34
|
},
|
|
21
|
-
"types": "./dist/neutral/index.d.ts",
|
|
22
35
|
"module": "./dist/neutral/index.mjs",
|
|
36
|
+
"types": "./dist/neutral/index.d.ts",
|
|
23
37
|
"dependencies": {
|
|
24
|
-
"@xylabs/exists": "^4.0.
|
|
38
|
+
"@xylabs/exists": "^4.0.4"
|
|
25
39
|
},
|
|
26
40
|
"devDependencies": {
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.
|
|
28
|
-
"@xylabs/tsconfig": "^4.0.
|
|
41
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
|
42
|
+
"@xylabs/tsconfig": "^4.0.7",
|
|
29
43
|
"typescript": "^5.5.4"
|
|
30
44
|
},
|
|
31
45
|
"engines": {
|
|
32
46
|
"node": ">=18"
|
|
33
47
|
},
|
|
34
|
-
"homepage": "https://xylabs.com",
|
|
35
|
-
"keywords": [
|
|
36
|
-
"xylabs",
|
|
37
|
-
"utility",
|
|
38
|
-
"typescript",
|
|
39
|
-
"esm"
|
|
40
|
-
],
|
|
41
48
|
"publishConfig": {
|
|
42
49
|
"access": "public"
|
|
43
|
-
}
|
|
44
|
-
"repository": {
|
|
45
|
-
"type": "git",
|
|
46
|
-
"url": "git+https://github.com/xylabs/sdk-js.git"
|
|
47
|
-
},
|
|
48
|
-
"sideEffects": false,
|
|
49
|
-
"version": "4.0.2",
|
|
50
|
-
"type": "module"
|
|
50
|
+
}
|
|
51
51
|
}
|