@teselagen/file-utils 0.2.10 → 0.2.12
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/file-utils.d.ts +29 -0
- package/index.d.ts +1 -0
- package/index.js +14667 -150
- package/index.mjs +14814 -0
- package/package.json +3 -6
- package/CHANGELOG.md +0 -26
- package/README.md +0 -11
package/package.json
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teselagen/file-utils",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"type": "
|
|
3
|
+
"version": "0.2.12",
|
|
4
|
+
"type": "commonjs",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"bluebird": "^3.7.2",
|
|
7
7
|
"jszip": "^3.10.1",
|
|
8
8
|
"lodash": "^4.17.21",
|
|
9
|
-
"mock-fs": "5.2.0",
|
|
10
9
|
"papaparse": "^5.4.1"
|
|
11
10
|
},
|
|
12
11
|
"devDependencies": {
|
|
13
12
|
"mock-fs": "^5.2.0"
|
|
14
|
-
}
|
|
15
|
-
"module": "index.js",
|
|
16
|
-
"main": "index.js"
|
|
13
|
+
}
|
|
17
14
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
-
|
|
5
|
-
## [0.2.0](https://github.com/TeselaGen/tg-oss/compare/file-utils-0.1.0...file-utils-0.2.0) (2023-05-30)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* more work on packaging up files ([67c8a69](https://github.com/TeselaGen/tg-oss/commit/67c8a6983b2ca772cc72700b4bf344b4adccf26d))
|
|
11
|
-
|
|
12
|
-
## [0.2.0](https://github.com/TeselaGen/tg-oss/compare/file-utils-0.1.0...file-utils-0.2.0) (2023-05-30)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* more work on packaging up files ([67c8a69](https://github.com/TeselaGen/tg-oss/commit/67c8a6983b2ca772cc72700b4bf344b4adccf26d))
|
|
18
|
-
|
|
19
|
-
## 0.1.0 (2023-05-30)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Features
|
|
23
|
-
|
|
24
|
-
* more work adding more repos ([f320d76](https://github.com/TeselaGen/tg-oss/commit/f320d76a7a2e0db34d68d1a51803efa24f6831df))
|
|
25
|
-
* wip adding a bunch of repos to tg-oss ([6040094](https://github.com/TeselaGen/tg-oss/commit/60400941f0d7f72c02bf19b90896d9a35d32634d))
|
|
26
|
-
* wip setting up nx ([24a1952](https://github.com/TeselaGen/tg-oss/commit/24a1952fdbadc2c733223109d620cbc508c94a28))
|
package/README.md
DELETED