@phun-ky/frameport 2.0.17 → 2.0.19
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/frameport.esm.js +1 -1
- package/dist/frameport.js +1 -1
- package/package.json +1 -2
package/dist/frameport.esm.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @phun-ky/frameport
|
|
3
3
|
* Create responsive documentation examples on the fly
|
|
4
4
|
* @author Alexander Vassbotn Røyne-Helgesen <alexander+frameport@phun-ky.net>
|
|
5
|
-
* @version 2.0.
|
|
5
|
+
* @version 2.0.19
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen
|
|
8
8
|
*
|
package/dist/frameport.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @phun-ky/frameport
|
|
3
3
|
* Create responsive documentation examples on the fly
|
|
4
4
|
* @author Alexander Vassbotn Røyne-Helgesen <alexander+frameport@phun-ky.net>
|
|
5
|
-
* @version 2.0.
|
|
5
|
+
* @version 2.0.19
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen
|
|
8
8
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phun-ky/frameport",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.19",
|
|
4
4
|
"description": "Create responsive documentation examples on the fly",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"documentation",
|
|
@@ -88,7 +88,6 @@
|
|
|
88
88
|
"rollup-plugin-dts": "^6.1.0",
|
|
89
89
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
90
90
|
"stylus": "^0.64.0",
|
|
91
|
-
"ts-node": "^10.9.1",
|
|
92
91
|
"tslib": "^2.3.1",
|
|
93
92
|
"tsx": "^4.7.1",
|
|
94
93
|
"typedoc-plugin-frontmatter": "^1.0.0",
|