scb-wc 0.1.167 → 0.1.169
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -118,7 +118,7 @@ Kör först i appens mapp:
|
|
|
118
118
|
npm outdated scb-wc
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
Om en ny version finns, läs [Uppdatera SCB Web Components](https://webcomponentstest.scb.intra/?path=/docs/docs-uppdatera-
|
|
121
|
+
Om en ny version finns, läs [Uppdatera SCB Web Components](https://webcomponentstest.scb.intra/?path=/docs/docs-uppdatera-s%C3%A5-uppdaterar-du--beskrivning). Där länkas du vidare till versionen och eventuella migrationssteg.
|
|
122
122
|
|
|
123
123
|
Uppdatera sedan paketet, bygg appen och kör appens vanliga tester:
|
|
124
124
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scb-wc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.169",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -474,5 +474,5 @@
|
|
|
474
474
|
},
|
|
475
475
|
"./mvc/*": "./mvc/*"
|
|
476
476
|
},
|
|
477
|
-
"buildHash": "
|
|
477
|
+
"buildHash": "63C28BFC8D43FF3EB53EEB2A995D863B94258FA7591A800599DC842656AC75CA"
|
|
478
478
|
}
|