@nl-design-system/component-progress 1.0.1-alpha.108 → 1.0.1-alpha.109

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.
@@ -184,7 +184,7 @@
184
184
  "title": "NL Design System kernteam 2025",
185
185
  "shortDescription": null,
186
186
  "url": "https://github.com/orgs/nl-design-system/projects/68",
187
- "updatedAt": "2025-04-22T12:54:42Z",
187
+ "updatedAt": "2025-04-23T07:51:45Z",
188
188
  "tasks": [
189
189
  {
190
190
  "dataType": "ASSIGNEES",
@@ -314,7 +314,7 @@
314
314
  "title": "DigiToegankelijk Kennisbank ➝ NL Design System integratie",
315
315
  "shortDescription": "Project voor intergratie van de kennis uit de DigiToegankelijk Kennisbank in relevante pagina's van NL Design System. ",
316
316
  "url": "https://github.com/orgs/nl-design-system/projects/63",
317
- "updatedAt": "2025-04-22T11:41:27Z",
317
+ "updatedAt": "2025-04-22T14:42:04Z",
318
318
  "tasks": [
319
319
  {
320
320
  "dataType": "ASSIGNEES",
@@ -386,7 +386,7 @@
386
386
  "title": "LUX componenten",
387
387
  "shortDescription": null,
388
388
  "url": "https://github.com/orgs/nl-design-system/projects/60",
389
- "updatedAt": "2025-04-17T08:43:29Z",
389
+ "updatedAt": "2025-04-23T08:55:49Z",
390
390
  "tasks": [
391
391
  {
392
392
  "dataType": "ASSIGNEES",
@@ -10,5 +10,13 @@ export declare const PROJECT_NUMBERS: {
10
10
  DEN_HAAG: number;
11
11
  };
12
12
  export declare const PROJECTS: {
13
- [x: number]: string;
13
+ [PROJECT_NUMBERS.HELP_WANTED]: string;
14
+ [PROJECT_NUMBERS.COMMUNITY]: string;
15
+ [PROJECT_NUMBERS.CANDIDATE]: string;
16
+ [PROJECT_NUMBERS.HALL_OF_FAME]: string;
17
+ [PROJECT_NUMBERS.UTRECHT]: string;
18
+ [PROJECT_NUMBERS.AMSTERDAM]: string;
19
+ [PROJECT_NUMBERS.RVO]: string;
20
+ [PROJECT_NUMBERS.LOGIUS]: string;
21
+ [PROJECT_NUMBERS.DEN_HAAG]: string;
14
22
  };
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
- "version": "1.0.1-alpha.108",
3
- "author": "Community for NL Design System",
2
+ "name": "@nl-design-system/component-progress",
3
+ "version": "1.0.1-alpha.109",
4
4
  "description": "Script to get the component progress for the documentation of NL Design System",
5
+ "author": "Community for NL Design System",
5
6
  "license": "EUPL-1.2",
6
- "name": "@nl-design-system/component-progress",
7
7
  "keywords": [
8
8
  "nl-design-system"
9
9
  ],
10
- "private": false,
11
10
  "publishConfig": {
12
11
  "access": "public"
13
12
  },
14
13
  "repository": {
15
- "type": "git+ssh",
16
- "url": "git@github.com:nl-design-system/documentatie.git"
14
+ "type": "git",
15
+ "url": "github:nl-design-system/index",
16
+ "directory": "packages/component-progress"
17
17
  },
18
18
  "files": [
19
19
  "dist/*.json",
@@ -23,15 +23,14 @@
23
23
  "scripts": {
24
24
  "build": "tsc --project tsconfig.json && node dist/index.js",
25
25
  "clean": "rm -rf dist/",
26
- "lint": "tsc --noEmit --project tsconfig.json",
27
- "prebuild": "npm run clean"
26
+ "lint": "tsc --noEmit --project tsconfig.json"
28
27
  },
29
28
  "devDependencies": {
30
- "@octokit/core": "6.1.2",
31
- "@octokit/plugin-paginate-graphql": "5.2.2",
29
+ "@octokit/core": "6.1.5",
30
+ "@octokit/plugin-paginate-graphql": "5.2.4",
32
31
  "@types/lodash.isempty": "4.4.9",
33
- "@types/node": "22.5.5",
32
+ "@types/node": "22.14.1",
34
33
  "lodash.isempty": "4.4.0"
35
34
  },
36
- "gitHead": "4fb60f4b5e6b36242e5505b36c7c2bd600933db9"
35
+ "gitHead": "d43b576c13c2ddf14ff3d7c9b152dfc24708f3ee"
37
36
  }