@pie-element/passage 7.1.1-next.11 → 7.1.2-next.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/configure.js +2 -0
- package/controller.js +1 -0
- package/dist/author/common.d.ts +36 -0
- package/dist/author/common.js +56 -0
- package/dist/author/defaults.d.ts +175 -0
- package/dist/author/defaults.js +113 -0
- package/dist/author/design.d.ts +28 -0
- package/dist/author/design.js +120 -0
- package/dist/author/index.d.ts +36 -0
- package/dist/author/index.js +66 -0
- package/dist/author/passage.d.ts +27 -0
- package/dist/author/passage.js +127 -0
- package/dist/browser/author/index.js +39774 -0
- package/dist/browser/author/index.js.map +1 -0
- package/dist/browser/controller/index.js +64 -0
- package/dist/browser/controller/index.js.map +1 -0
- package/dist/browser/debounce-CUPmq2t-.js +86 -0
- package/dist/browser/debounce-CUPmq2t-.js.map +1 -0
- package/dist/browser/delivery/index.js +117 -0
- package/dist/browser/delivery/index.js.map +1 -0
- package/dist/browser/dist-C_PfhNd9.js +9602 -0
- package/dist/browser/dist-C_PfhNd9.js.map +1 -0
- package/dist/browser/isEmpty-xEtDXvJL.js +143 -0
- package/dist/browser/isEmpty-xEtDXvJL.js.map +1 -0
- package/dist/browser/isObjectLike-qb18ZQkj.js +38 -0
- package/dist/browser/isObjectLike-qb18ZQkj.js.map +1 -0
- package/dist/browser/passage.css +2 -0
- package/dist/browser/print/index.js +48 -0
- package/dist/browser/print/index.js.map +1 -0
- package/dist/browser/stimulus-tabs-CMox8txJ.js +218 -0
- package/dist/browser/stimulus-tabs-CMox8txJ.js.map +1 -0
- package/dist/controller/defaults.d.ts +23 -0
- package/dist/controller/defaults.js +17 -0
- package/dist/controller/index.d.ts +18 -0
- package/dist/controller/index.js +50 -0
- package/dist/delivery/index.d.ts +22 -0
- package/dist/delivery/index.js +83 -0
- package/dist/delivery/stimulus-tabs.d.ts +21 -0
- package/dist/delivery/stimulus-tabs.js +220 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +145 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTrim.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_trimmedEndIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/debounce.js +50 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/now.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toNumber.js +19 -0
- package/dist/print/index.d.ts +15 -0
- package/dist/print/index.js +47 -0
- package/package.json +83 -19
- package/CHANGELOG.json +0 -227
- package/CHANGELOG.md +0 -1452
- package/LICENSE.md +0 -5
- package/README.md +0 -3
- package/configure/CHANGELOG.md +0 -672
- package/configure/lib/common.js +0 -74
- package/configure/lib/common.js.map +0 -1
- package/configure/lib/defaults.js +0 -174
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/design.js +0 -185
- package/configure/lib/design.js.map +0 -1
- package/configure/lib/index.js +0 -86
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/passage.js +0 -194
- package/configure/lib/passage.js.map +0 -1
- package/configure/package.json +0 -23
- package/controller/CHANGELOG.json +0 -1
- package/controller/CHANGELOG.md +0 -109
- package/controller/lib/defaults.js +0 -23
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -80
- package/controller/lib/index.js.map +0 -1
- package/controller/package.json +0 -13
- package/docs/config-schema.json +0 -1325
- package/docs/config-schema.json.md +0 -974
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -32
- package/docs/demo/index.html +0 -1
- package/docs/pie-schema.json +0 -775
- package/docs/pie-schema.json.md +0 -561
- package/lib/index.js +0 -143
- package/lib/index.js.map +0 -1
- package/lib/print.js +0 -78
- package/lib/print.js.map +0 -1
- package/lib/stimulus-tabs.js +0 -323
- package/lib/stimulus-tabs.js.map +0 -1
- package/module/configure.js +0 -1
- package/module/controller.js +0 -920
- package/module/demo.js +0 -57
- package/module/element.js +0 -1
- package/module/index.html +0 -21
- package/module/manifest.json +0 -10
- package/module/print-demo.js +0 -95
- package/module/print.html +0 -18
- package/module/print.js +0 -1
package/package.json
CHANGED
|
@@ -1,33 +1,97 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/passage",
|
|
3
|
-
"
|
|
4
|
-
"version": "7.1.1-next.11+84119e88b",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
3
|
+
"version": "7.1.2-next.0",
|
|
8
4
|
"description": "",
|
|
9
|
-
"author": "pie framework developers",
|
|
10
|
-
"license": "ISC",
|
|
11
5
|
"dependencies": {
|
|
12
6
|
"@emotion/react": "^11.14.0",
|
|
13
7
|
"@emotion/style": "^0.8.0",
|
|
14
8
|
"@mui/icons-material": "^7.3.4",
|
|
15
9
|
"@mui/material": "^7.3.4",
|
|
16
|
-
"@pie-
|
|
17
|
-
"@pie-lib/math-rendering": "5.0.2",
|
|
18
|
-
"@pie-lib/render-ui": "6.1.1",
|
|
10
|
+
"@pie-lib/render-ui": "6.1.0",
|
|
19
11
|
"prop-types": "^15.8.1",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
12
|
+
"@pie-lib/config-ui": "13.0.3",
|
|
13
|
+
"@pie-element/shared-configure-events": "0.1.0",
|
|
14
|
+
"@pie-lib/editable-html-tip-tap": "2.1.1",
|
|
15
|
+
"lodash-es": "^4.18.1",
|
|
16
|
+
"@pie-element/shared-player-events": "0.1.0",
|
|
17
|
+
"@pie-element/shared-math-rendering-mathjax": "0.1.0",
|
|
18
|
+
"debug": "^4.4.3",
|
|
19
|
+
"@emotion/core": "0.x.x"
|
|
22
20
|
},
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
"
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"react": "^18.0.0",
|
|
23
|
+
"react-dom": "^18.0.0"
|
|
26
24
|
},
|
|
27
|
-
"main": "lib/index.js",
|
|
28
|
-
"module": "src/index.js",
|
|
29
25
|
"exports": {
|
|
30
|
-
".":
|
|
31
|
-
|
|
26
|
+
".": {
|
|
27
|
+
"types": "./dist/index.d.ts",
|
|
28
|
+
"default": "./dist/index.js"
|
|
29
|
+
},
|
|
30
|
+
"./delivery": {
|
|
31
|
+
"types": "./dist/delivery/index.d.ts",
|
|
32
|
+
"default": "./dist/delivery/index.js"
|
|
33
|
+
},
|
|
34
|
+
"./browser/delivery": {
|
|
35
|
+
"default": "./dist/browser/delivery/index.js"
|
|
36
|
+
},
|
|
37
|
+
"./author": {
|
|
38
|
+
"types": "./dist/author/index.d.ts",
|
|
39
|
+
"default": "./dist/author/index.js"
|
|
40
|
+
},
|
|
41
|
+
"./browser/author": {
|
|
42
|
+
"default": "./dist/browser/author/index.js"
|
|
43
|
+
},
|
|
44
|
+
"./configure": {
|
|
45
|
+
"types": "./dist/author/index.d.ts",
|
|
46
|
+
"default": "./dist/author/index.js"
|
|
47
|
+
},
|
|
48
|
+
"./controller": {
|
|
49
|
+
"types": "./dist/controller/index.d.ts",
|
|
50
|
+
"default": "./dist/controller/index.js"
|
|
51
|
+
},
|
|
52
|
+
"./controller.js": {
|
|
53
|
+
"types": "./dist/controller/index.d.ts",
|
|
54
|
+
"default": "./dist/controller/index.js"
|
|
55
|
+
},
|
|
56
|
+
"./browser/controller": {
|
|
57
|
+
"default": "./dist/browser/controller/index.js"
|
|
58
|
+
},
|
|
59
|
+
"./print": {
|
|
60
|
+
"types": "./dist/print/index.d.ts",
|
|
61
|
+
"default": "./dist/print/index.js"
|
|
62
|
+
},
|
|
63
|
+
"./browser/print": {
|
|
64
|
+
"default": "./dist/browser/print/index.js"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"type": "module",
|
|
68
|
+
"main": "./dist/index.js",
|
|
69
|
+
"types": "./dist/index.d.ts",
|
|
70
|
+
"files": [
|
|
71
|
+
"configure.js",
|
|
72
|
+
"controller.js",
|
|
73
|
+
"dist"
|
|
74
|
+
],
|
|
75
|
+
"sideEffects": false,
|
|
76
|
+
"devDependencies": {
|
|
77
|
+
"vite": "^8.0.1",
|
|
78
|
+
"typescript": "^5.9.3",
|
|
79
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
80
|
+
"@types/react": "^18.2.0",
|
|
81
|
+
"@types/react-dom": "^18.2.0"
|
|
82
|
+
},
|
|
83
|
+
"scripts": {
|
|
84
|
+
"build": "bun x vite build && bun x vite build --config ../../../tools/vite/element-browser.config.ts && bun x vite build --config vite.config.iife.ts && bun x tsc --emitDeclarationOnly",
|
|
85
|
+
"dev": "bun x vite",
|
|
86
|
+
"demo": "bun x vite --mode demo",
|
|
87
|
+
"test": "bun x vitest run"
|
|
88
|
+
},
|
|
89
|
+
"pie": {
|
|
90
|
+
"controller": "@pie-element/passage/controller",
|
|
91
|
+
"configure": "@pie-element/passage/configure",
|
|
92
|
+
"browserSharedDependencies": {
|
|
93
|
+
"react": "18.2.0",
|
|
94
|
+
"react-dom": "18.2.0"
|
|
95
|
+
}
|
|
32
96
|
}
|
|
33
97
|
}
|
package/CHANGELOG.json
DELETED
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "feat",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "minimal passage rendering pie (no authoring) (#185)",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "feat: minimal passage rendering pie (no authoring) (#185)",
|
|
8
|
-
"body": "* feat: minimal passage rendering pie (no authoring)\n\n* bump pie-ui version",
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "87e5c4a72721ea75b27646fcba8af1e3ae0ef2f4",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-04-26 15:14:00 -0400",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/passage@1.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "fix",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "doc name",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "fix: doc name",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "40ee7d51b70993aa7df25470c5f5669ee2424efb",
|
|
27
|
-
"gitTags": " (develop)",
|
|
28
|
-
"committerDate": "2019-05-13 15:27:21 +0100",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/passage@1.2.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "feat",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "support paired passages (#216)",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "feat: support paired passages (#216)",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "c036a92902e4c6b5ee59d4db6cf0e343b47f0b18",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-05-13 09:57:42 -0400",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/passage@1.2.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "chore",
|
|
49
|
-
"scope": "latest-version",
|
|
50
|
-
"subject": "pushing to release",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "chore(latest-version): pushing to release",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
|
|
57
|
-
"gitTags": " (develop)",
|
|
58
|
-
"committerDate": "2019-06-06 01:31:17 +0300",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/passage@1.2.6"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "chore",
|
|
64
|
-
"scope": "version",
|
|
65
|
-
"subject": "bumped the versions",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "chore(version): bumped the versions",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
72
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
73
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/passage@1.2.6"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "chore",
|
|
79
|
-
"scope": "version",
|
|
80
|
-
"subject": "bumped the versions",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "chore(version): bumped the versions",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
87
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
88
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/passage@1.2.6"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "chore",
|
|
94
|
-
"scope": "merge",
|
|
95
|
-
"subject": "merged develop into master",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "chore(merge): merged develop into master",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
102
|
-
"gitTags": " (develop)",
|
|
103
|
-
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/passage@1.2.8"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "fix",
|
|
109
|
-
"scope": "rendering",
|
|
110
|
-
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/passage@1.2.11"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "fix",
|
|
124
|
-
"scope": null,
|
|
125
|
-
"subject": "update passage@^1.3.0",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "fix: update passage@^1.3.0",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "c6baa50abf7e00c92034686990041f38be422eee",
|
|
132
|
-
"gitTags": " (origin/andreea/ch6219/in-dna-ot-when-a-pair-of-passages-for-an-2)",
|
|
133
|
-
"committerDate": "2020-02-03 09:33:01 +0000",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/passage@1.2.13"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "fix",
|
|
139
|
-
"scope": null,
|
|
140
|
-
"subject": "ch6126: updated version",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "fix: ch6126: updated version",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "4d11b59d538c33bf2737e8ddd6131ee4e3da35b1",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2020-03-18 12:52:54 +0200",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/passage@1.3.0"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "fix",
|
|
154
|
-
"scope": null,
|
|
155
|
-
"subject": "bump ui versions",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "fix: bump ui versions",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/passage@1.3.0"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "fix",
|
|
169
|
-
"scope": null,
|
|
170
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
177
|
-
"gitTags": " (develop)",
|
|
178
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/passage@1.4.1"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "fix",
|
|
184
|
-
"scope": null,
|
|
185
|
-
"subject": "bump version to avoid tag conflict",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "fix: bump version to avoid tag conflict",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2020-04-10 17:39:16 +0100",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/passage@1.4.1"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "fix",
|
|
199
|
-
"scope": null,
|
|
200
|
-
"subject": "update ui/lib versions",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "fix: update ui/lib versions",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-element/passage@1.4.3"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": null,
|
|
215
|
-
"subject": "ui+libs update",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix: ui+libs update",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-element/passage@1.4.3"
|
|
226
|
-
}
|
|
227
|
-
]
|