@ossy/resource-templates 0.1.3 → 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 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.3",
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
- "gitHead": "80c0c70120640e7b389d1881a71b2376fd523095"
42
+ "files": [
43
+ "/build",
44
+ "README.md"
45
+ ],
46
+ "gitHead": "a768d71e76cc523f367cd764a403c0960f8d2e93"
43
47
  }
package/CHANGELOG.md DELETED
@@ -1,155 +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.3 (2025-10-31)
7
-
8
- **Note:** Version bump only for package @ossy/resource-templates
9
-
10
-
11
-
12
-
13
-
14
- ## 0.1.2 (2025-10-31)
15
-
16
- **Note:** Version bump only for package @ossy/resource-templates
17
-
18
-
19
-
20
-
21
-
22
- ## 0.1.1 (2025-10-31)
23
-
24
- **Note:** Version bump only for package @ossy/resource-templates
25
-
26
-
27
-
28
-
29
-
30
- # 0.1.0 (2025-10-30)
31
-
32
-
33
- ### Features
34
-
35
- * **sdk:** get current workspace ([#4](https://github.com/ossy-se/packages/issues/4)) ([afce7d5](https://github.com/ossy-se/packages/commit/afce7d5787af42691f62c9eba672ea1be000e19e))
36
-
37
-
38
-
39
-
40
-
41
- ## 0.0.16 (2025-10-30)
42
-
43
- **Note:** Version bump only for package @ossy/resource-templates
44
-
45
-
46
-
47
-
48
-
49
- ## 0.0.15 (2025-10-27)
50
-
51
- **Note:** Version bump only for package @ossy/resource-templates
52
-
53
-
54
-
55
-
56
-
57
- ## 0.0.14 (2025-10-27)
58
-
59
- **Note:** Version bump only for package @ossy/resource-templates
60
-
61
-
62
-
63
-
64
-
65
- ## 0.0.13 (2025-10-27)
66
-
67
- **Note:** Version bump only for package @ossy/resource-templates
68
-
69
-
70
-
71
-
72
-
73
- ## 0.0.12 (2025-10-27)
74
-
75
- **Note:** Version bump only for package @ossy/resource-templates
76
-
77
-
78
-
79
-
80
-
81
- ## 0.0.11 (2025-10-27)
82
-
83
- **Note:** Version bump only for package @ossy/resource-templates
84
-
85
-
86
-
87
-
88
-
89
- ## 0.0.10 (2025-10-25)
90
-
91
- **Note:** Version bump only for package @ossy/resource-templates
92
-
93
-
94
-
95
-
96
-
97
- ## 0.0.9 (2025-10-25)
98
-
99
- **Note:** Version bump only for package @ossy/resource-templates
100
-
101
-
102
-
103
-
104
-
105
- ## 0.0.8 (2025-10-25)
106
-
107
- **Note:** Version bump only for package @ossy/resource-templates
108
-
109
-
110
-
111
-
112
-
113
- ## 0.0.7 (2025-10-25)
114
-
115
- **Note:** Version bump only for package @ossy/resource-templates
116
-
117
-
118
-
119
-
120
-
121
- ## 0.0.6 (2025-10-25)
122
-
123
- **Note:** Version bump only for package @ossy/resource-templates
124
-
125
-
126
-
127
-
128
-
129
- ## 0.0.5 (2025-10-25)
130
-
131
- **Note:** Version bump only for package @ossy/resource-templates
132
-
133
-
134
-
135
-
136
-
137
- ## 0.0.4 (2025-10-25)
138
-
139
- **Note:** Version bump only for package @ossy/resource-templates
140
-
141
-
142
-
143
-
144
-
145
- ## 0.0.3 (2025-10-25)
146
-
147
- **Note:** Version bump only for package @ossy/resource-templates
148
-
149
-
150
-
151
-
152
-
153
- ## 0.0.2 (2025-10-25)
154
-
155
- **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
- ]