@turndown/library 0.0.2 → 0.0.3
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/package.json +2 -2
- package/package.json +2 -2
- package/dist/index.d.ts +0 -5
- package/dist/index.d.ts.map +0 -1
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turndown/library",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Shared TypeScript library for the Turndown suite.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"types",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"clean": "rimraf dist",
|
|
34
34
|
"build": "tsc -p .",
|
|
35
35
|
"dev": "tsc -w -p .",
|
|
36
|
-
"release": "changeset version && npm install --no-frozen-lockfile && npm run build",
|
|
36
|
+
"release": "changeset version && npm install --no-frozen-lockfile && rm -rf ./dist && npm run build",
|
|
37
37
|
"publish:ci": "changeset publish"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turndown/library",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Shared TypeScript library for the Turndown suite.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"types",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"clean": "rimraf dist",
|
|
34
34
|
"build": "tsc -p .",
|
|
35
35
|
"dev": "tsc -w -p .",
|
|
36
|
-
"release": "changeset version && npm install --no-frozen-lockfile && npm run build",
|
|
36
|
+
"release": "changeset version && npm install --no-frozen-lockfile && rm -rf ./dist && npm run build",
|
|
37
37
|
"publish:ci": "changeset publish"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
package/dist/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export type GenericTurndownObject = Record<string, any> | any | undefined;
|
|
2
|
-
export type TurndownObject<T = GenericTurndownObject> = Record<string, T> | T | undefined;
|
|
3
|
-
export type ObjectValues<T> = T[keyof T];
|
|
4
|
-
export type ObjectKeys<T> = [keyof T];
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC;AAC1E,MAAM,MAAM,cAAc,CAAC,CAAC,GAAG,qBAAqB,IAChD,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,GACjB,CAAC,GACD,SAAS,CAAC;AAEd,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AACzC,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC"}
|