@ossy/resource-templates 0.1.4 → 0.1.5
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/build/index.js +1 -0
- package/package.json +6 -2
- package/CHANGELOG.md +0 -166
- package/rollup.config.js +0 -31
- package/src/index.js +0 -1
- package/src/resume.js +0 -80
package/build/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e=[{name:"Resume Experience",id:"resume-experience",fields:[{name:"Title",type:"text"},{name:"Sub Title",type:"text"},{name:"Date",type:"text"},{name:"Description",type:"textarea"},{name:"Type of experience",type:"select",options:["Work","Education","Other","Project"]},{name:"Website",type:"text"},{name:"Tags",type:"text"},{name:"GitHub",type:"text"}]},{name:"Resume Summary",id:"resume-summary",fields:[{name:"Name",type:"text"},{name:"Role",type:"text"},{name:"Summary",type:"textarea"},{name:"Mobile",type:"text"},{name:"Email",type:"text"},{name:"Website",type:"text"},{name:"Tags",type:"textarea"}]}];export{e as ResumeTemplates};
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "git+https://github.com/ossy-se/packages.git"
|
|
6
6
|
},
|
|
7
7
|
"description": "Resource Templates",
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.5",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"source": "src/index.js",
|
|
11
11
|
"module": "build/index.js",
|
|
@@ -39,5 +39,9 @@
|
|
|
39
39
|
"access": "public",
|
|
40
40
|
"registry": "https://registry.npmjs.org"
|
|
41
41
|
},
|
|
42
|
-
"
|
|
42
|
+
"files": [
|
|
43
|
+
"/build",
|
|
44
|
+
"README.md"
|
|
45
|
+
],
|
|
46
|
+
"gitHead": "a768d71e76cc523f367cd764a403c0960f8d2e93"
|
|
43
47
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## 0.1.4 (2025-10-31)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* **app:** add @babel/preset-env ([#7](https://github.com/ossy-se/packages/issues/7)) ([252b41a](https://github.com/ossy-se/packages/commit/252b41a6d4e3d7d3750661091c97186b0d9cdde2))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## 0.1.3 (2025-10-31)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## 0.1.2 (2025-10-31)
|
|
26
|
-
|
|
27
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## 0.1.1 (2025-10-31)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
# 0.1.0 (2025-10-30)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Features
|
|
45
|
-
|
|
46
|
-
* **sdk:** get current workspace ([#4](https://github.com/ossy-se/packages/issues/4)) ([afce7d5](https://github.com/ossy-se/packages/commit/afce7d5787af42691f62c9eba672ea1be000e19e))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## 0.0.16 (2025-10-30)
|
|
53
|
-
|
|
54
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## 0.0.15 (2025-10-27)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## 0.0.14 (2025-10-27)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## 0.0.13 (2025-10-27)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## 0.0.12 (2025-10-27)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## 0.0.11 (2025-10-27)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 0.0.10 (2025-10-25)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## 0.0.9 (2025-10-25)
|
|
109
|
-
|
|
110
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
## 0.0.8 (2025-10-25)
|
|
117
|
-
|
|
118
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## 0.0.7 (2025-10-25)
|
|
125
|
-
|
|
126
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
## 0.0.6 (2025-10-25)
|
|
133
|
-
|
|
134
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
## 0.0.5 (2025-10-25)
|
|
141
|
-
|
|
142
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
## 0.0.4 (2025-10-25)
|
|
149
|
-
|
|
150
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## 0.0.3 (2025-10-25)
|
|
157
|
-
|
|
158
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
## 0.0.2 (2025-10-25)
|
|
165
|
-
|
|
166
|
-
**Note:** Version bump only for package @ossy/resource-templates
|
package/rollup.config.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import babel from '@rollup/plugin-babel'
|
|
2
|
-
import { nodeResolve as resolveDependencies } from '@rollup/plugin-node-resolve'
|
|
3
|
-
import resolveCommonJsDependencies from '@rollup/plugin-commonjs'
|
|
4
|
-
import removeOwnPeerDependencies from 'rollup-plugin-peer-deps-external'
|
|
5
|
-
import minifyJS from '@rollup/plugin-terser'
|
|
6
|
-
// import typescript from '@rollup/plugin-typescript'
|
|
7
|
-
import preserveDirectives from "rollup-plugin-preserve-directives"
|
|
8
|
-
|
|
9
|
-
export default [
|
|
10
|
-
{
|
|
11
|
-
input: 'src/index.js',
|
|
12
|
-
output: [
|
|
13
|
-
{
|
|
14
|
-
dir: 'build',
|
|
15
|
-
format: 'esm'
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
|
-
plugins: [
|
|
19
|
-
resolveCommonJsDependencies(),
|
|
20
|
-
resolveDependencies(),
|
|
21
|
-
removeOwnPeerDependencies(),
|
|
22
|
-
babel({
|
|
23
|
-
exclude: ['**/node_modules/**/*'],
|
|
24
|
-
presets: ['@babel/preset-react']
|
|
25
|
-
}),
|
|
26
|
-
preserveDirectives(),
|
|
27
|
-
minifyJS(),
|
|
28
|
-
// typescript({ tsconfig: "./tsconfig.json" }),
|
|
29
|
-
]
|
|
30
|
-
},
|
|
31
|
-
]
|
package/src/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './resume.js'
|
package/src/resume.js
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
export const ResumeTemplates = [
|
|
2
|
-
{
|
|
3
|
-
name: 'Resume Experience',
|
|
4
|
-
id: 'resume-experience',
|
|
5
|
-
fields: [
|
|
6
|
-
{
|
|
7
|
-
name: 'Title',
|
|
8
|
-
type: 'text'
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
name: 'Sub Title',
|
|
12
|
-
type: 'text'
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
name: 'Date',
|
|
16
|
-
type: 'text'
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
name: 'Description',
|
|
20
|
-
type: 'textarea'
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
name: 'Type of experience',
|
|
24
|
-
type: 'select',
|
|
25
|
-
options: [
|
|
26
|
-
'Work',
|
|
27
|
-
'Education',
|
|
28
|
-
'Other',
|
|
29
|
-
'Project'
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
name: 'Website',
|
|
34
|
-
type: 'text'
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
name: 'Tags',
|
|
38
|
-
type: 'text'
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
name: 'GitHub',
|
|
42
|
-
type: 'text'
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
name: 'Resume Summary',
|
|
48
|
-
id: 'resume-summary',
|
|
49
|
-
fields: [
|
|
50
|
-
{
|
|
51
|
-
name: 'Name',
|
|
52
|
-
type: 'text'
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
name: 'Role',
|
|
56
|
-
type: 'text'
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
name: 'Summary',
|
|
60
|
-
type: 'textarea'
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
name: 'Mobile',
|
|
64
|
-
type: 'text'
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
name: 'Email',
|
|
68
|
-
type: 'text'
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
name: 'Website',
|
|
72
|
-
type: 'text'
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
name: 'Tags',
|
|
76
|
-
type: 'textarea'
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
]
|